linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* NETDEV WATCHDOG with 2.4.5
@ 2001-06-26 17:28 kees
  2001-06-27  5:23 ` Tim Timmerman
  2001-06-28 12:52 ` rc
  0 siblings, 2 replies; 9+ messages in thread
From: kees @ 2001-06-26 17:28 UTC (permalink / raw)
  To: linux-kernel

Hi,

I tried 2.4.5 but after a couple of hours I lost all network connectivety.
The log shows:


Jun 25 19:34:17 schoen3 kernel: NETDEV WATCHDOG: eth0: transmit timed out
Jun 25 19:34:17 schoen3 kernel: eth0: Tx timed out, lost
interrupt? TSR=0x3, ISR=0Jun 25 19:34:19 schoen3 kernel: NETDEV
WATCHDOG: eth0: transmit timed out
Jun 25 19:34:19 schoen3 kernel: eth0: Tx timed out, lost
interrupt? TSR=0x3, ISR=0Jun 25 19:34:21 schoen3 kernel: NETDEV
WATCHDOG: eth0: transmit timed out
Jun 25 19:34:21 schoen3 kernel: eth0: Tx timed out, lost
interrupt? TSR=0x3, ISR=0/tmp/NETDEV


O well, back to 2.2.19 again. The network card is 

<6>ne2k-pci.c: v1.02 for Linux 2.2, 10/19/2000, D. Becker/P. Gortmaker,
http://www<4>ne2k-pci.c: PCI NE2000 clone 'Compex RL2000' at I/O 0xec00,
IRQ 19.
<4>eth0: Compex RL2000 found at 0xec00, IRQ 19, 00:80:48:CA:1D:4C.

regards 
Kees


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

* Re: NETDEV WATCHDOG with 2.4.5
  2001-06-26 17:28 NETDEV WATCHDOG with 2.4.5 kees
@ 2001-06-27  5:23 ` Tim Timmerman
  2001-06-27  5:59   ` Andrew Morton
  2001-06-29  5:29   ` Tim Timmerman
  2001-06-28 12:52 ` rc
  1 sibling, 2 replies; 9+ messages in thread
From: Tim Timmerman @ 2001-06-27  5:23 UTC (permalink / raw)
  To: kees; +Cc: linux-kernel

>>>>> "kees" == kees  <kees@schoen.nl> writes:

kees> Hi,

kees> I tried 2.4.5 but after a couple of hours I lost all network
kees> connectivety.  The log shows:
<snip>
	Can I just add a me too here ?

	System: Abit BP6, Dual Celeron, Ne2k-pci, usb ohci and
	scanner; 128 Mb Ram, Nvidia TNT2 graphics. Kernel 2.4.5

	After scanning a couple of images (scanner is a Mustek 1200cu)
	using Xsane, the system simply hangs. All network connectivity
	dies, and the system basically stops responding. I can switch
	consoles, and maybe log in[1], but that's basically it.

	Debugging this is a bit beyond me, but it is fairly
	reproducible, so let me know what I need to do to provide
	useful information (The system is not critical, though I'd
	prefer not to break it)

	Sorry, no logs.. 

	TimT. 
	
[1] /var/spool/mail is NFS mounted, so a check for mail times out. 

-- 
tim.timmerman@asml.nl                              040-2683613
timt@timt.org   Voodoo Programmer/Keeper of the Rubber Chicken
I've been doing a lot of abstract painting lately, extremely
abstract. No brush, no paint, no canvas, I just think about it. 


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

