Installing Additional Intel PRO/1000 MT Dual Port Card
I'm in the process of trying to get a network card recognised by my RHEL 2.1AS (kernel 2.4.9-e.34) server.
Originally when the server was commissioned, it contained 2 Broadcom NetXtreme onboard NIC's. I'm now installing an additional Intel PRO/1000 MT Dual Port NIC.
My issue is that I cannot get the system to recognise the new card. I've installed the Intel 4.3.15-e1000 driver. However when I run "insmod e1000", I get:
"Using /lib/modules/2.4.9-e.34smp/kernel/drivers/net/e1000.o
/lib/modules/2.4.9-e.34smp/kernel/drivers/net/e1000.o: init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters"
I've also tried running: "rpm -tb 2.4.9-e.34.tar.gz" to build an rpm. This process did produce the relevant .rpm file and it installed successfully using "rpm -ivh <rpm-file>.
In both of the above scenarios, the e1000.o file exists in the correct directory. Also there are no additonal ifcfg-eth<x> files created. I'm absolutely stumped, can someone please help?
TIA.
|