Each syslog is showing the following: Aug 14 13:47:23 kernel: [ 2.372905] e1000e: Intel(R) PRO/1000 Network Driver - 1.0.2-k2 Aug 14 13:47:23 kernel: [ 2.373026] e1000e: Copyright (c) 1999-2008 Intel Corporation. Aug 14 13:47:23 kernel: [ 2.373267] alloc irq_desc for 20 on node -1 Aug 14 13:47:23 kernel: [ 2.373269] alloc kstat_irqs on node -1 Aug 14 13:47:23 kernel: [ 2.373275] e1000e 0000:00:19.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20 Aug 14 13:47:23 kernel: [ 2.373374] e1000e 0000:00:19.0: setting latency timer to 64 Aug 14 13:47:23 kernel: [ 2.373465] alloc irq_desc for 29 on node -1 Aug 14 13:47:23 kernel: [ 2.373466] alloc kstat_irqs on node -1 Aug 14 13:47:23 kernel: [ 2.373476] e1000e 0000:00:19.0: irq 29 for MSI/MSI-X Aug 14 13:47:23 kernel: [ 2.438588] 0000:00:19.0: 0000:00:19.0: The NVM Checksum Is Not Valid Aug 14 13:47:23 kernel: [ 2.458805] e1000e 0000:00:19.0: PCI INT A disabled Aug 14 13:47:23 kernel: [ 2.494284] yenta_cardbus 0000:06:0b.0: CardBus bridge found [1179:0001] Aug 14 13:47:23 kernel: [ 2.504237] e1000e: probe of 0000:00:19.0 failed with error -5
The interesting line seems to be: Aug 14 13:47:23 kernel: [ 2.438588] 0000:00:19.0: 0000:00:19.0: The NVM Checksum Is Not Valid Which seems to remind me of the notorious e1000e driver bug we saw a while back which ate people's hw: http://lkml.org/lkml/2008/9/25/510 http://bugzilla.kernel.org/show_bug.cgi?id=11382 https://bugs.edge.launchpad.net/ubuntu/+source/linux/+bug/263555 https://bugzilla.redhat.com/show_bug.cgi?id=459202 The patches that are in the current Karmic kernel should prevent this from happening in the future, but does not fix already affected/damaged hw. What I'm concerned is you mentioned this was working in Jaunty which should have already had these patches applied. And it seems these systems were working fine with early Karmic releases as well according to the test results: https://certification.canonical.com/hardware/200810-880 https://certification.canonical.com/hardware/200810-881 Can you dump your eeprom using ethtool -e I'm going to raise this to the rest of the kernel team. Thanks. ** Bug watch added: Linux Kernel Bug Tracker #11382 http://bugzilla.kernel.org/show_bug.cgi?id=11382 ** Bug watch added: Red Hat Bugzilla #459202 https://bugzilla.redhat.com/show_bug.cgi?id=459202 -- karmic installer fails to detect Intel 82567 network card https://bugs.launchpad.net/bugs/404264 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
