look for it with the command 'lshal | egrep cdrom'
and
also try ls -l /dev/{cd,dvd}*
for myself I get
$ ls -l /dev/{cd,dvd}*
lrwxrwxrwx 1 root root 3 2010-05-01 05:00 /dev/cdrom -> sr0
lrwxrwxrwx 1 root root 3 2010-05-01 05:00 /dev/cdrw -> sr0
lrwxrwxrwx 1 root root 3 2010-05-01 05:00 /dev/dvd -> sr0
lrwxrwxrwx 1 root root 3 2010-05-01 05:00 /dev/dvdrw -> sr0
then
sudo hdparm -I /dev/sr0
/dev/sr0:
ATAPI CD-ROM, with removable media
Model Number: HL-DT-ST DVDRAM GH22NS50
Serial Number: K0097NG2700
Firmware Revision: TN01
Transport: Serial, ATA8-AST, SATA 1.0a, SATA II Extensions, SATA Rev 2.5, SATA Rev 2.6
Standards:
Likely used CD-ROM ATAPI-1
Configuration:
DRQ response: 50us.
Packet size: 12 bytes
cache/buffer size = unknown
Capabilities:
LBA, IORDY(can be disabled)
DMA: mdma0 mdma1 mdma2 udma0 udma1 udma2 udma3 udma4 *udma5
Cycle time: min=120ns recommended=120ns
PIO: pio0 pio1 pio2 pio3 pio4
Cycle time: no flow control=120ns IORDY flow control=120ns
So now I know that the drive was detected.
Bookmarks