Unfortunately the ide-scsi module doesn't take any "ignore" arguments
like ide-cd does.  I've looked at the source code for ide-scsi and it
doesn't appear to take any arguments at all.  I just might get brave
and add the capability for ide-scsi to accept "ignore" arguments.  After
looking at the source code in ide-cd, adding the "ignore" arguments to
ide-scsi shouldn't be too difficult.
BUT - before I do that, I'm going to remove the 3Ware controller and
only run hard drives connected to the mobo IDE channels.  Once I've finished
re-installing on that configuration, I'll make sure ide-scsi works fine
since there won't be any other SCSI or pseudo-SCSI devices except the
CDRW.
Oleg, I really appreciate your suggestions.

--
Sean Staats


---- Oleg Goldshmidt <[EMAIL PROTECTED]> wrote:
> 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.]
> 
> 
> 
> _______________________________________________
> Valhalla-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/valhalla-list
>  



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

Reply via email to