added netdev, and maintainer's list.
On Wed, Oct 22, 2008 at 6:28 AM, Sanjoy Mahajan <sanjoy@mit.edu> wrote:
ethtool -d ethX at this point might be interesting, also we have a
debug tool called ethregs that dumps all the registers of the adapter
that would help isolate the difference in the hardware configuration.
run it once you've hung after sending a few dhcp, and then again after
you reload the driver and things are working. You can download ethregs
at prdownloads.sourceforge.net/e1000
you'll have to build ethregs which I haven't tried to do on debian,
but it should be possible.
an ethtool -r eth0 might be sufficient.
yes... :-)
no, if the kernel version changes, the modules that go with it are
only compatible with that version and would not be loaded
accidentally. Also, e1000e does not get unloaded during S3 suspend,
but we do take a different init path.
There is also lots of opportunity for BIOS bugs to be effecting things
so please make sure that you have the latest bios.
Jesse
--