This is a discussion on How to handle multiple kernels in rc.modules within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> Lupino <ask.me@if.youwant> wrote: >> For 2.4 kernels, put into /etc/modules.conf: alias scsi_hostadapter off > > Thanks for the answer, ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Lupino <ask.me@if.youwant> wrote: >> For 2.4 kernels, put into /etc/modules.conf: alias scsi_hostadapter off > > Thanks for the answer, but it didn't work.. Here's my /etc/modules.conf For fun I tried it at home (normally both my systems run 2.6, and it does NOT give that error msg) and indeed, the msgs about scsi_hostadapter still appeared (by kmod, the kernel module loader), so the alias doesn't work. Here's my modules.conf from home, by the way: alias net-pf-3 off # no ax25 module available (yet) alias net-pf-4 off # we won't use IPX alias net-pf-5 off # nor AppleTalk alias net-pf-6 off # or netrom either alias scsi_hostadapter off #alias lpt parport_pc io=0x378 irq=7 #below ppa lpt # ZIP through parallel port below st aic7xxx # SCSI tape through aic7xxx alias snd-card-0 snd-ens1371 > But it still displays that message! Any other ideas? No, you probably will have to live with it, OR build the scsi support as modules too, so that it only gets pulled in when needed. The standard Slackware kernel has got it built-in, but not the host adapters (that's only in the various .s kernels). -- ************************************************** ****************** ** Eef Hartman, Delft University of Technology, dept. EWI/TW ** ** e-mail: E.J.M.Hartman@math.tudelft.nl, fax: +31-15-278 7295 ** ** snail-mail: P.O. Box 5031, 2600 GA Delft, The Netherlands ** ************************************************** ****************** |