On Sunday, 14. October 2001 23:43, you wrote: > On Sun Oct 14 16:33:36 2001 tim haegele wrote... > > >On Sunday, 14. October 2001 21:18, Stan Brown wrote: > >> I just mved a SCSI card from one Debian machine (stable +2.4.9 kernel) > >> to another. It uses the aic7xxx Adapatec driver module. > >> > >> How do I tell the ntarget machine to load this module on boot now? > > > >use "modconf" or write the modulname into /etc/modules > > Umm, am I suposed to have to specify where the modules live? If I'm reading > the man page coreclty, just doing "modconf" should get me all the > categories to choose from, however, if I do that the menu pops up, but > there are no sections to choose fomr :-(
the module is somewhere under /lib/modules, depending on your kernel-version. the system knows where to look for dont worry... did you try "modprobe aic7xxx" , just to control if the module is already compiled (usually it is). if not what is the output. when you load modconf there is a section /driver/scsi I think it should be there. but wait, open a terminal su - to root and type: echo "aic7xxx" >> /etc/modules reboot good luck tim