On at 22:34 on Tue 16 Jan, Benjamin Pharr wrote: > At 09:41 PM 1/16/01 , you wrote: > >On Tue, Jan 16, 2001 at 09:21:57PM -0600, Benjamin Pharr wrote: > > > > > When I run "cdrecord -scanbus" I still get no devices. If I comment out > > > the "append" in lilo.conf hdd is mentioned once more at boot time, so > > > something is happening, I'm just not sure what. Can anyone help me get > > > this thing fixed? Thanks in advance! > > > >You didn't mention the output of lsmod. Try manually loading sg, them > >make sure that ide-scsi is auto-loaded, then try `cdrecord -scanbus' again. > > > What exactly do you mean by loading sg? I load scsi_mod and ide-scsi and > then do a cdrecord -scanbus and I still have have no luck. Any ideas?
If you compile all modules for scsi emulation of CDRW you need in the kernel config: CONFIG_BLK_DEV_IDESCSI=m for ide-scsi module...scsi emulation CONFIG_SCSI=m scsi-mod scsi support CONFIG_BLK_DEV_SR=m sr_mod scsi cdrom CONFIG_CHR_DEV_SG=m sg scsi generic Make sure all these modules get loaded and check with lsmod in case you need to do a modprobe.Since you compiled in IDECD you have to do the append in lilo.conf. -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~