Results 1 to 8 of 8
I am trying to get networking up on an old PII which I have successfully installed with Fedora Core 4.
There are link and activity lights on the onboard interface. ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-19-2009 #1Just Joined!
- Join Date
- Sep 2006
- Posts
- 12
can not get IP for eth0
I am trying to get networking up on an old PII which I have successfully installed with Fedora Core 4.
There are link and activity lights on the onboard interface. The controller is a 3Com PCI 3c905 Boomerang 100baseTx using address 0xdc80.
The driver module, 3c59x, is loaded as well as the mii module that uses it. There is an ipv6 module loaded but it is not clear if there is or is needed an ipv4 module.
eth0 is sharing an interrupt with the UHCI controller. That should not be a problem.
When I drop to console and runlevel 3, and call dhclient, which is installed, I get message telling me there is no offer to the dhcp request. But I am fairly certain there is not a problem on the router/switch side.
Does anyone have an idea what might be amiss here?
- 12-19-2009 #2
The first thing I'd do is grep dmesg for any errors related to eth0
You also need to make sure the correct module is being loaded, you need to find out which chipset is being used by the card.Code:dmesg |grep eth0
Post back the results pleaseCode:lspci -nn |grep -i net
Have you tried using the network tool to connect? Is this not working?Which network tool is being used? network manager?I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
I'd rather be lost at the lake than found at home.
- 12-19-2009 #3Just Joined!
- Join Date
- Sep 2006
- Posts
- 12
The only thing dmesg says about eth0 is " Dropping NETIF_F_SG since no checksum feature."
The ethernet controller is 3Com, as I enumerated above.
According to what I can find out, the 3c59c driver is the one for this controller. Although there is one objection in dmesg to the effect "Unknown param `irq'."
I am beginning to think this problem might be unsolvable. Could there be a burnt-out circuit in the south bridge controller?
- 12-22-2009 #4
Give yourself an ip address on the same network as the switch. If the switch is setup as 192.168.1.1 then give yourself 192.168.1.10 and ping the switch. If that works then the problem is not your interface.
If the above worked then I would check to ensure that the switch is setup properly and ensure the DHCP is turned on.
- 12-22-2009 #5Just Joined!
- Join Date
- Sep 2006
- Posts
- 12
The problem is that does not work. The ping replies "Destination Host unreachable"
I have tested the cable repeatedly. All four pairs light up the tester.
What is really weird -- this old Dell had one of those back-plane PCI/ISA expansion boards. I tried a plug-in PCI nic without any luck, to bypass the onboard nic -- same story.
The BIOS is a joke. There is a control for on/off, but that is it.
Which brings me back to some low-level hardware malfunction at the south bridge.
- 12-22-2009 #6
Do you have a loopback plug or could you make one? That would be a good test to see if the port is the problem.
Have you tried different ports on the switch?
- 12-22-2009 #7Just Joined!
- Join Date
- Sep 2006
- Posts
- 12
That's a good idea! I assume the loopback would entail an rj45 and a length of cable with each pair wired to itself.
Then what?
- 12-23-2009 #8Just Joined!
- Join Date
- Sep 2006
- Posts
- 12
Okay, I'm an idiot. It was the cable. That cable tester lied to me.


Reply With Quote

