LinuxQuestions.org
Support LQ: Use code LQ3 and save $3 on Domain Registration
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices

Reply
 
LinkBack Search this Thread
Old 10-09-2008, 03:27 PM   #1
me99
Member
 
Registered: Mar 2004
Location: Littleton, CO
Posts: 92
Blog Entries: 1

Rep: Reputation: 15
Second NIC not detected!?


Second NIC not detected!? They are same cards but the other is not seen, it fails during boot up.
Why would that be?
I connected my win box to it and the lights are on, I use crossover cable.
Thanks for any help.
 
Old 10-09-2008, 03:48 PM   #2
me99
Member
 
Registered: Mar 2004
Location: Littleton, CO
Posts: 92
Blog Entries: 1

Original Poster
Rep: Reputation: 15
during boot up:
tulip eth1 does not seem to be present?
It recognizes one but not the other one!
Thanks.
 
Old 10-09-2008, 08:22 PM   #3
r3sistance
Senior Member
 
Registered: Mar 2004
Location: UK
Distribution: CentOS 5.4, Mac OS 10.4 (tiger)
Posts: 1,005

Rep: Reputation: 79
Sorry do you have two cards with 1 port each or 1 card with 2 ports? if it's two different cards, one might not be seated correctly within it's expansion slot? or even possibly be broken...
 
Old 10-09-2008, 09:23 PM   #4
me99
Member
 
Registered: Mar 2004
Location: Littleton, CO
Posts: 92
Blog Entries: 1

Original Poster
Rep: Reputation: 15
I got two NIC cards and it does seat properly, see the output of ifconfig -a:
__tmp214920195 Link encap:Ethernet HWaddr 00:1E:E56:BC:FB
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:3 Base address:0xec00

eth0 Link encap:Ethernet HWaddr 00:0C:41:1F:98:79
inet addr:192.168.2.100 Bcast:192.168.2.255 Mask:255.255.255.0
inet6 addr: fe80::20c:41ff:fe1f:9879/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3964 errors:0 dropped:0 overruns:0 frame:0
TX packets:2906 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:4120155 (3.9 MiB) TX bytes:327674 (319.9 KiB)
Interrupt:10 Base address:0x400

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:1470 errors:0 dropped:0 overruns:0 frame:0
TX packets:1470 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2673896 (2.5 MiB) TX bytes:2673896 (2.5 MiB)

sit0 Link encap:IPv6-in-IPv4
NOARP MTU:1480 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

I searched the Internet and it seems like it needs some kind of e1000 or 2200 driver file, I have to figure that one out yet.
Thanks.
 
Old 10-10-2008, 03:53 AM   #5
cyprinidae
Member
 
Registered: Oct 2008
Distribution: Fedora, CentOS, Crunchbang
Posts: 46

Rep: Reputation: 16
It seems you've got ISA cards... They are using interrupts 3 and 10. Maybe there's IRQ conflict for one of them. Try to use cat
Code:
 cat /proc/interrupts
and have a look at dmesg output
Code:
dmesg | grep -i isa
. If these are PCI cards (they should share the same IRQ), but in that case try
Code:
lspci
 
Old 10-10-2008, 09:57 AM   #6
me99
Member
 
Registered: Mar 2004
Location: Littleton, CO
Posts: 92
Blog Entries: 1

Original Poster
Rep: Reputation: 15
They are linksys cards:
02:09.0 Ethernet controller: ADMtek NC100 Network Everywhere Fast Ethernet 10/100 (rev 11)

02:0c.0 Ethernet controller: ADMtek NC100 Network Everywhere Fast Ethernet 10/100 (rev 11)

It worked OK last night but now it does not work again!?
I get this if I try to activate it:
"tulip device eth1 does not seem to be present, delaying initialization."

Thanks.
 
Old 10-13-2008, 03:35 PM   #7
perezyanez
LQ Newbie
 
Registered: Sep 2008
Posts: 19

Rep: Reputation: 0
Maybe hardware failure

Can you exchange the cards?

You know, just to check a hardware failure.
 
Old 10-13-2008, 10:47 PM   #8
me99
Member
 
Registered: Mar 2004
Location: Littleton, CO
Posts: 92
Blog Entries: 1

Original Poster
Rep: Reputation: 15
I did swap them and that night it worked for about the moment I had the system on. After it failed every time.
I know one of them sets up automatically while the other I need to set up so my other machine can access it. I followd the examples but without having it being recognized it was no use. I would buy 3com but those cards are $100 a pop. How do I know it will work!?
I also put in Intel card but that was not recognized either. It might be the motherboard how it shares its PCI interfaces or something like that.
Thanks.
 
Old 10-14-2008, 07:51 AM   #9
perezyanez
LQ Newbie
 
Registered: Sep 2008
Posts: 19

Rep: Reputation: 0
Yes, probably BIOS or motherboard issue

Maybe your BIOS need be reconfigured... Load the default values on the BIOS.

Another thing you can do is test the cards one at time in differents slots.

But, if your BIOS has not change before the problem... I think is a card failure. The link ligths sometimes do not indicate a good card (I have seen this situation before).

If you can, try your cards in other machine.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
My nic doesn't get detected nc3b Debian 2 05-01-2006 01:31 AM
NIC Of NIC/Graphics Card Combo Not Detected username132 Linux - Hardware 2 04-04-2006 10:16 PM
Gigabit NIC not detected Wraezor Linux - Hardware 9 08-01-2005 09:14 AM
nic not detected gnmabc Linux - Networking 7 06-13-2005 04:57 PM
How to specify the NIC detected by pcap wangjinyi Linux - Software 0 09-23-2004 02:42 AM


All times are GMT -5. The time now is 01:53 AM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration