You have all the right software, you just need to recompile your kernel. ATAPI writeable cd drives are not supported in Linux properly yet, only SCSI ones are. So you need to use SCSI emulation on your drives. To do this, you need to recompile the kernel, with the IDE/ATA/ATAPI Cd drives option OFF, and SCSI emulation on, SCSI support ON and also pick SCSI CD-ROM support ON.
Then add:
append="hdc=ide-scsi"
to your /etc/lilo.conf, run lilo, and reboot.
Then it should all work
Guy
|