On Fri, 13 Oct 2006, in the Usenet newsgroup comp.os.linux.networking, in
article <(E-Mail Removed)>, Chris wrote:
>The light for the ethernet connection often goes out while the ADSL light
>is consistently on so I don't think it's problems my ISP. Plus an ifconfig
>shows lots of Tx errors:
>eth0 Link encap:Ethernet HWaddr 00:00:E8:13:2C:43
[compton ~]$ etherwhois 00:00:E8
00-00-E8 (hex) ACCTON TECHNOLOGY CORP.
0000E8 (base 16) ACCTON TECHNOLOGY CORP.
46750 FREMONT BLVD. #104
FREMONT CA 94538
UNITED STATES
[compton ~]$
> RX packets:2950 errors:0 dropped:0 overruns:0 frame:0
> TX packets:2684 errors:32 dropped:0 overruns:0 carrier:32
> collisions:0 txqueuelen:1000
A "carrier" error means that the signals coming out of the card are not
what the 'data' looked like. On the original coaxial network, this was
caused by a shorted cable or an open circuit. The driver is trying to
"shake" the wire, but the wire just isn't moving. In a twisted pair
environment, this _usually_ indicates a cable problem (bad cable, or
cable not securely plugged in), but _may_ indicate failing hardware.
A common check I use is to flog the crap out of the system by sending
large amounts of data to a nearby peer, and looking at the ifconfig
errors on both systems. Is one system reporting received errors
(specifically frame errors) which indicates an intermittent? If using
ping as a test, is it showing missing sequence numbers?
>The above is only covers about 15mins. To me 32 errors in that time seems
>quite a lot
32 Carrier, Dropped, or Frame errors would be a lot. The 'dropped' would
indicate a continuing problem involving failed retransmits. Overruns only
mean that the link is busy, and the computer is busier, and didn't have
time to unload the data from the NIC before more data arrived. Collisions
on a half duplex non-switched network are common.
>Also, the 'network statistics' of my router show no errors, does this mean
>that the problem lies with the ethernet card rather than the router?
Depends if it is showing Ethernet statistics rather that IP or TCP.
The fact that this worked for three months, then went South suggests that
either the plug got loose or the cable got damaged (pinched is fairly
common). If this is 100BaseT, this could also indicate low quality cables
(not twisted as tightly as spec) that got moved closer to something that is
interfering or is causing an impedance bump (a metal file cabinet setting
on the cable would not only crush it, but could cause electronic reflections
that would play havoc with the signals).
Old guy