LinuxQuestions.org
Visit the LQ Articles and Editorials section
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 04-30-2004, 01:59 PM   #1
sujte
Member
 
Registered: Jul 2003
Posts: 48

Rep: Reputation: 15
3Com 3c905 NIC Troubles


I have installed Linux 9 (kernel 2.4) on a Dell Poweredge 2450 server. The installation was successful, but the NIC fails on startup. I can activate it manually, and it will act like it is working, but it cannot connect to the network.

I have set up a static IP for the Dell server, and can ping that IP and it's hostname with no problem. The lights seem to be indicating everything is fine on the NIC (green on the left, occasional flashing on the right). I plugged the cable into my laptop to make sure the cable/router connection was fine, and it was.

I'm not sure what to try next. Any help would be greatly appreciated.
 
Old 04-30-2004, 02:17 PM   #2
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 58
By "Linux 9" do you mean redhat 9?

Can you post the output of:
ifconfig
route -n
 
Old 04-30-2004, 03:41 PM   #3
sujte
Member
 
Registered: Jul 2003
Posts: 48

Original Poster
Rep: Reputation: 15
Yes, RH 9
 
Old 04-30-2004, 04:18 PM   #4
sujte
Member
 
Registered: Jul 2003
Posts: 48

Original Poster
Rep: Reputation: 15
I have a static IP setup on this server.

172.31.100.118 ip
255.255.255.0 mask
172.31.100.1 gateway

4.2.2.4 dns
4.2.2.5 dns

The output of the route -n is

Dest Gateway Genmask
172.31.100.0 0.0.0.0 255.255.255.0 U 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 lo
0.0.0.0 172.31.100.1 0.0.0.0 UG 0 0 eth0

The ifconfig looks fine. It has two sections, eth0 and lo, and they appear to have the right IP information. I can ping the localhost address, and the static IP 172.31.100.118 with no problem
 
Old 04-30-2004, 04:23 PM   #5
sujte
Member
 
Registered: Jul 2003
Posts: 48

Original Poster
Rep: Reputation: 15
When I use ifdown, and then ifup, I get the following message,

RNETLINK answers: invalid argument
iptables: Table does not exist (do you need to insmod?)
iptables: No chain/target/match by that name
iptables: Table does not exist (do you need to insmod?)
iptables: No chain/target/match by that name

but the eth0 adapter indicates it was activated.
 
Old 04-30-2004, 04:28 PM   #6
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 58
Try disabling iptables first:
service iptables stop
 
Old 04-30-2004, 04:45 PM   #7
sujte
Member
 
Registered: Jul 2003
Posts: 48

Original Poster
Rep: Reputation: 15
Done that. I just get the "invalid argument" error, the eth0 is activated, but I can't ping any of the terminals in the network.
 
Old 04-30-2004, 05:28 PM   #8
lehumphr
Member
 
Registered: Sep 2003
Location: VA
Distribution: Fedora Core 2 (Tettnang)
Posts: 35

Rep: Reputation: 15
There is a known issue with some 3com nic cards...
I had the exact same problem you were having and all I needed to do was disable kudzu.

Apparently Kudzu misconfigured the NIC cards in such a way they are unable to optain valid IP's

Try this..open a terminal and type

chkconfig kudzu off

press enter(it wont display any confirmation message or anything) then restart.

Worked for me. Best of Luck
 
Old 05-03-2004, 08:16 AM   #9
sujte
Member
 
Registered: Jul 2003
Posts: 48

Original Poster
Rep: Reputation: 15
I turned off Kudzu, stopped the iptables, and did an 'ifup etho0'. I didn't get any errors like before. However, I still can't ping other devices on the network.
 
Old 05-03-2004, 09:13 AM   #10
sujte
Member
 
Registered: Jul 2003
Posts: 48

Original Poster
Rep: Reputation: 15
I saw some errors in the /var/log/messages file that indicated a possible IRQ problem when running insmod, so I changed the IRQ on the eth0 to 5 to resolve this. I also noticed in the messages file that it gets the same iptable error messages during startup. Other than the iptables messages, there are no errors or warnings in the messages file during startup.

Another link suggested using the mii-tool. When I ran "mii-tool -v", the 'basic status' parameter returned 'no link'. I guess I can try and force a particular protocol with mii-tool, but am not sure which one to choose.
 
Old 05-03-2004, 01:10 PM   #11
sujte
Member
 
Registered: Jul 2003
Posts: 48

Original Poster
Rep: Reputation: 15
Stupid Stupid Stupid! I decided to open the server and see if there was anything odd about the way the NIC was seated, and found that there were two NICs in the server. I was simply plugging into the wrong one. I had everything setup correctly in the first place, which was what was driving me nuts, but that setup was pointing to a NIC that was not physically connected. Thanks for the help. I did learn a lot about troubleshooting NIC problems though.
 
Old 05-03-2004, 01:21 PM   #12
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 58
It sometimes the simple ones that are the most difficult to spot
 
  


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
3com 3c905 doesnt work linuxhaxz Linux - Hardware 3 05-28-2004 07:16 PM
3c59x.o module for 3c905 3com ethernet 100BaseTx(cyclone) farhan Linux - Networking 1 10-08-2003 03:41 PM
3c59x.o module for 3c905 3com ethernet 100BaseTx(cyclone) farhan Linux - Networking 0 10-08-2003 03:27 PM
3Com 3C905 PCI 10/100 ? caffeinelegacy Linux - Networking 2 10-01-2003 09:01 AM
3com 3c905 NIC is detect but wont work smurf Linux - Hardware 2 04-14-2003 03:59 PM


All times are GMT -5. The time now is 06:00 PM.

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