"Bryan J. Opfer" wrote:
> ok, I got it to work by adding the lines to conf.modules, adding the
> "append" line to lilo.conf, and adding the lines below to rc.local.
> Thanks to all those who helped.  Now, one more question:  How can I get
> the SCSI emulation to work for hdd (the writer) and hdc (regular cdrom
> drive), so that I can copy disks?  I assume I need to add something to
> the append line and to conf.modules....

Change the append line in lilo.conf to:
        append="hdc=ide-scsi hdd=ide-scsi"

Then, run /sbin/lilo.  After reboot, both of those disks should be
handled by the ide-scsi driver.

If you're loading your modules manually in /etc/rc.d/rc.local, then you
don't need anything in conf.modules.  Recommended setup is: nothing for
sg or ide-scsi in conf.modules, and the following lined in rc.local:
modprobe ide-scsi
modprobe sg

Last time I checked, the order of those two was important.  I don't know
if that's still the case.

MSG


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to