Re: frame value too large by ifconfig!!!!



On 2月25日, 上午5时29分, ibupro...@xxxxxxxxxxxxxxxxxxxxxx (Moe Trin) wrote:
On Sat, 23 Feb 2008, in the Usenet newsgroup comp.os.linux.networking, in
article <9ea768c5-29cc-4312-80bd-ce7e0d5d6...@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,

water9...@xxxxxxxxx wrote:

NOTE: Posting from groups.google.com (or some web-forums) dramatically
reduces the chance of your post being seen. Find a real news server.

my NIC doesn't work .My os is RHEL5.1/32bit/dual core intel cpu. the
ifconfig output:

eth2 Link encap:Ethernet HWaddr 00:55:7B:B5:7D:F7

[compton ~]$ etherwhois 00:55:7B
Non-existent address as of Feb 24 10:03:16 UTC 2008 OUI file
[compton ~]$

That doesn't look good.

inet addr:192.168.1.22 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::255:7bff:feb5:7df7/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1 errors:0 dropped:0 overruns:0 frame:21668
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:60 (60.0 b) TX bytes:0 (0.0 b)
Interrupt:169

why the frame value(21668) so large?

You can't talk to the NIC - you may be using the wrong driver. The
actual meaning of a Frame error is that the number of BITS is not
exactly dividable by 8 (bytes) which is wrong because an Ethernet
frame is always and exact number of bytes in length. This usually
indicates a hardware failure, but can also be caused by using the
wrong driver.

03:00.0 Ethernet controller: ABC Networks Inc Unknown device 0003 (rev
01)
Subsystem: Airgo Networks Inc Unknown device 0003

From the pci.ids file, dated 2/24/08

17cb Airgo Networks Inc
0001 AGN100 802.11 a/b/g True MIMO Wireless Card
0002 AGN300 802.11 a/b/g True MIMO Wireless Card

[compton ~]$ etherwhois Airgo
00-0A-F5 (hex) Airgo Networks, Inc.
000AF5 (base 16) Airgo Networks, Inc.
900 Arastradero Rd
Palo Alto CA 94304
UNITED STATES
[compton ~]$

It would appear that the device is unknown. You might try using the
search engine you are posting from - a search for 'Airgo NIC Linux'
turns up some information, and might be a starting place.

Old guy

This PCIE NIC is designed by myself. i just borrow Airgo vendor/device
ID random. it isn't any product if Airgo.

ifconfig command shows one good packet of RX side,Tx side is not any.
do you mean the large frame value is from Tx side ?
.