[root@localhost /sbin]# more /etc/conf.modules
alias net-pf-3 off
alias net-pf-4 off
alias net-pf-5 off
alias parport_lowlevel parport_pc
# pre-install pcmcia_core /etc/rc.d/init.d/pcmcia start
alias parport_lowlevel parport_pc
# pre-install pcmcia_core /etc/rc.d/init.d/pcmcia start
alias sound sb
pre-install sound 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=0 dma16=5 mpu_io=0x330
alias scsi_hostadapter sym53x8xx
[root@localhost /sbin]# ./modinfo scsi_hostadapter
modinfo: scsi_hostadapter: no module by that name found
[root@localhost /sbin]#
Steven Pritchard wrote:
DMW said:
[...]
> Furthermore, I did configure the SCSI drivers as modules, but there's no
> trace of anything scsi in the /etc/conf.modules. I guess I thought that
> building the kernel would do all that for me.Guess again. :-)
Try "alias scsi_hostadapter sym53c8xx" (or whatever driver you decided
to try) in /etc/conf.modules.Steve
--
steve@silug.org | Linux Users of Central Illinois
(217)698-1694 | Meetings the 4th Tuesday of every month
Steven Pritchard | http://www.luci.org/ for more info--
To unsubscribe, send email to majordomo@luci.org with
"unsubscribe luci-discuss" in the body.
--