- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Cannot activate my second network card
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
09-21-2004 10:59 PM
09-21-2004 10:59 PM
Cannot activate my second network card
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2004 11:09 PM
09-21-2004 11:09 PM
Re: Cannot activate my second network card
first network card is eth0, so second card should be eth1.
Eth2 is third card.
PF
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2004 11:14 PM
09-21-2004 11:14 PM
Re: Cannot activate my second network card
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2004 11:47 PM
09-21-2004 11:47 PM
Re: Cannot activate my second network card
regarding this network adapter
and then rerun kudzu.
If it won't help - try to change the card with another (same model).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2004 02:31 AM
09-22-2004 02:31 AM
Re: Cannot activate my second network card
I'm going to change the card to check if it is an hardware problem. I keep you informed...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2004 05:59 AM
09-22-2004 05:59 AM
Re: Cannot activate my second network card
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
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2004 10:17 AM
09-22-2004 10:17 AM
Re: Cannot activate my second network card
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2004 07:55 PM
09-22-2004 07:55 PM
Re: Cannot activate my second network card
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2004 08:06 PM
09-22-2004 08:06 PM