- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- NIC Driver Install
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2011 05:10 AM
07-21-2011 05:10 AM
I have recently installed RHEL 5.4 but need to install the correct NIC drivers in order to gain network connectivity. Eth0 is currently using driver bnx2x but I am using a "HP Ethernet Pass Thru Module" and so I am trying to install driver e1000 .
So I have run a "make install" on the e1000 src dir and all seem good until I try and include/add the module I get the following error:
insmod: error inserting <path_to_e1000.ko>: -1 Invalid module format
Has anybody seen this before or know what the problem might be??
R,
D.
Solved! Go to Solution.
- Tags:
- NIC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2011 06:25 AM
07-26-2011 06:25 AM
Re: NIC Driver Install
This seems strange: e1000 is the driver for certain Intel gigabit NICs (mainly PCI/PCI-X I think), and bnx2x is for Broadcom NICs. As the bnx2x apparently is auto-detected for your eth0 (by PCI device manufacturer ID and device ID wildcard), your NIC chips are probably manufactured by Broadcom, not by Intel. You'll probably need a newer version of the appropriate Broadcom NIC driver.
Since you talk about "Pass Thru Module", you probably have some sort of blade hardware, probably c-class blades. What's the exact blade model you have? A typical model number could be BL460c G5, for example.
In HP blade hardware, the type of I/O module does not change the type of the required driver (although some advanced I/O modules may require a higher version of the driver), since the actual NIC chip is in the blade, either integrated in the system board of the blade, or on a mezzanine card. The blade NIC uses a common wiring in the chassis backplane to communicate with the I/O module. The Pass Thru module is the simplest possible I/O module type: essentially it's little more than a signal converter for changing the signals coming from the blade NIC to a format suitable for the network cables, and vice versa.
I don't recall Intel NICs being used in c-class Proliant blades at all (but I might be wrong).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2011 03:05 AM
08-26-2011 03:05 AM
Solution