Re: Yamaha CDR not working

2002-03-30 Thread John Kerr Anderson
I realised that I only had SCSI emulation and SCSI ide support but not SCSI cd rom support. I only have one drive so I disabled ATAPI cd support and voila the CD drive works just fine. Thanks for the help... On Sat, 30 Mar 2002, Ionut Georgescu wrote: > Did you compile ide-scsi support ? If not

Re: Yamaha CDR not working

2002-03-30 Thread Ionut Georgescu
Did you compile ide-scsi support ? If not, append a hdx=ide-scsi to your append= line in lilo.conf, where hdx is you CDRW drive. Then 'modprobe ide-scsi sr_mod sg' and in the end 'cdrecord -scanbus'. This should work. There is no problem if some of them are compiled as modules or into the kernel.