You have to insert this in /etc/lilo.conf
append="hdb=ide-scsi"

Then, type "lilo" and reboot.

This will remove the IDE detection for your CDRW and emulate a SCSI
adapter.

You then have to do (or put in /etc/rc.d/rc.local):
modprobe ide_scsi
modprobe sg

This will map /dev/scd0 to your new scsi-emulated atapi drive.

You will have to change the symbolic link to your cdrom so it reads
/dev/scd0.

Jean-Michel Dault
[EMAIL PROTECTED]

> > o I have an ATAPI cdrw, which I've never used with Linux before. I chose the
> > no SCSI devices at install. cdrecord -scanbus complains that there is no
> > generic scsi support, will I need to recompile my kernel, or is the existing
> > one able to cope? Is there any Mandrake-specific documentation on CDRW, or
> > should I stick to the (new) faq at http://www.guug.de/~winni/linux/cdr/html/
> >
> 
> You _MUST_ have the generic SCSI support enabled to use cd-writers. I don't
> know if it is available as a module but if it is, you just have to do the right
> 'lsmod'.
> Else you have to recompile the kernel.
> 
> >
> > STeven
> 
> Ronan.
> 

Reply via email to