>You can see if the kernel saw the CDROM with: > >dmesg | grep hdc (is it hdc on these machines?) > >On my Lombard: > >[root@powerbook-cooker templates]# ls -l /dev/cdrom >lr-xr-xr-x 1 root root 13 Mar 25 03:18 /dev/cdrom -> >cdroms/cdrom0 >
This is what i got: [root@hilands root]# dmesg | grep hdc Kernel command line: root=/dev/hda5 ro hdc=ide-scsi devfs=mount ide_setup: hdc=ide-scsi hdc: MATSHITACD-RW CW-8121, ATAPI CD/DVD-ROM drive hdc: Enabling MultiWord DMA 2 and for ide: [root@hilands root]# dmesg | grep ide Kernel command line: root=/dev/hda5 ro hdc=ide-scsi devfs=mount ide_setup: hdc=ide-scsi ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx pmac_ide: enabling IDE bus ID 2 pmac_ide: enabling IDE bus ID 0 pmac_ide: enabling IDE bus ID 1 ide0 at 0xe5255000-0xe5255007,0xe5255160 on irq 19 ide1 at 0xe5259000-0xe5259007,0xe5259160 on irq 20 ide_pmac: Set UDMA timing for mode 4, reg:0x0c50038c /dev/ide/host0/bus0/target0/lun0: [mac] p1 p2 p3 p4 p5 p6 p7 ide_pmac: MDMA, cycleTime:120, accessTime:90, recTime:30 ide_pmac: Set MDMA timing for mode 2, reg:0x00011d26 Thanks, Helder
