Pixel wrote:
>
> 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 % !!!
I have an ide burner and a dvd reader, but am
using scsi emulation with xcdroast. I ran all
three command lines. No results on screen and
nothing happened with either the burner or the
reader.
CL