[6348] in linux-scsi channel archive
RE: Module Not listed in the Install table
daemon@ATHENA.MIT.EDU (Dr. Robert J. Meier)
Tue Apr 20 12:56:42 1999
From: "Dr. Robert J. Meier" <robert.meier@fanucrobotics.com>
To: "Linux-Scsi" <linux-scsi@vger.rutgers.edu>
Date: Tue, 20 Apr 1999 10:44:32 -0400
In-Reply-To: <371B6F06.B66670B0@bdu.ernet.in>
Natanam,
> I [have] a Pentinum II 350 Mhz machine [with] [an] Initio PCI
> SCSI-Controller [supporting] a 4.4 GB Segate Hard-disk.
> During Installation [it] detected the SCSI controller
> card but the module was not in the [install] table.
> What [should I] do next.
I suspect that absence from the the "install table" means
the module was not found by lsmod(8).
Though not a complete answer, the following may help.
o What is the chipset for the Initio PCI SCSI-Controller?
o Did you select the correct SCSI chipset support in your
configuration (make xconfig) when you built linux?
o Did you select PCI support when you built linux?
o Did you select SCSI hard disk support when you built linux?
o Did you run "make modules" when you built linux?
o Did you run "depmod -a" to update the kernel module table?
o Do you have kerneld installed and running?
o Do you have insmod <each of the above modules> run during
your boot sequence (see /etc/rc.d/*)?
Hopefully helpful,
Bob
P.S. Many non-Windows users prefer that you post in
plain text, since Windows Rich Text is inconvenient
without Windows.
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.rutgers.edu