* Re: NETDEV WATCHDOG with 2.4.5
  2001-06-27  5:23 ` Tim Timmerman
@ 2001-06-27  5:59   ` Andrew Morton
  2001-06-27 15:44     ` kees
  2001-06-28  5:26     ` Tim Timmerman
  2001-06-29  5:29   ` Tim Timmerman
  1 sibling, 2 replies; 9+ messages in thread
From: Andrew Morton @ 2001-06-27  5:59 UTC (permalink / raw)
  To: Tim Timmerman; +Cc: kees, linux-kernel

Tim Timmerman wrote:
> 
> >>>>> "kees" == kees  <kees@schoen.nl> writes:
> 
> kees> Hi,
> 
> kees> I tried 2.4.5 but after a couple of hours I lost all network
> kees> connectivety.  The log shows:
> <snip>
>         Can I just add a me too here ?
> 
>         System: Abit BP6, Dual Celeron, Ne2k-pci, usb ohci and
>         scanner; 128 Mb Ram, Nvidia TNT2 graphics. Kernel 2.4.5

ne2k and, to a lesser extent, 3c59x do not work correctly on many
x86 SMP machines because of a problem with the APIC interrupt
controller.

Probable fixes include booting with the `noapic' option,
running -ac kernels or applying Maciej's APIC workaround
patch.  There's a copy at http://www.uow.edu.au/~andrewm/linux/apic.txt

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

* Re: NETDEV WATCHDOG with 2.4.5
  2001-06-27  5:59   ` Andrew Morton
@ 2001-06-27 15:44     ` kees
  2001-06-27 15:57       ` Andrew Morton
  2001-06-28  5:26     ` Tim Timmerman
  1 sibling, 1 reply; 9+ messages in thread
From: kees @ 2001-06-27 15:44 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Tim Timmerman, linux-kernel

Hi Andrew,

But why does it work with 2.2.19??

Kees



On Wed, 27 Jun 2001, Andrew Morton wrote:

> Tim Timmerman wrote:
> > 
> > >>>>> "kees" == kees  <kees@schoen.nl> writes:
> > 
> > kees> Hi,
> > 
> > kees> I tried 2.4.5 but after a couple of hours I lost all network
> > kees> connectivety.  The log shows:
> > <snip>
> >         Can I just add a me too here ?
> > 
> >         System: Abit BP6, Dual Celeron, Ne2k-pci, usb ohci and
> >         scanner; 128 Mb Ram, Nvidia TNT2 graphics. Kernel 2.4.5
> 
> ne2k and, to a lesser extent, 3c59x do not work correctly on many
> x86 SMP machines because of a problem with the APIC interrupt
> controller.
> 
> Probable fixes include booting with the `noapic' option,
> running -ac kernels or applying Maciej's APIC workaround
> patch.  There's a copy at http://www.uow.edu.au/~andrewm/linux/apic.txt
> 


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

* Re: NETDEV WATCHDOG with 2.4.5
  2001-06-27 15:44     ` kees
@ 2001-06-27 15:57       ` Andrew Morton
  0 siblings, 0 replies; 9+ messages in thread
From: Andrew Morton @ 2001-06-27 15:57 UTC (permalink / raw)
  To: kees; +Cc: Tim Timmerman, linux-kernel

kees wrote:
> 
> Hi Andrew,
> 
> But why does it work with 2.2.19??

Different APIC code, I guess.

Sorry - all I know about the APIC is that it's a four-letter
word :)

-

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

* Re: NETDEV WATCHDOG with 2.4.5
  2001-06-27  5:59   ` Andrew Morton
  2001-06-27 15:44     ` kees
@ 2001-06-28  5:26     ` Tim Timmerman
  1 sibling, 0 replies; 9+ messages in thread
From: Tim Timmerman @ 2001-06-28  5:26 UTC (permalink / raw)
  To: kees; +Cc: Andrew Morton, linux-kernel

Andrew,

   Thanks for your suggestions.. I'll try the noapic boot tonight, see
   if that makes any difference. The patches will have to wait till
   the weekend...

   TimT. 

-- 
tim.timmerman@asml.nl                              040-2683613
timt@timt.org   Voodoo Programmer/Keeper of the Rubber Chicken
Next week I'm moving to Mars, so if you have any boxes ...


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

* Re: NETDEV WATCHDOG with 2.4.5
  2001-06-26 17:28 NETDEV WATCHDOG with 2.4.5 kees
  2001-06-27  5:23 ` Tim Timmerman
@ 2001-06-28 12:52 ` rc
  1 sibling, 0 replies; 9+ messages in thread
