Hi Håkan, many thanks for the fast reply. Here's the output of my cdparanoia query:
**************************************************************
bcalder$ cdparanoia -vsQ
cdparanoia III release 9.8 (March 23, 2001)
(C) 2001 Monty <monty@xiph.org> and Xiphophorus
Report bugs to
paranoia@xiph.org
http://www.xiph.org/paranoia/
Checking /dev/cdrom for cdrom...
Testing /dev/cdrom for cooked ioctl() interface
/dev/sg0 is not a cooked ioctl CDROM.
Testing /dev/cdrom for SCSI interface
No cdrom device found to match generic device /dev/sg0
generic device: /dev/sg0
ioctl device: not found
Found an accessible SCSI CDROM drive.
Looking at revision of the SG interface in use...
SG interface version 3.1.25; OK.
CDROM model sensed sensed: MATSHITA UJDA310 1.37
Checking for SCSI emulation...
Drive is ATAPI (using SCSI host adaptor emulation)
Checking for MMC style command set...
Drive is MMC style
DMA scatter/gather table entries: 256
table entry size: 32768 bytes
maximum theoretical transfer: 3566 sectors
Setting default read size to 13 sectors (30576 bytes).
**************************************************************
... the generic device is sg0. In /dev, I symlinked cdrom to sg0. Perms on /dev/cdrom and /dev/sg0 are:
==============================================
lrwxrwxrwx 1 root root 8 Sep 11 10:20 /dev/cdrom -> /dev/sg0
crw-rw-rw- 1 root root 21, 0 Aug 24 2001 /dev/sg0
==============================================
What am I missing? It SEEMS like it's rejecting /dev/sg0, then finding the CDROM after all.