Dear All

Sorry for posting this again but my isp seems to have deleted all my
mail between Friday and today (Wednesday) :-(

Thanks for the responses.  I checked my modules.conf and the following
line
is in there.

alias scsi_hostadaptor AM53C974

This (I presume is the name of the module I load when I "insmod
AM53C974.o".  However it still doesn't load automatically.  One thing I
do
notice is that the file AM53C974 is in the directory

/lib/modules/2.2.5-15/scsi

and unless I actually cd to this directory I can't insmod the module.
Do I
need to set up some form of pathh to be able to automatically load this
module?

Any suggestions?

Many thanks

Paul

LENGARD Pascal OCISI wrote:

> You need to add a proper line in /etc/modules.conf to tell
> the system what module it should load when you
> access something using scsi. On my system it is:
>
> alias scsi_hostadapter aha1740
>
> this way, the kernel will know what module to insmod by itself.
> you could also do the insmod in the /etc/rc.d/rc.local file, to insmod

> the driver just after booting (this will not work if you atempt to
mount
> the cdrom in another /etc/rc.d/init.d file since rc.local is executed
> at the end of the init scripts. You should rather use the first method
i
> described.
> pascal
> >
> >
> > Dear All
> >
> > I've recently upgraded my PC to Red Hat 6.0 and find I no
> > longer have a
> > CD.  This appears to be because the SCSI driver is not loaded (The
> > system has an EIDE HDD and a SCSI CD).  If I insmod the
> > relevent driver
> > al works fine.
> >
> > How do I get this driver to load automatically at boot up?
> >
> > Do I need to ensure it is loaded before fstab is read?
> >
> > Any help would be gratefully received
> >
> > Many thanks
> >
> > Paul
> >
> >


Reply via email to