Steve Borho wrote:
> Is there some trick to making the default kernel that ships with 6.2 use
> the ide-scsi emulator for cdroms without recompiling?

Step one: identify the device you want ide-scsi to control (e.g.
/dev/hdc)
two: add the device to /etc/lilo.conf, under the kernel as:
        append="hdc=ide-scsi"
three: run "lilo" and reboot
four: "modprobe ide-scsi"  

If ide-scsi correctly handles the device after loading, you probably
want to put that in one of your init scripts (like rc.local).

MSG


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

Reply via email to