[realtek-bug] Problem with a Trendnet TE100-PCIWN card
Jeremy White
jwhite@codeweavers.com
Sun, 10 Sep 2000 15:53:27 -0500
This is a multi-part message in MIME format.
--------------D70C5CF9C3CEFD1452A9E3FA
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
I'm having an odd problem with a Trendnet TE100-PCIWN card,
and I'm hoping for some help.
Basically, the card refuses basically seems to refuse to receive any
packets. I'm mystified. I've tried the 1.07 driver
(this is a stock RH 6.2 on i386). I've tried the 1.10 driver. The
diag tools don't report any obvious problems (but that could
be operator ignorance).
I'm attaching the results of loading it with debug on,
bringing up the interface, and failing to ping a locally
attached computer.
I appreciate any help.
Jeremy White
--------------D70C5CF9C3CEFD1452A9E3FA
Content-Type: text/plain; charset=us-ascii;
name="foo.out"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="foo.out"
++ insmod rtl8139 debug=7
Using /lib/modules/2.2.14-5.0/net/rtl8139.o
++ ifup eth0
++ ping -c 2 -ndv 198.144.10.120
PING 198.144.10.120 (198.144.10.120) from 198.144.10.119 : 56(84) bytes of data.
>From 198.144.10.119: Destination Host Unreachable
Vr HL TOS Len ID Flg off TTL Pro cks Src Dst Data
4 5 00 5400 8500 0 0000 40 01 14d8 198.144.10.119 198.144.10.120
>From 198.144.10.119: Destination Host Unreachable
Vr HL TOS Len ID Flg off TTL Pro cks Src Dst Data
4 5 00 5400 8400 0 0000 40 01 15d8 198.144.10.119 198.144.10.120
--- 198.144.10.120 ping statistics ---
2 packets transmitted, 0 packets received, +2 errors, 100% packet loss
++ ifconfig
eth0 Link encap:Ethernet HWaddr 00:48:54:86:06:3F
inet addr:198.144.10.119 Bcast:198.144.10.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:3 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
Interrupt:10 Base address:0xd400
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:3924 Metric:1
RX packets:97 errors:0 dropped:0 overruns:0 frame:0
TX packets:97 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
++ netstat -rn
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
198.144.10.119 0.0.0.0 255.255.255.255 UH 0 0 0 eth0
198.144.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 198.144.10.1 0.0.0.0 UG 0 0 0 eth0
++ dmesg
rtl8139.c:v1.07 5/6/99 Donald Becker http://cesdis.gsfc.nasa.gov/linux/drivers/rtl8139.html
eth0: RealTek RTL8139 Fast Ethernet at 0xd400, IRQ 10, 00:48:54:86:06:3f.
eth0: Setting 100mbps full-duplex based on auto-negotiated partner ability 45e1.
eth0: set_rx_mode(1042) done -- Rx config 00009c00.
eth0: rtl8129_open() ioaddr 0xd400 IRQ 10 GP Pins 00 full-duplex.
eth0: set_rx_mode(1043) done -- Rx config 00009c0e.
eth0: set_rx_mode(1043) done -- Rx config 00009c0e.
eth0: set_rx_mode(1043) done -- Rx config 00009c0e.
eth0: set_rx_mode(1043) done -- Rx config 00009c0e.
eth0: Queued Tx packet at c2cb45c2 size 42 to slot 0.
eth0: interrupt status=0x0004 new intstat=0x0000.
eth0: interrupt status=0x0000 new intstat=0x0000.
eth0: exiting interrupt, intr_status=0x4000000.
eth0: Queued Tx packet at c2cb42a2 size 42 to slot 1.
eth0: interrupt status=0x0004 new intstat=0x0000.
eth0: interrupt status=0x0000 new intstat=0x0000.
eth0: exiting interrupt, intr_status=0x4000000.
eth0: Queued Tx packet at c2c949a2 size 42 to slot 2.
eth0: interrupt status=0x0004 new intstat=0x0000.
eth0: interrupt status=0x0000 new intstat=0x0000.
eth0: exiting interrupt, intr_status=0x4000000.
eth0: Media selection tick, Link partner 45e1.
eth0: Other registers are IntMask c07f IntStatus 0000 RxStatus fff00d00.
eth0: Chip config 10 6c.
--------------D70C5CF9C3CEFD1452A9E3FA--