Here's my working one...
[root@router /home/opjose]# less /etc/conf.modules
alias scsi_hostadapter aic7xxx
alias eth0 3c59x
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
post-install supermount modprobe scsi_hostadapter
alias sound sb
pre-install sound /sbin/insmod sound dmabuf=1
options opl3 io=0x388
alias midi awe_wave
post-install awe_wave /bin/sfxload /etc/midi/GU11-ROM.SF2
options sb io=0x220 irq=5 dma=1 dma16=5 mpu_io=0x330
alias tty-ldisc-3 ppp_async
alias char-major-108 ppp_generic
alias tap0 ethertap
options tap0 -o tap0 unit=0
alias tap1 ethertap
options tap1 -o tap1 unit=1
alias tap2 ethertap
options tap2 -o tap2 unit=2
alias tap3 ethertap
options tap3 -o tap3 unit=3
alias tap4 ethertap
options tap4 -o tap4 unit=4
If you have a SCSI hard drive, though you'll need to create an initrd image
for your kernel version... It's in the docs for the kernel.
"man mkinitrd"
-JMS
-----Original Message-----
From: Gavin Clark [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 26, 2000 5:28 AM
To: [EMAIL PROTECTED]
Subject: [expert] I need a aic7xxx example for /etc/conf.modules
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