Thanks for your help!

Benjamin Scott wrote:

> On Tue, 31 Aug 1999, Wang Qi wrote:
> > What I want to say in my first mail is the kernel doesn't load the
> > module aic7xxx for my SCSI disk during the initialization, not the init
> > program. And my SCSI disk is not the boot disk.  It's just a data disk.
>
>   That is normal.  Modules do not get initialized at boot, they are
> initialized when they are loaded.  The module autoloader works by loading
> modules when needed.  And nothing explicitly "uses" the SCSI host adapter at
> boot, so it will not be loaded.
>
>   After the system had booted, try doing a "mount /dev/sda1 /mnt/foo" or
> whatever.  The kernel will see a request for SCSI and load the module.  I'm
> not sure what will happen if you have multiple SCSI host adapters, but you can
> always try it and find out!  :-)
>
>   If you would prefer to force the module to load at startup, place the
> command "insmod aic7xxx" in your /etc/rc.d/rc.modules file.
>
>   Your conf.modules file looks okay to me.
>
> --
> Benjamin Scott
> [EMAIL PROTECTED]


-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]

Reply via email to