- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Network Drivers for Redhat 7.2 on DL360 G3
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
Forums
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
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
11-25-2003 04:44 AM
11-25-2003 04:44 AM
We recently purchased 2 new DL360 G3 with 2 Cpq Gbit NIC's. Problem is that now we installed RedHat 7.2 on these Machines but the Network Interfaces refuse to work. It doesnt even load the appropriate Drive(bcm5700 if im not wrong). When I try an 'insmod bcm5700' it says "No such Device", we also tried the eepro100, e100 and e1000 Drivers which allways worked on our DL380 G2 and G3 Machines. I only had experience on DL380's so far so im rather clueless which are the appropriate Network Drivers for DL360.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2003 05:08 AM
11-25-2003 05:08 AM
Re: Network Drivers for Redhat 7.2 on DL360 G3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2003 05:09 AM
11-25-2003 05:09 AM
Re: Network Drivers for Redhat 7.2 on DL360 G3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2003 05:19 AM
11-25-2003 05:19 AM
Re: Network Drivers for Redhat 7.2 on DL360 G3
eth0: Broadcom BCM4401 100Base-T found at mem faffe000, IRQ 11, node addr 000bdb97592a
bcm4400: eth0 NIC Link is Up, 100 Mbps full duplex
Then try to do locate "bcm4400"; This should tell you if you have this driver or not.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2003 05:29 AM
11-25-2003 05:29 AM
Re: Network Drivers for Redhat 7.2 on DL360 G3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2003 08:21 AM
11-25-2003 08:21 AM
SolutionIn fact, the device reports as bcm5700, but the bcm5700 included in standard Linux kernels do not match these NICs.
The proper driver for your gigabit NICs is "tg3", not "bcm5700". You can also consider downloading the source code of the right "bcm5700" from HP web :
ftp://ftp.compaq.com/pub/products/servers/supportsoftware/linux/bcm5700-6.0.2d-1.src.rpm
To recompile it on your machine :
rpm -ivh bcm5700-6.0.2d-1.src.rpm
rpmbuild -bb --target=i686 /usr/src/redhat/SPECS/bcm5700.spec
To install it :
rpm -ivh /usr/src/redhat/RPMS/i686/bcm5700-6.0.2d-1.i686.rpm
depmod -ae
Then you can use bcm5700 as the NIC driver.
To summarize : either tg3 from genuine Red Hat kernel or bcm5700 rebuilt from HP sources.
Good luck.
Kodjo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2003 07:58 PM
11-25-2003 07:58 PM
Re: Network Drivers for Redhat 7.2 on DL360 G3
I I don't know the DL360 card. However, I see that you report that you tried the driver for the Intel PRO/100 card.
I experienced problems with the PRO/100 cards earlier on a box running RedHat 9.0. There seems it was a bug in the driver or on the card, and it is documented on the net. Not sure if the error was introduced in driver that came with the RH 9.0 distribution - the host used to work with 8.x.
I used this workaround to get the card up temporarily:
- unplugged the network cable
- rebooted the host
- logged in
- plugged in the cable
- ran dhcpcd of ifconfig (don't remember which)
This got the card working. A driver upgrade from redhat fixed my problem permanently.
http://www.scyld.com/network/eepro100.html is another resource
Perhaps this would help for your card as well?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2003 11:56 PM
11-25-2003 11:56 PM
Re: Network Drivers for Redhat 7.2 on DL360 G3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2004 04:50 AM
04-20-2004 04:50 AM
Re: Network Drivers for Redhat 7.2 on DL360 G3
I downloaded bcm5700-6.0.2d-1.src.rpm as Kodjo Agbenu suggested, and during rpmbuild, I get this error:
/usr/include/linux/modversions.h: #error Modules should never use kernel-headers system headers,
/usr/include/linux/modversions.h: #error but rather headers from an appropriate kernel source package.
/usr/include/linux/modversions.h: #error Change -I/usr/src/linux/include (or similar) to
/usr/include/linux/modversions.h: #error -I/lib/modules/$(uname -r)/build/include
/usr/include/linux/modversions.h: #error to build against the currently-running kernel.
For what it's worth, the gcc line DOES have -I/lib/modules/$(uname -r)/build/include, so I don't understand the complaint.
Thanks,
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2004 10:29 AM
04-20-2004 10:29 AM