オペレーティングシステムが新しいネットワークカードを自動的に検出できないという問題があります。最近、Intel I350ギガビットネットワークカードを購入しました。以前このカードを購入し、同じOSを使用している他のシステムで問題なく使用しました。これはカードですhttps://ark.intel.com/products/84805/Intel-Ethernet-Server-Adapter-I350-T4V2。
奇妙なことに、Windowsはこのカードを検出しますが、Oracle Linux、CentOS Live、またはUbuntu Liveでは検出できません。
"nmcli d"出力
DEVICE TYPE STATE CONNECTION
eno2 ethernet connected eno2
eno1 ethernet disconnected --
lo loopback unmanaged --
オンボードアダプタです。 4つのIntel製品が検出されませんでした。
"lspci | grep ネットワーク" 出力
b3:00.0 Ethernet controller: Intel Corporation I350 Gigabit Network Connection (rev 01)
b3:00.1 Ethernet controller: Intel Corporation I350 Gigabit Network Connection (rev 01)
b3:00.2 Ethernet controller: Intel Corporation I350 Gigabit Network Connection (rev 01)
b3:00.3 Ethernet controller: Intel Corporation I350 Gigabit Network Connection (rev 01)
オペレーティングシステムは少なくともPCIカードの存在を認識しているようです。
これは「lshw-level network」の出力です。
*-network:0
description: Ethernet interface
product: Ethernet Connection X722 for 10GBASE-T
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:19:00.0
logical name: eno1
version: 09
serial: ac:1f:6b:4c:ff:04
capacity: 10Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi msix pciexpress vpd bus_master cap_list rom ethernet physical 1000bt-fd 10000bt-fd autonegotiation
configuration: autonegotiation=off broadcast=yes driver=i40e driverversion=1.5.16-k firmware=3.1d 0x80000827 1.1638.0 latency=0 link=no multicast=yes
resources: irq:54 memory:c4000000-c4ffffff memory:c5008000-c500ffff memory:c5d80000-c5dfffff memory:c5010000-c508ffff
*-network:1
description: Ethernet interface
product: Ethernet Connection X722 for 10GBASE-T
vendor: Intel Corporation
physical id: 0.1
bus info: pci@0000:19:00.1
logical name: eno2
version: 09
serial: ac:1f:6b:4c:ff:05
size: 1Gbit/s
capacity: 10Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi msix pciexpress vpd bus_master cap_list rom ethernet physical tp 1000bt-fd 10000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=i40e driverversion=1.5.16-k duplex=full firmware=3.1d 0x80000827 1.1638.0 ip=192.168.127.36 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
resources: irq:54 memory:c3000000-c3ffffff memory:c5000000-c5007fff memory:c5d00000-c5d7ffff
*-network:0 UNCLAIMED
description: Ethernet controller
product: I350 Gigabit Network Connection
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:b3:00.0
version: 01
width: 32 bits
clock: 33MHz
capabilities: pm msi msix pciexpress cap_list
configuration: latency=0
resources: memory:fbd00000-fbdfffff memory:fbe8c000-fbe8ffff memory:fbe00000-fbe7ffff memory:fbe90000-fbeaffff memory:fbeb0000-fbecffff
*-network:1 UNCLAIMED
description: Ethernet controller
product: I350 Gigabit Network Connection
vendor: Intel Corporation
physical id: 0.1
bus info: pci@0000:b3:00.1
version: 01
width: 32 bits
clock: 33MHz
capabilities: pm msi msix pciexpress cap_list
configuration: latency=0
resources: memory:fbc00000-fbcfffff memory:fbe88000-fbe8bfff memory:fbed0000-fbeeffff
*-network:2 UNCLAIMED
description: Ethernet controller
product: I350 Gigabit Network Connection
vendor: Intel Corporation
physical id: 0.2
bus info: pci@0000:b3:00.2
version: 01
width: 32 bits
clock: 33MHz
capabilities: pm msi msix pciexpress cap_list
configuration: latency=0
resources: memory:fbb00000-fbbfffff memory:fbe84000-fbe87fff
*-network:3 UNCLAIMED
description: Ethernet controller
product: I350 Gigabit Network Connection
vendor: Intel Corporation
physical id: 0.3
bus info: pci@0000:b3:00.3
version: 01
width: 32 bits
clock: 33MHz
capabilities: pm msi msix pciexpress cap_list
configuration: latency=0
resources: memory:fba00000-fbafffff memory:fbe80000-fbe83fff
ここでもカードが検出されたが「請求されない」と表示されていることを確認しました。システムでカードを「請求」するにはどうすればよいですか?
IntelのWebサイトに記載されているドライバを試してみましたが、役に立たないようです。私が何か間違っている可能性があります。私はLinuxドライバの経験はあまりありません。
どんな助けでも大変感謝します。
ありがとうございます!
ベストアンサー1
ネットワークカード自体のファームウェアを手動でアップデートすると、オペレーティングシステムにカードが表示されるようです。