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.
I've tried the following:
modprobe -v -n ide-scsi
which tells me that it is going to first load sr_mod then ide-scsi.
So I manually execute:
'insmod sr_mod' which succeeds
'insmod ide-scsi' locks up the system after reporting the "scsi: aborting
command due to timeout" message.
I think that the 3Ware controller is causing modprobe to lockup my system
while trying to load the ide-scsi module.  I'll disconnect the 3Ware
controller and reinstall on just one of the drives connected to IDE0
on the mobo and see if I can get ide-scsi working.


--
Sean Staats



---- Oleg Goldshmidt <[EMAIL PROTECTED]> wrote:
> Sean Staats <[EMAIL PROTECTED]> writes:
> 
> > So far everyone has given me good ideas, and I think we're getting
> closer
> > to a fix.
> 
> Let's try one more thing. Try to check the CD-Writing-HOWTO,
> 
> http://www.tldp.org/HOWTO/CD-Writing-HOWTO.html,
> 
> again. It has the list of modules you need to have loaded, and a
> sample /etc/modules.conf. A very quick vdiff makes me think that some
> modules that I have are missing, e.g. sg, sr_mod...
> 
> -- 
> 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