[Ben Hutchings]
> Again, this is not a workaround, this is the only fix there will be for
> that bug.  The only thing that may change in the kernel to make this
> easier is that it will do structured logging so in theory you don't need
> to use grep, cut, etc.  In practice, as this is all shell scripts, you
> will probably have to do similar grepping to read the structured log
> information.

I reworded the comment. :)

> dmesg | sed -rn 's/^(\[[^]]*\] )?([^ ]+) [^ ]+: firmware: failed to load ([^ 
> ]+) .*/\2 \3/p' > $fwlist
> 
> This avoids using magic numbers; also we don't have to assume that log
> timestamps are enabled.

Good idea.  Included in the patch.

> Keep the 'in'.

Ah, fixed.

I've tested the patch just now, and it seem to be working as it
should, so I committed it into the hw-detect git repository.

-- 
Happy hacking
Petter Reinholdtsen


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to