Mike wrote: > Benjamin Pharr wrote: > > I'm still having difficulties getting my cd writer to work. Here is what > > I've done so far: > > > > Recompiled my (2.4.0) kernel with scsi-emulation and scsi > > support. IDE-CDROM support is compiled in statically. > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > There's your problem. For the SCSI emulation to work you have to remove the > IDE CDROM support.
No you don't. Here's his problem: > > 2. Added append="hdd=ide-scsi" to my /etc/lilo.conf ^^^^^^^^^^^^ Should just be "hdd=scsi". Search for "=scsi" in linux/Documentation/Configure.help for more info.