Fedora Linux - 乙太網路介面自發性退出並出現「卡不在插槽上」錯誤

Fedora Linux - 乙太網路介面自發性退出並出現「卡不在插槽上」錯誤

我在 Advantech ARK-3440 電腦上運行 Fedora 17 Linux (數據表)。

有時(例如自 1 月 1 日以來有 5 次),它會自發性地遺失其網路介面。從 Linux /var/log/messages* 日誌中,我看到該介面似乎短暫消失然後又回來。但是,回來後,Linux 無法再次添加它。

以下是摘錄:

Jan 28 16:17:27 localhost kernel: [168424.859993] pciehp 0000:00:1c.4:pcie04: Card not present on Slot(0-4)
Jan 28 16:17:27 localhost kernel: [168424.864098] pciehp 0000:00:1c.4:pcie04: Card present on Slot(0-4)
Jan 28 16:17:27 localhost avahi-daemon[423]: Interface p2p1.IPv4 no longer relevant for mDNS.
Jan 28 16:17:27 localhost avahi-daemon[423]: Leaving mDNS multicast group on interface p2p1.IPv4 with address 10.9.20.224.
Jan 28 16:17:27 localhost avahi-daemon[423]: Withdrawing address record for fe80::20b:abff:feb5:9532 on p2p1.
Jan 28 16:17:27 localhost avahi-daemon[423]: Withdrawing address record for 10.9.20.224 on p2p1.
Jan 28 16:17:27 localhost avahi-daemon[423]: Withdrawing workstation service for p2p1.
Jan 28 16:17:28 localhost kernel: [168425.886823] pciehp 0000:00:1c.4:pcie04: Device 0000:05:00.0 already exists at 0000:05:00, cannot hot-add
Jan 28 16:17:28 localhost kernel: [168425.886833] pciehp 0000:00:1c.4:pcie04: Cannot add device at 0000:05:00

這是 uname 和 lspci 輸出:

[root@localhost ~]# uname -a
Linux localhost.localdomain 3.3.4-5.fc17.i686.PAE #1 SMP Mon May 7 17:37:39 UTC 2012 i686 i686 i386 GNU/Linux
[root@localhost ~]#
[root@localhost ~]# lspci
00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 18)
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 18)
00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06)
00:19.0 Ethernet controller: Intel Corporation 82577LM Gigabit Network Connection (rev 06)
00:1a.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 06)
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 06)
00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 06)
00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 (rev 06)
00:1c.2 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 3 (rev 06)
00:1c.3 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 4 (rev 06)
00:1c.4 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 5 (rev 06)
00:1c.5 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 6 (rev 06)
00:1c.6 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 7 (rev 06)
00:1c.7 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 8 (rev 06)
00:1d.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 06)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a6)
00:1f.0 ISA bridge: Intel Corporation Mobile 5 Series Chipset LPC Interface Controller (rev 06)
00:1f.2 IDE interface: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA IDE Controller (rev 06)
00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 06)
05:00.0 Ethernet controller: Intel Corporation 82583V Gigabit Network Connection
ff:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers (rev 05)
ff:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 05)
ff:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 05)
ff:02.1 Host bridge: Intel Corporation Core Processor QPI Physical 0 (rev 05)
ff:02.2 Host bridge: Intel Corporation Core Processor Reserved (rev 05)
ff:02.3 Host bridge: Intel Corporation Core Processor Reserved (rev 05)

有誰有解決此問題的經驗,或者對這可能是什麼或如何排除故障有任何建議?這可能是真正的硬體問題嗎?或者更可能是 Linux 中的問題?

我搜尋並找到了有關“卡不存在”主題的類似帖子,但沒有合適的答案。有些人建議在不支援熱插拔的情況下重建 Linux...

非常感謝任何幫助。謝謝。

相關內容