View previous topic :: View next topic |
Author |
Message |
Inhibit n00b
Joined: 16 Aug 2002 Posts: 4
|
Posted: Fri Aug 16, 2002 11:23 pm Post subject: RTL8139 Card(s) Not Routing (no route response) |
|
|
Hi all,
I've been using Gentoo for a good year or so, but on my latest install I've run into quite a peculiar problem. On install the network adapter works just fine and runs through the setup of the machine. I compile in the 8139too driver for one of the Realtek chipsets, and promptly on reboot it ceases functioning.
Output from ifconfig looks normal (it's got a 192.168.0.2 eth0 card address and a 255.255.255.0 netmask), and netstat -rn yields two standard routing entries of:
Destination Gateway Genmask Flags MSS Window irtt iface
192.168.0.0 0.0.0.0 255.255.255.0 U 40 0 0 eth0
0.0.0.0 192.168.0.1 0.0.0.0 UG 40 0 0 eth0
issueing the "route" command hangs, needing a ctrl-c to break out.
This is not the same result I get from inputting the same commands under the boot CD, so I'm assuming there's something misconfigured that I'm overlooking.
Thanks! |
|
Back to top |
|
|
rac Bodhisattva
Joined: 30 May 2002 Posts: 6553 Location: Japanifornia
|
Posted: Fri Aug 16, 2002 11:27 pm Post subject: |
|
|
Does "route -n" work? Could it be a problem with /etc/resolv.conf? _________________ For every higher wall, there is a taller ladder |
|
Back to top |
|
|
Inhibit n00b
Joined: 16 Aug 2002 Posts: 4
|
Posted: Fri Aug 16, 2002 11:55 pm Post subject: |
|
|
okay, route -n gives the same output as netstat -rn
also, if I move /etc/resolv.conf to /etc/resolv.hold the output of "route" comes out normally. I noticed that all the RX/TX action is going through lo rather than anything going through eth0 after pinging anything except 192.168.0.2 |
|
Back to top |
|
|
rac Bodhisattva
Joined: 30 May 2002 Posts: 6553 Location: Japanifornia
|
Posted: Sat Aug 17, 2002 12:08 am Post subject: |
|
|
Is iptables or anything else noteworthy enabled in the networking settings of your kernel? _________________ For every higher wall, there is a taller ladder |
|
Back to top |
|
|
Inhibit n00b
Joined: 16 Aug 2002 Posts: 4
|
Posted: Sat Aug 17, 2002 3:31 am Post subject: |
|
|
Ah, disabled mmaped I/O and multicasting. I also disabled SMP and set it as a uniprocessor. Not quite sure which situation fixed it, but I'll nail it down and add the solution to this thread. Thanks for the help! |
|
Back to top |
|
|
Inhibit n00b
Joined: 16 Aug 2002 Posts: 4
|
Posted: Sat Aug 17, 2002 4:02 am Post subject: |
|
|
Okay, it was straight SMP support that did it. Turned off SMP, put it on Uniprocessor with all the fixings and it's still working smoothly. One of the freakier kernel problems I've had. |
|
Back to top |
|
|
|