From: rc @ 2001-06-28 12:52 UTC (permalink / raw)
  To: kees; +Cc: linux-kernel

On Tue, Jun 26, 2001 at 07:28:23PM +0200, kees wrote:
> Hi,
> 
> I tried 2.4.5 but after a couple of hours I lost all network connectivety.
> The log shows:
> 
> 
> Jun 25 19:34:17 schoen3 kernel: NETDEV WATCHDOG: eth0: transmit timed out
> Jun 25 19:34:17 schoen3 kernel: eth0: Tx timed out, lost
> interrupt? TSR=0x3, ISR=0Jun 25 19:34:19 schoen3 kernel: NETDEV
> WATCHDOG: eth0: transmit timed out
> Jun 25 19:34:19 schoen3 kernel: eth0: Tx timed out, lost
> interrupt? TSR=0x3, ISR=0Jun 25 19:34:21 schoen3 kernel: NETDEV
> WATCHDOG: eth0: transmit timed out
> Jun 25 19:34:21 schoen3 kernel: eth0: Tx timed out, lost
> interrupt? TSR=0x3, ISR=0/tmp/NETDEV

Known bug, been there since at least 2.4.0-test11.  There was a patched
2.4.2 that worked well here, as well as 2.4.5-ac17 (Though I haven't tested
2.4.5-ac17 as long as the patched 2.4.2).

R C

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

* Re: NETDEV WATCHDOG with 2.4.5
  2001-06-27  5:23 ` Tim Timmerman
  2001-06-27  5:59   ` Andrew Morton
@ 2001-06-29  5:29   ` Tim Timmerman
  1 sibling, 0 replies; 9+ messages in thread
From: Tim Timmerman @ 2001-06-29  5:29 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel

>>>>> "Andrew" == Andrew Morton <andrewm@uow.edu.au> writes:

Andrew> Tim Timmerman wrote:
>> 
>> >>>>> "kees" == kees  <kees@schoen.nl> writes:
>> 
kees> Hi,
>> 
kees> I tried 2.4.5 but after a couple of hours I lost all network
kees> connectivety.  The log shows:
>> <snip>
>> Can I just add a me too here ?
>> 
>> System: Abit BP6, Dual Celeron, Ne2k-pci, usb ohci and
>> scanner; 128 Mb Ram, Nvidia TNT2 graphics. Kernel 2.4.5
<snip>

Andrew> Probable fixes include booting with the `noapic' option,
Andrew> running -ac kernels or applying Maciej's APIC workaround
Andrew> patch.  There's a copy at http://www.uow.edu.au/~andrewm/linux/apic.txt
Andrew> -
   Didn't check the patch, but went straight for 2.4.5-ac20... No hangs,
   and better performance than before.

   TimT. 
   

-- 
tim.timmerman@asml.nl                              040-2683613
timt@timt.org   Voodoo Programmer/Keeper of the Rubber Chicken
Whatever happened to preparations A through G?


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

* Re: NETDEV WATCHDOG with 2.4.5
@ 2001-06-28  4:58 G. Hugh Song
  0 siblings, 0 replies; 9+ messages in thread
From: G. Hugh Song @ 2001-06-28  4:58 UTC (permalink / raw)
  To: linux-kernel

My Linux for Alpha on UP2000 SMP has had the same problem with 
the newer kernels 2.4.* with the tulip network driver.
It's got Netgear 310TX with the Digital's original 21140 chip.
In my case, it has nothing to do with the APIC because Alpha 
does not have anything related to APIC.

I suspected that the the message may indicate various
different situations:

G. Hugh Song


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

end of thread, other threads:[~2001-06-29  5:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-26 17:28 NETDEV WATCHDOG with 2.4.5 kees
2001-06-27  5:23 ` Tim Timmerman
2001-06-27  5:59   ` Andrew Morton
2001-06-27 15:44     ` kees
2001-06-27 15:57       ` Andrew Morton
2001-06-28  5:26     ` Tim Timmerman
2001-06-29  5:29   ` Tim Timmerman
2001-06-28 12:52 ` rc
2001-06-28  4:58 G. Hugh Song

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).