Hi
I have boxes with a quad card that shows up with
e1000 e1000_probe: Intel(R) PRO/1000 Network Connection
However since rebuilding a box from 4.7 to 5.3 this card has vanished - I would have thought this card is pretty generic so i dont believe there are not drivers for it -
Any other thoughts? It does not show up at all in messages etc, and ethtool knows nothing of it either.
thanks
Tom Brown wrote:
Hi
I have boxes with a quad card that shows up with
e1000 e1000_probe: Intel(R) PRO/1000 Network Connection
However since rebuilding a box from 4.7 to 5.3 this card has vanished - I would have thought this card is pretty generic so i dont believe there are not drivers for it -
Any other thoughts? It does not show up at all in messages etc, and ethtool knows nothing of it either.
try modprobe e1000 and see if it comes back? (there's also the e1000e driver as well I think that is for the latest cards mostly PCIe)
Check lspci to verify it's still there?
nate
try modprobe e1000 and see if it comes back? (there's also the e1000e driver as well I think that is for the latest cards mostly PCIe)
Intel(R) PRO/1000 Network Driver - version 7.3.20-k2-NAPI Copyright (c) 1999-2006 Intel Corporation.
Check lspci to verify it's still there?
# lspci 00:06.0 PCI bridge: Advanced Micro Devices [AMD] AMD-8111 PCI (rev 07) 00:07.0 ISA bridge: Advanced Micro Devices [AMD] AMD-8111 LPC (rev 05) 00:07.1 IDE interface: Advanced Micro Devices [AMD] AMD-8111 IDE (rev 03) 00:07.3 Bridge: Advanced Micro Devices [AMD] AMD-8111 ACPI (rev 05) 00:0a.0 PCI bridge: Advanced Micro Devices [AMD] AMD-8131 PCI-X Bridge (rev 12) 00:0a.1 PIC: Advanced Micro Devices [AMD] AMD-8131 PCI-X IOAPIC (rev 01) 00:0b.0 PCI bridge: Advanced Micro Devices [AMD] AMD-8131 PCI-X Bridge (rev 12) 00:0b.1 PIC: Advanced Micro Devices [AMD] AMD-8131 PCI-X IOAPIC (rev 01) 00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration 00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map 00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller 00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control 00:19.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration 00:19.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map 00:19.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller 00:19.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control 01:00.0 USB Controller: Advanced Micro Devices [AMD] AMD-8111 USB (rev 0b) 01:00.1 USB Controller: Advanced Micro Devices [AMD] AMD-8111 USB (rev 0b) 01:05.0 VGA compatible controller: Trident Microsystems Blade 3D PCI/AGP (rev 3a) 02:02.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5704 Gigabit Ethernet (rev 03) 02:02.1 Ethernet controller: Broadcom Corporation NetXtreme BCM5704 Gigabit Ethernet (rev 03) 02:04.0 SCSI storage controller: LSI Logic / Symbios Logic 53c1030 PCI-X Fusion-MPT Dual Ultra320 SCSI (rev 08)
so the OS cant see the card at all
On Thu, 18 Jun 2009 18:11:13 +0100 Tom Brown wrote:
so the OS cant see the card at all
Are you sure it's still there? Try re-seating it, or move it to a different slot and see if anything changes.
Maybe an IRQ conflict or something? I don't recall ever seeing a situation where lspci wouldn't show a device that was actually present and working. Try a different PCI slot?
yes its rather odd - i will ask the DC guys to check but i am working on second hand info regarding this card being present so i'll just have to see what they say.
i have never seen something like this either.
thanks