on 5/25/00 9:48 AM, Civileme wrote:
> Gavin Clark wrote:
>> Ah! OK, then what I think is going on is that the scsi module is not loading
>> How do I get the kernel to load the scsi module before it reads /ect/fstab ?
>
> First. let's make sure that the modules are working.
> # modprobe aic7xxx
> now test mounting your device with a mount command.
the aic7xxx module loads and the partitions mount fine
(I can hear the new drives grinding when I write to them this time)
>If it works then the
> simplest way I know to make sure you have the module there would be a line in
> /etc/conf.modules right after the first
>
> alias block-major-8 aic7xxx
> That should produce what you desire.
>
> Civileme
I still can't get the module to mount at startup
/etc/conf.modules:
alias eth0 eepro100
alias parport_lowlevel parport_pc
pre-install plip modprobe parport_pc ; echo 7 > /proc/parport/0/irq
pre-install pcmcia_core /etc/rc.d/init.d/pcmcia start
alias block-major-8 aic7xxx
I have also tried this which was created by diskdrak I believe:
/etc/conf.modules:
alias eth0 eepro100
alias parport_lowlevel parport_pc
pre-install plip modprobe parport_pc ; echo 7 > /proc/parport/0/irq
pre-install pcmcia_core /etc/rc.d/init.d/pcmcia start
alias scsi_hostadapter aic7xxx
post-install supermount modprobe scsi_hostadapter
thanks for your help
Gavin