[8899] in linux-scsi channel archive
I need a aic7xxx example for /etc/conf.modules
daemon@ATHENA.MIT.EDU (Gavin Clark)
Fri May 26 06:27:20 2000
Date: Fri, 26 May 2000 02:30:14 -0700
From: Gavin Clark <gavin@datacor.com>
To: <linux-scsi@vger.rutgers.edu>
Message-ID: <B5539236.81B%gavin@datacor.com>
In-Reply-To: <XFMail.000526105517.k.-h.herrmann@fz-juelich.de>
Mime-version: 1.0
Content-type: text/plain; charset="US-ASCII"
Content-transfer-encoding: 7bit
I can't get the module aic7xxx to mount at startup.
could someone who has this working send me an example of thier
/etc/conf.modules file
I have tried:
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
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.rutgers.edu