could everybody having an ide burner test this:

% dmesg | perl -ne 'print /(\w+)/, "\n" if m|ATAPI.*/RW|'

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|'

and tell me if this works?
working means:
- did not detect a non ide-burner as an ide-burner
- did not miss any ide-burners

thanks, cu Pixel.

PS: if it works, ide-burners will work out of the box :)
PS2: when copy/pasting the command to command-line, remove the % !!!

Reply via email to