florian wrote:
On Mon, 2003-02-03 at 20:04, Nicolai Langfeldt wrote:
florian wrote:
sorry to bug you guys again with this. i was just wondering, if
really nobody has a idea about the problem, since i didnt get
any response.. like i said its definally not a copy protected
cd and it works perfectly on another machine..
Probably a permission problem with the corresponding /dev/sg* device.
checked that too.. but cant be:
[20:32:07]> ls -la /dev/cdrom
0 lrwxrwxrwx 1 root root 8 2002-12-25 16:05 /dev/cdrom ->
/dev/sr0
[20:32:50]> ls -la /dev/sr0
0 lrwxrwxrwx 1 root root 4 2002-12-22 20:33 /dev/sr0 -> scd0
[20:33:07]> ls -la /dev/scd0
0 brw-rwx--- 1 root cdrom 11, 0 2002-03-14 10:11 /dev/scd0
This does not show /dev/sg*, cdparanoia uses the generic scsi device for
something or other. Strace is your friend.
Nicolai