Re: r8169 linux driver
From: David Dillow <dave@thedillows.org>
Date: 2009-12-04 13:17:59
Added netdev to cc:, where you will get a broader depth of experience. On Fri, 2009-12-04 at 04:40 -0800, Philip Bordado wrote:
Did you guys manage to make the r8169 driver work on kernel version >= 2.6.29 I'm having same problem, the network dies after a few seconds with huge file transfer or nfs transfer. I track the irq status but nothing unusual is happening, it just died with no error or nothing. So no way to debug :( I load the module using debug=16 as parameter.
I have no problems on anything 2.6.30-rc6 and beyond, but others have had some issues with infinite loops in the driver that I don't think were ever fully resolved. However, that doesn't sound like your problem. It's unclear what kernels you've tried. You seem to imply that you've tried kernels since 2.6.29, but what's the latest kernel you've tried and had the issue with? It will also help if you either send your dmesg output or dmesg | egrep '(XID|^Linux version)' so that we can see more details about the hardware. Dave