Operating System - Linux
1834295 Members
1994 Online
110066 Solutions
New Discussion

Re: /lib/cciss_2445.o: init_module: No such device

 
Anthony_141
Regular Advisor

/lib/cciss_2445.o: init_module: No such device

We are working with new ML350 G4p servers (we had been using ML350 G3's).

We have Redhat Advanced Server 2.1 AS Update 6 installed (to keep them consistent with our G3's).

Everything seems to work properly.

We did notice the following errors on bootup and wonder what they mean and how to get rid of them:

Loading cciss_2445 module
HP CISS Driver (v 2.4.45)
/lib/cciss_2445.o: init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters, including inva
lid IO or IRQ parameters
ERROR: /bin/insmod exited abnormally!

5 REPLIES 5
Pal Szabo_1
Valued Contributor

Re: /lib/cciss_2445.o: init_module: No such device

Hello!

cciss driver is the Compaq Smart Array controller.
Maybe the card is:
- Removed from system
- cciss driver is not properly installed

Is the card removed?
What the lsmod, lspci said?
Try the ldd /lib/cciss_2445.o to check all
the libs are available ...

Regards:
Paul
Anthony_141
Regular Advisor

Re: /lib/cciss_2445.o: init_module: No such device

lsmod shows:
Module Size Used by Tainted: P
mptctl 24224 0
sg 34052 0 (autoclean)
cpqci 30580 7
autofs 13220 0 (autoclean) (unused)
tg3 60384 1
ide-scsi 10304 0
ide-cd 35200 0
cdrom 35168 0 [ide-cd]
ext3 67872 10
jbd 51592 10 [ext3]
cciss 46592 9
mptscsih 39728 2
mptbase 42208 4 [mptctl mptscsih]
sd_mod 13856 2
scsi_mod 124336 4 [sg ide-scsi cciss mptscsih sd_mod]

Anthony_141
Regular Advisor

Re: /lib/cciss_2445.o: init_module: No such device

lspci shows:
00:00.0 Host bridge: Intel Corp. E7520 Memory Controller Hub (rev 0c)
00:02.0 PCI bridge: Intel Corp. E7525/E7520/E7320 PCI Express Port A (rev 0c)
00:04.0 PCI bridge: Intel Corp. E7525/E7520 PCI Express Port B (rev 0c)
00:06.0 PCI bridge: Intel Corp. E7520 PCI Express Port C (rev 0c)
00:1c.0 PCI bridge: Intel Corp. 6300ESB 64-bit PCI-X Bridge (rev 02)
00:1e.0 PCI bridge: Intel Corp. 82801 PCI Bridge (rev 0a)
00:1f.0 ISA bridge: Intel Corp. 6300ESB LPC Interface Controller (rev 02)
00:1f.1 IDE interface: Intel Corp. 6300ESB PATA Storage Controller (rev 02)
01:02.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5705_2 Gigabit Et
hernet (rev 03)
01:03.0 VGA compatible controller: ATI Technologies Inc Rage XL (rev 27)
01:04.0 System peripheral: Compaq Computer Corporation Integrated Lights Out Con
troller (rev 01)
01:04.2 System peripheral: Compaq Computer Corporation Integrated Lights Out Pr
ocessor (rev 01)
02:03.0 SCSI storage controller: LSI Logic / Symbios Logic 53c1030 PCI-X Fusion-
MPT Dual Ultra320 SCSI (rev 08)
02:03.1 SCSI storage controller: LSI Logic / Symbios Logic 53c1030 PCI-X Fusion-
MPT Dual Ultra320 SCSI (rev 08)
05:00.0 PCI bridge: Intel Corp. 6700PXH PCI Express-to-PCI Bridge A (rev 09)
05:00.2 PCI bridge: Intel Corp. 6700PXH PCI Express-to-PCI Bridge B (rev 09)
09:02.0 RAID bus controller: Compaq Computer Corporation Smart Array 64xx (rev 0
1)
Anthony_141
Regular Advisor

Re: /lib/cciss_2445.o: init_module: No such device

I figured it out - had to uninstall the e.62 kernel (the latest from Redhat), install the latest cciss from HP, then reinstall e.62.
Anthony_141
Regular Advisor

Re: /lib/cciss_2445.o: init_module: No such device

Uninstall the e.62 kernel we had installed after we loaded Redhat AS 2.1 Update 6 (it comes with e.57) - install latest cciss from HP - reinstall e.62 kernel.