On Mon, 18 Sep 2000, Ridhwan wrote: > > I have appended 'append="hdd=ide-scsi"' in my /etc/lilo.conf and ran > the lilo command to activate and then rebooted. Does not work. > > Rizwan > > On Fri, 15 Sep 2000, you wrote: > > > My CDW was working perfectly well in Redhat Linux 6.2 prof. > > > ver. As soon as i updated my kernel to 2.2.14-11.lfs cdrecord -scanbus could > > > not detect it. I am able to mount my cd's but the cdrecord -scanbus won't > > > detect the drive with /dev/scd0. > > > > Possibly because you are attaching the CD to the ATAPI device, like > > hdd, rather than ide-scsi? When you mount the CD, do you use /dev/sr0 or > > /dev/hdX as the device? There were some combinations of cdrecord and kernel which didn't like having both ide cd support and ide-scsi support active at once. If the current configuration allows it you could try removing the ide cd support module and inserting the ide scsi support module. If that works you could symlink the cdrom and the cd writer to the appropriate /dev/scdX devices. Alternatively, you could recompile a kernel with no ide cd support, only ide-scsi, then the append is no longer necessary. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

