Operating System - Linux
1825771 Members
2314 Online
109687 Solutions
New Discussion

RH NIC kernel driver question

 
edgar_19
New Member

RH NIC kernel driver question

i have Red hat advanced server on HP Proliant ML350 G3,but it does not have suport for NIC driver,and why i must to install Kernel souce???
So i need to put 4 server on my network today and now i need suport of howto install that driver in this version of red hat advanced server 2.1
3 REPLIES 3
Ragu_1
Regular Advisor

Re: RH NIC kernel driver question

Please be patient with this help forum! What is the NIC that your server has ? If you have finished installing the system, what does `lspci -v' say as root ? You have to give us some input to work on, please help us help you.
Share and share alike
Kodjo Agbenu
Honored Contributor

Re: RH NIC kernel driver question

Hi,

Recent HP Proliant servers usually ship with Broadcom Tigon 3 gigabit ethernet NICs.

Therefore, there is a driver in the standard Linux kernel that can be used : tg3.o

In /etc/modules.conf :

alias eth0 tg3
alias eth1 tg3


However, HP provides its own driver which is named "bcm5700.o". This could be confusing with the "bcm5700.o" included in the standard kernel : only the HP version works with this card. See hp.com/linux for more details.


In summary : use either tg3 included in standard Linux kernel, or bcm5700 shipped by HP.

Good luck.

Kodjo
Learn and explain...
K.C. Chan
Trusted Contributor

Re: RH NIC kernel driver question

this may help, check out this thread:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=274277

FYI, you need the kernel source, becuase you need to compile the driver with it.
Reputation of a thousand years can be determined by the conduct of an hour