linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Realtek 8139C: NETDEV WATCHDOG transmit timeout
@ 2001-08-23 12:04 Axel
  2001-08-23 12:16 ` [realtek] " Axel Siebenwirth
  0 siblings, 1 reply; 3+ messages in thread
From: Axel @ 2001-08-23 12:04 UTC (permalink / raw)
  To: Kernel Ml, Realtek Ml

Hallo,

again I get those messages, that I had as well with older 8139too in
2.4. I thought that network problem was solved with the new 8139too? I'm
running kernel 2.4.8.
It's connected to an ADSL Modem, so my connection gets disconnected due to
the transmit timeouts.. it doesnt need so much traffic to cause it. just a
little network traffic and there it goes..

Axel

Aug 23 13:40:31 bello kernel: NETDEV WATCHDOG: eth1: transmit timed out
Aug 23 13:40:31 bello kernel: eth1: Tx queue start entry 191  dirty entry
187.
Aug 23 13:40:31 bello kernel: eth1:  Tx descriptor 0 is 00002000.
Aug 23 13:40:31 bello kernel: eth1:  Tx descriptor 1 is 00002000.
Aug 23 13:40:31 bello kernel: eth1:  Tx descriptor 2 is 00002000.
Aug 23 13:40:31 bello kernel: eth1:  Tx descriptor 3 is 00002000. (queue
head)
Aug 23 13:40:31 bello kernel: eth1: Setting half-duplex based on
auto-negotiated

rtl8139-diag.c:v1.01 4/30/99 Donald Becker (becker@cesdis.gsfc.nasa.gov)
Index #1: Found a RealTek RTL8139 adapter at 0xf800.
RealTek chip registers at 0xf800
 0x000: 26843000 0000470b 80040000 40000000 9008a054 9008a03c 9008a054
9008a054
 0x020: 03096000 03096600 03096c00 03097200 02f80000 0d0a0000 28702860
0000c07f
 0x040: 74000600 0e00f78e f851a9c5 00000000 000d10c6 00000000 008cd108
00100000
 0x060: 1000f00f 01e1782d 00000000 00000000 00000005 000f77c0 b0f243b9
7a36d743.  No interrupt sources are pending.
 The chip configuration is 0x10 0x0d, MII half-duplex mode.
 The RTL8139 does not use a MII transceiver.
 It does have internal MII-compatible registers:
   Basic mode control register   0x782d.
   Basic mode status register    0x1000.
   Autonegotiation Advertisement 0x01e1.
   Link Partner Ability register 0x0000.
   Autonegotiation expansion     0x0000.
   Disconnects                   0x0000.
   False carrier sense counter   0x0000.
   NWay test register            0x0005.
   Receive frame error count     0x0000.



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [realtek] Realtek 8139C: NETDEV WATCHDOG transmit timeout
  2001-08-23 12:04 Realtek 8139C: NETDEV WATCHDOG transmit timeout Axel
@ 2001-08-23 12:16 ` Axel Siebenwirth
  2001-08-23 12:37   ` compulan
  0 siblings, 1 reply; 3+ messages in thread
From: Axel Siebenwirth @ 2001-08-23 12:16 UTC (permalink / raw)
  To: Axel; +Cc: Kernel Ml, Realtek Ml

I got myself the latest version of rtl8139-diag and it gave me different
output in the chip registers! there are different values at 0x040.

axel

rtl8139-diag.c:v2.04 8/08/2001 Donald Becker (becker@scyld.com)
 http://www.scyld.com/diag/index.html
Index #1: Found a RealTek RTL8139 adapter at 0xf800.
The RealTek chip appears to be active, so some registers will not be read.
To see all register values use the '-f' flag.
RealTek chip registers at 0xf800
 0x000: 26843000 0000470b 80040000 40000000 9008a03c 9008a054 9008a054
9008a03c
 0x020: 03096000 03096600 03096c00 03097200 02f80000 0d0a0000 42dc42cc
0000c07f
 0x040: 74000600 0e00f78e 951264c7 00000000 000d1000 00000000 008cd108
00100000
 0x060: 1000f00f 01e1782d 00000000 00000000 00000005 000f77c0 b0f243b9
7a36d743.  No interrupt sources are pending.
 The chip configuration is 0x10 0x0d, MII half-duplex mode.
 The RTL8139 does not use a MII transceiver.
 It does have internal MII-compatible registers:
   Basic mode control register   0x782d.
   Basic mode status register    0x1000.
   Autonegotiation Advertisement 0x01e1.
   Link Partner Ability register 0x0000.
   Autonegotiation expansion     0x0000.
   Disconnects                   0x0000.
   False carrier sense counter   0x0000.
   NWay test register            0x0005.
   Receive frame error count     0x0000.




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [realtek] Realtek 8139C: NETDEV WATCHDOG transmit timeout
  2001-08-23 12:16 ` [realtek] " Axel Siebenwirth
@ 2001-08-23 12:37   ` compulan
  0 siblings, 0 replies; 3+ messages in thread
From: compulan @ 2001-08-23 12:37 UTC (permalink / raw)
  To: Axel Siebenwirth, Axel; +Cc: Kernel Ml, Realtek Ml

Could you stop sending this to this address, it would be greatly
appreciated. thank you. it has been going on for two days now, and we have
no use for this information. thank you.
----- Original Message -----
From: Axel Siebenwirth <axel@hh59.org>
To: Axel <axel@rayfun.org>
Cc: Kernel Ml <linux-kernel@vger.kernel.org>; Realtek Ml <realtek@scyld.com>
Sent: Thursday, August 23, 2001 2:16 PM
Subject: Re: [realtek] Realtek 8139C: NETDEV WATCHDOG transmit timeout


> I got myself the latest version of rtl8139-diag and it gave me different
> output in the chip registers! there are different values at 0x040.
>
> axel
>
> rtl8139-diag.c:v2.04 8/08/2001 Donald Becker (becker@scyld.com)
>  http://www.scyld.com/diag/index.html
> Index #1: Found a RealTek RTL8139 adapter at 0xf800.
> The RealTek chip appears to be active, so some registers will not be read.
> To see all register values use the '-f' flag.
> RealTek chip registers at 0xf800
>  0x000: 26843000 0000470b 80040000 40000000 9008a03c 9008a054 9008a054
> 9008a03c
>  0x020: 03096000 03096600 03096c00 03097200 02f80000 0d0a0000 42dc42cc
> 0000c07f
>  0x040: 74000600 0e00f78e 951264c7 00000000 000d1000 00000000 008cd108
> 00100000
>  0x060: 1000f00f 01e1782d 00000000 00000000 00000005 000f77c0 b0f243b9
> 7a36d743.  No interrupt sources are pending.
>  The chip configuration is 0x10 0x0d, MII half-duplex mode.
>  The RTL8139 does not use a MII transceiver.
>  It does have internal MII-compatible registers:
>    Basic mode control register   0x782d.
>    Basic mode status register    0x1000.
>    Autonegotiation Advertisement 0x01e1.
>    Link Partner Ability register 0x0000.
>    Autonegotiation expansion     0x0000.
>    Disconnects                   0x0000.
>    False carrier sense counter   0x0000.
>    NWay test register            0x0005.
>    Receive frame error count     0x0000.
>
>
>
>
> _______________________________________________
> realtek mailing list
> realtek@scyld.com
> http://www.scyld.com/mailman/listinfo/realtek
>


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-08-23 12:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-23 12:04 Realtek 8139C: NETDEV WATCHDOG transmit timeout Axel
2001-08-23 12:16 ` [realtek] " Axel Siebenwirth
2001-08-23 12:37   ` compulan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).