Pixel <[EMAIL PROTECTED]> writes:

> could everybody having an ide burner test this:
> 
> % dmesg | perl -ne 'print /(\w+)/, "\n" if m|ATAPI.*/RW|'
> 

you have to test it on a kernel WITHOUT ide-scsi in built-in. Otherwise the
output is quite different

> or maybe
> 
> % cat /var/log/messages | perl -ne 'print /(\w+)/, "\n" if m|ATAPI.*/RW|'
> % cat /var/log/messages.* | perl -ne 'print /(\w+)/, "\n" if m|ATAPI.*/RW|'
forget these 2 stupid one

Reply via email to