Georg Hellwig wrote: > Every user is in the group cdrom, I installed cdparanoia and > cdda2wav. On comandline cdparanoia -vsQ resulted in....: > ######################################################## > [EMAIL PROTECTED]:~$ cdparanoia -vsQ > cdparanoia III release 9.8 (March 23, 2001) > (C) 2001 Monty <[EMAIL PROTECTED]> and Xiphophorus > > Report bugs to [EMAIL PROTECTED] > http://www.xiph.org/paranoia/ > > Checking /dev/cdrom for cdrom... > Testing /dev/cdrom for cooked ioctl() interface > /dev/scd0 is not a cooked ioctl CDROM. > Testing /dev/cdrom for SCSI interface > No generic SCSI device found to match CDROM device > /dev/scd0 >
You need to set the permissions on the generic scsi device file corresponding to your cdrom device. chown root:cdrom /dev/sg0 chmod g+rw /dev/sg0 should do the trick. HTH, Jonathan Brandmeyer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]