Karsten Wiese <[EMAIL PROTECTED]> : [...] > Forgot to say: patch is against 2.6.23. Stable material, if it gets an ACK. > The BUG happens since months here, if not since I hibernate this pc.
Can you give the patch below a try too ? diff --git a/drivers/net/r8169.c b/drivers/net/r8169.c index 285b2b2..fcd79b7 100644 --- a/drivers/net/r8169.c +++ b/drivers/net/r8169.c @@ -2424,6 +2424,7 @@ static void rtl8169_reset_task(struct work_struct *work) rtl8169_init_ring_indexes(tp); rtl_hw_start(dev); netif_wake_queue(dev); + rtl8169_check_link_status(dev, tp, tp->mmio_addr); } else { if (net_ratelimit() && netif_msg_intr(tp)) { printk(PFX KERN_EMERG "%s: Rx buffers shortage\n", -- Ueimor - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html