Gentoo Archives: gentoo-user

From: Jeff <jmg_071769@×××××××.net>
To: gentoo-user@l.g.o
Subject: [gentoo-user] NIC works fine with Gentoo Live CD, not so good without.
Date: Mon, 20 Mar 2006 20:51:27
Message-Id: 441F1553.8000601@comcast.net
1 Ok gang, this one absolutely boggles me.
2
3 My system:
4
5 AMD64 w/1.5G RAM, 200G HD, Audigy2, Realtek NIC, nVidia 6800GS.
6
7 So, here's my NIC as it appears in lspci (both with the Live CD, and my
8 current install):
9
10 02:03.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
11 RTL-8139/8139C/8139C+ (rev 10)
12
13 And the driver:
14
15 8139too 28992 0
16
17 Now then... as of 2 days ago, I've been noticing that my ethernet has
18 been acting really whacky, with random ping times and flaky web surfing.
19 Example ping:
20
21 jmg ~ # ping yahoo.com -c 10
22 PING yahoo.com (66.94.234.13) 56(84) bytes of data.
23 64 bytes from w2.rc.vip.scd.yahoo.com (66.94.234.13): icmp_seq=1 ttl=47
24 time=627 ms
25 64 bytes from w2.rc.vip.scd.yahoo.com (66.94.234.13): icmp_seq=2 ttl=48
26 time=696 ms
27 64 bytes from w2.rc.vip.scd.yahoo.com (66.94.234.13): icmp_seq=3 ttl=47
28 time=85.5 ms
29 64 bytes from w2.rc.vip.scd.yahoo.com (66.94.234.13): icmp_seq=4 ttl=48
30 time=728 ms
31 64 bytes from w2.rc.vip.scd.yahoo.com (66.94.234.13): icmp_seq=5 ttl=48
32 time=96.4 ms
33 64 bytes from w2.rc.vip.scd.yahoo.com (66.94.234.13): icmp_seq=6 ttl=47
34 time=764 ms
35 64 bytes from w2.rc.vip.scd.yahoo.com (66.94.234.13): icmp_seq=7 ttl=47
36 time=132 ms
37 64 bytes from w2.rc.vip.scd.yahoo.com (66.94.234.13): icmp_seq=8 ttl=48
38 time=800 ms
39 64 bytes from w2.rc.vip.scd.yahoo.com (66.94.234.13): icmp_seq=9 ttl=48
40 time=164 ms
41 64 bytes from w2.rc.vip.scd.yahoo.com (66.94.234.13): icmp_seq=10 ttl=48
42 time=833 ms
43
44 --- yahoo.com ping statistics ---
45 10 packets transmitted, 10 received, 0% packet loss, time 9027ms
46 rtt min/avg/max/mdev = 85.529/492.918/833.156/309.889 ms
47
48 Look at those times. Strange eh? Even more strange, I get a nice even
49 30-40ms ping when booting with the AMD64 Gentoo CD, so I've ruled out
50 that my NIC card could be broken. I've also checked my iptables to make
51 sure nothing's being blocked/dropped, and that looks fine.
52
53 Here's ifconfig:
54
55 jmg ~ # ifconfig
56 eth0 Link encap:Ethernet HWaddr 00:13:D4:63:AB:45
57 inet addr:192.168.100.69 Bcast:192.168.100.255 Mask:255.255.255.0
58 inet6 addr: fe80::213:d4ff:fe63:ab45/64 Scope:Link
59 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
60 RX packets:1717 errors:2 dropped:4 overruns:1 frame:0
61 TX packets:1389 errors:0 dropped:0 overruns:0 carrier:0
62 collisions:0 txqueuelen:1000
63 RX bytes:1221100 (1.1 Mb) TX bytes:224935 (219.6 Kb)
64 Interrupt:10 Base address:0x2000
65
66 lo Link encap:Local Loopback
67 inet addr:127.0.0.1 Mask:255.0.0.0
68 inet6 addr: ::1/128 Scope:Host
69 UP LOOPBACK RUNNING MTU:16436 Metric:1
70 RX packets:0 errors:0 dropped:0 overruns:0 frame:0
71 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
72 collisions:0 txqueuelen:0
73 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
74
75 Look at eth0. Errors? Drops? Overruns? Why? What could be wrong with
76 this NIC all of the sudden? Again, I have 0 problems when booting the
77 same exact setup with the Live CD.
78
79 After doing some simple troubleshooting, I'll admit, I'm stumped. Any
80 idea why my NIC works great with the Live CD and not with my currently
81 running system?
82
83 --
84 Emperor Palpatine:
85 Everything that has transpired has done so according
86 to my design.
87 --
88 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] NIC works fine with Gentoo Live CD, not so good without. Hans-Werner Hilse <hilse@×××.de>