Gentoo Archives: gentoo-user

From: Rumen Yotov <gentoo@×××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] How To Set NIC? (Was: Rx Errors on NIC)
Date: Fri, 20 Jan 2006 07:44:08
Message-Id: 20060120073709.GA1330@mach.qrypto.org
In Reply to: [gentoo-user] How To Set NIC? (Was: Rx Errors on NIC) by Drew Tomlinson
1 On (19/01/06 18:15), Drew Tomlinson wrote:
2 > On 12/29/2005 3:33 PM Drew Tomlinson wrote:
3 >
4 > >I have a AMD Athlon 2800+ processor running on a Asus A7N8X Deluxe
5 > >motherboard. This motherboard uses the Nvidia NForce2 chipset. It
6 > >has both an Nvidia and a 3Com 100 mbps network adapter integrated.
7 > >
8 > >Initially I used the Nvidia network adapter but noticed a lot of Rx
9 > >errors. The "errors" and the "frame errors" matched exactly. I did
10 > >the standard testing to try and isolate the problem. I tried known
11 > >working patch cables and known working hub ports. Then when the
12 > >errors persisted, I even moved the box to a known working cable run.
13 > >The errors remained.
14 > >
15 > >So I figured that the actual port on the motherboard must be bad. I
16 > >recompiled my kernel with 3Com networking support and began using the
17 > >3Com port but I am still getting errors. Here's my current 'ifconfig'
18 > >output:
19 > >
20 > >eth2 Link encap:Ethernet HWaddr 00:26:54:0C:60:8D inet
21 > >addr:192.168.1.6 Bcast:192.168.1.255 Mask:255.255.255.0
22 > > UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
23 > > RX packets:131785 errors:481 dropped:0 overruns:0 frame:760
24 > > TX packets:168955 errors:0 dropped:0 overruns:0 carrier:0
25 > > collisions:0 txqueuelen:1000
26 > > RX bytes:27189676 (25.9 Mb) TX bytes:169280962 (161.4 Mb)
27 > > Interrupt:18 Base address:0xb000
28 > >
29 > >The errors have changed a little in that now the "frame errors" exceed
30 > >the "errors". How can that be? I must not understand the output.
31 > >Anyway, I'm starting to think I may have some configuration issues as
32 > >I find it hard to believe that both ports are bad. I'm a Gentoo
33 > >newbie and started with kernel 2.11. I've upgraded once to 2.13-r5
34 > >which is where I'm at now. I have not changed any networking
35 > >parameter from their defaults as far as I recall. Any ideas on what
36 > >might be going on?
37 >
38 >
39 > I'm still having this issue. A networking guy told me that framing
40 > errors can typically come when the two ends of the connection (card and
41 > switch) are not set to the same parameters such as half-duplex vs.
42 > full-duplex. He suggested I try forcing both ends to be the same and
43 > see if the errors go away.
44 >
45 > However this is just a cheap 8 port TrendNet switch that doesn't have
46 > any management capability. Thus I thought I'd try forcing the NIC to
47 > one way or the other and see if the errors are resolved. I've Googled
48 > for information on how to (a) find out the current setting and (b)
49 > change the setting but have been unsuccessful. Can any one point me in
50 > the right direction?
51 >
52 > Thanks,
53 >
54 > Drew
55 >
56 > --
57 > Visit The Alchemist's Warehouse
58 > Magic Tricks, DVDs, Videos, Books, & More!
59 >
60 > http://www.alchemistswarehouse.com
61 >
62 > --
63 > gentoo-user@g.o mailing list
64 >
65 Hi,
66 For setting up NICs check: mii-diag or better ethtool (both are in portage).
67 Read the corresponding man pages for needed options.
68 HTH.Rumen

Replies

Subject Author
Re: [gentoo-user] How To Set NIC? (Was: Rx Errors on NIC) Drew Tomlinson <drew@××××××××××××××.net>