1822845 Members
3939 Online
109645 Solutions
New Discussion

ML110 G7

 
syncronetchris
Occasional Contributor

ML110 G7

Installation of RHEL 6.2 was successful however the HP network card is not being detected correctly. 

When issuing the ifconfig -a statement, eth0 or eth1 does not have an inet address. 

Can any provide the HP specific network driver for RHEL 6.2 x64 bit or viable workaround.

 

Thanks,

Chris

2 REPLIES 2
boukari
Frequent Advisor

Re: ML110 G7

Hello,

in linux by default card driver dont have an adresse try this:

#ifconfig ethX <address> netmask < address mask> up

 

Good luck

BCS SW/HW GSC Engineer (L1)
IEEE Student Member
LPI 3 CORE & High Availability
VCP Vshpere 5 Datacenter
Novell CLA and Data Center specialist Certified
.....
Microsoft Partner & Microsoft student Partner
Matti_Kurkela
Honored Contributor

Re: ML110 G7

If "ifconfig -a" lists the card, then the card is detected by the driver. But does the OS have any settings configured for it?

 

Do the files /etc/sysconfig/network-scripts/ifcfg-eth0 and /etc/sysconfig/network-scripts/ifcfg-eth1 exist?

Do the MAC addresses specified on "HWADDR=" lines match the actual HW addresses listed in "ifconfig -a"?

Is the "ONBOOT=" line set to "yes"?

 

Run "ifconfig <network_card> up", wait a few seconds, then "ethtool <network_card>". Does it say "Link detected: yes"?

 

MK