TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [TCLUG:1709] Forcing kernel to load module at boot time
If you're using the driver named BusLogic (it's in
/lib/modules/<kernel-version>/scis), then you want to use something like
append="BusLogic=0x340,11,7,1"
This is from the SCSI-HOWTO:
kernel command line :
aha152x=<PORTBASE>[,<IRQ>[,<SCSI-ID>[,<RECONNECT>[,<PARITY>]]]]
SCSI-ID is the SCSI ID of the HOST adapter, not of any devices you
have installed on it. Usually, this should be 7.
To force detection at 0x340, IRQ 11, at SCSI-ID 7, allowing
disconnect/reconnect, you would use the following command line option
:
aha152x=0x340,11,7,1
Hope that helps.
Chris
On Sun, 11 Oct 1998, Bob Tanner wrote:
> I am still trying to figure out why when upgraded from 4.2 to 5.1
> RedHat wil not recognize my BusLogic SCSI card.
>
> Is there anything I can put on the LILO command-line to for the kernel
> to load the BusLogic module?
>
> --
> Bob Tanner <tanner@real-time.com> | Phone : (612)943-8700
> http://www.real-time.com | Fax : (612)943-8500
> Key fingerprint = 6C E9 51 4F D5 3E 4C 66 62 A9 10 E5 35 85 39 D9
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tclug-list-unsubscribe@listserv.real-time.com
> For additional commands, e-mail: tclug-list-help@listserv.real-time.com
> Try our website: http://tclug.real-time.com
>