Comment 291 for bug 263555

Revision history for this message
In , Jesse Brandeburg (jesse-brandeburg) wrote :

(In reply to comment #49 from Karsten Keil)
> I could write the MAC address with ethtool but now the driver do not load
> completely insmod hangs for about a minute and then it disable the IRQ.
> After this here is no eth1 this are the dmesg:
> e1000e: Intel(R) PRO/1000 Network Driver - 0.2.0
> e1000e: Copyright (c) 1999-2007 Intel Corporation.
> ACPI: PCI Interrupt 0000:00:19.0[A] -> GSI 20 (level, low) -> IRQ 20
> PCI: Setting latency timer of device 0000:00:19.0 to 64

at this point (without trying to activate the device) does ethtool -e still
work? I would assume not.

> ACPI: PCI interrupt for device 0000:00:19.0 disabled

I looked at your ethregs dump (thank you!!!) and in the EECD register, bit 8 is
not set, indicating the valid bits in the eeprom are not set.
bit 9 is set indicating the hardware tried to read the eeprom.
bit 22 is only valid if bit 8 and 9 is set, but it would indicate which of the
two eeprom banks had a valid signature.

I'm curious if the other bank on the eeprom might still be okay. I'll have to
figure out tomorrow if we can switch to the other bank. I may be able to get
you some internal tools since this is an intel board, I'll have to see what is
available.

BTW this is the first desktop machine I've heard of that reported the problem.