On Sun, 2001-10-14 at 22:20, David Z Maze wrote: > ad <[EMAIL PROTECTED]> writes: > ad> Something weird happened while I ripping audio CD, such error message > ad> shows as below.. > ad> [EMAIL PROTECTED]:/tmp$ cdparanoia -vsQ -d /dev/cdrom > ad> cdparanoia III release 9.8 (March 23, 2001) > ad> (C) 2001 Monty <[EMAIL PROTECTED]> and Xiphophorus > ad> > ad> Report bugs to [EMAIL PROTECTED] > ad> http://www.xiph.org/paranoia/ > ad> > ad> Checking /dev/cdrom for cdrom... > ad> Testing /dev/cdrom for cooked ioctl() interface > ad> /dev/scd1 is not a cooked ioctl CDROM. > ad> Testing /dev/cdrom for SCSI interface > ad> No generic SCSI device found to match CDROM device > ad> /dev/scd1 > > What sort of CD-ROM drive do you have? If it's a SCSI CD-ROM, or if > it's an IDE CD-ROM but you're using the kernel IDE-SCSI emulation, > then you need a matching SCSI generic device. Make sure the 'sg' > modules is loaded, and that you have appropriate permissions on the > correct /dev/sg? device. If you're not using either of these options, > perhaps the /dev/cdrom symlink is pointed wrong; you might try using a > proper device name as the parameter to cdparanoia, or repointing the > symlink. > It's an IDE CD-ROM using SCSI CD-ROM emulation, and the sg(SCSI generic support) is compiled within my kernel. /dev/cdrom symlink is pointed to /dev/scd0, I'm sure it's correct, I can read normal data from it. I just can't rip any audio CD.
Jerry Wang