Re: 2.4.0-test1 - NETDEV WATCHDOG: eth0: transmit timed out

From: Jeff Garzik (jgarzik@mandrakesoft.com)
Date: Wed May 31 2000 - 21:14:03 EST


Jacob Luna Lundberg wrote:
>
> More on my LinkSys card troubles. ;-) I discovered that I can recover
> from the "hung" state by doing ifconfig down and then up. Also it seems
> almost like it is more touchy when I'm using Netscape. Strange...

Can you try 2.4.0-test1-ac7 (latest 'ac' test patch), along with the fix
attached below?

Regards,

        jeff

-- 
Jeff Garzik              | Liberty is always dangerous, but
Building 1024            | it is the safest thing we have.
MandrakeSoft, Inc.       |      -- Harry Emerson Fosdick

Index: drivers/net/tulip/tulip_core.c =================================================================== RCS file: /g/cvslan/linux_2_3/drivers/net/tulip/Attic/tulip_core.c,v retrieving revision 1.1.1.13 diff -u -r1.1.1.13 tulip_core.c --- drivers/net/tulip/tulip_core.c 2000/05/30 23:29:50 1.1.1.13 +++ drivers/net/tulip/tulip_core.c 2000/05/31 01:47:10 @@ -125,7 +125,7 @@ { "Digital DS21140 Tulip", 128, 0x0001ebef, HAS_MII | HAS_MEDIA_TABLE | CSR12_IN_SROM, tulip_timer }, { "Digital DS21143 Tulip", 128, 0x0801fbff, - HAS_MII | HAS_MEDIA_TABLE | HAS_NWAY + HAS_MII | HAS_MEDIA_TABLE | ALWAYS_CHECK_MII | HAS_ACPI | HAS_NWAY | HAS_INTR_MITIGATION, t21142_timer }, { "Lite-On 82c168 PNIC", 256, 0x0001ebef, HAS_MII | HAS_PNICNWAY, pnic_timer },

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Jun 07 2000 - 21:00:11 EST