Sean Staats <[EMAIL PROTECTED]> writes:

> After reading through the SCSI-2.4-HOWTO, I've learned that adding sg
> and sr_mod to /etc/modules.conf is unnecessary.  The reason for this
> is the ide-scsi module is dependent upon sr_mod module - and executing
> 'modprobe ide-scsi' will cause modprobe to discover that sr_mod needs
> to be loaded before ide-scsi can be loaded - so that is what modprobe
> will do.

Interesting. The CD-Writing-HOWTO has it the other way around. Here is
the /etc/modules.conf from the HOWTO:

options ide-cd ignore=hdb            # tell the ide-cd module to ignore hdb
alias scd0 sr_mod                    # load sr_mod upon access of scd0
#pre-install ide-scsi modprobe imm    # uncomment for some ZIP drives only
pre-install sg     modprobe ide-scsi # load ide-scsi before sg
pre-install sr_mod modprobe ide-scsi # load ide-scsi before sr_mod
pre-install ide-scsi modprobe ide-cd # load ide-cd   before ide-scsi

It says that ide-scsi should be loaded before sg, sr_mod.
Can you try and tell ide-scsi to ignore your scsi controller, like
ide-cd module is told to ignore the CD-RW in the example above?

-- 
Oleg Goldshmidt | [EMAIL PROTECTED] 
=================================================================
"... Of theoretical physics and programming, programming embodied 
the greater intellectual challenge." [E.W.Dijkstra, 1930 - 2002.]



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to