Operating System - Linux
1827872 Members
1196 Online
109969 Solutions
New Discussion

Cannot activate my second network card

 
map_1
New Member

Cannot activate my second network card

Server : Proliant DL380

OS : Linux 7.3

When I try to activate Eth2, I've the following
error msg :

e1000 device does not seem to be present, delaying eth2 initialization

You will find attached to this mail a detail of operations and results.

Thanks for your help
8 REPLIES 8
Josef Forman
Frequent Advisor

Re: Cannot activate my second network card

Hi,
first network card is eth0, so second card should be eth1.
Eth2 is third card.

PF
map_1
New Member

Re: Cannot activate my second network card

In fact, Eth2 is the port of a distinct dual port Ethernet card. Eth0 and Eth1 are well detected and activated by the system.
Alexander Chuzhoy
Honored Contributor

Re: Cannot activate my second network card

Deletc the lines in /etc/sysconfig/hwconf
regarding this network adapter
and then rerun kudzu.
If it won't help - try to change the card with another (same model).
map_1
New Member

Re: Cannot activate my second network card

Kudzu didn't help.

I'm going to change the card to check if it is an hardware problem. I keep you informed...
Steven E. Protter
Exalted Contributor

Re: Cannot activate my second network card

Try the NIC out in a different box. If its not recognized its probably dead.

If its not dead, I'd check the configuration of the other two NIC cards and see if there is something silly like gateway in both cards. That can vastly interfere with networking on Linux.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Ross Minkov
Esteemed Contributor

Re: Cannot activate my second network card

map,

Check your /etc/modules.conf file.
My guess is you have something like this there.

# grep -i eth /etc/modules.conf
alias eth0 e100
alias eth1 e100
#alias eth2 e100

If that is the case then uncomment the line for eth2. If this line does't exist add it.


Regards,
Ross
map_1
New Member

Re: Cannot activate my second network card

No, the alias are ok, I have :

alias eth0 tg3
alias eth1 tg3
alias eth2 e1000

I succeed to solve the problem by unplugg
the faulty eth card and plugg it again carefully in the slot. The card is now detected by the system.

So it was just a stupid problem of hardware installation.

Thank for your help

A+

J.P. Sanche
map_1
New Member

Re: Cannot activate my second network card

ie previous reply...