
Ubuntu日本語フォーラム

ログインしていません。
お世話になります。
SupermicroのX10SBAに18.04をクリーンインストールしたところ、オンボードNICを2つともうまく認識できませんでした。BIOS/UEFI上は正しく認識されています。
因みにPCI-Exスロットに刺さっているi350-T2は正しく認識されました。
ドライバーのバージョンかとも思いましたが、18.04に入っているのが5.4.0-kで公式よりも上になっており、手は出していません。
ご指南いただければ幸いです。
# lspci -nn | grep Ethernet
01:00.0 Ethernet controller [0200]: Intel Corporation I350 Gigabit Network Connection [8086:1521] (rev 01)
01:00.1 Ethernet controller [0200]: Intel Corporation I350 Gigabit Network Connection [8086:1521] (rev 01)
02:00.0 Ethernet controller [0200]: Intel Corporation I210 Gigabit Network Connection [8086:1533] (rev 03)
05:00.0 Ethernet controller [0200]: Intel Corporation I210 Gigabit Network Connection [8086:1533] (rev 03)
# dmesg | grep igb
[ 4.289538] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[ 4.292094] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 4.294711] igb 0000:01:00.0: enabling device (0000 -> 0002)
[ 4.368905] igb 0000:01:00.0: added PHC on eth0
[ 4.368912] igb 0000:01:00.0: Intel(R) Gigabit Ethernet Network Connection
[ 4.368919] igb 0000:01:00.0: eth0: (PCIe:5.0Gb/s:Width x2) a0:36:9f:28:da:14
[ 4.369230] igb 0000:01:00.0: eth0: PBA No: G15138-002
[ 4.369236] igb 0000:01:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
[ 4.369293] igb 0000:01:00.1: enabling device (0000 -> 0002)
[ 4.439446] igb 0000:01:00.1: added PHC on eth1
[ 4.439455] igb 0000:01:00.1: Intel(R) Gigabit Ethernet Network Connection
[ 4.439462] igb 0000:01:00.1: eth1: (PCIe:5.0Gb/s:Width x2) a0:36:9f:28:da:15
[ 4.439776] igb 0000:01:00.1: eth1: PBA No: G15138-002
[ 4.439781] igb 0000:01:00.1: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
[ 4.440129] igb: probe of 0000:02:00.0 failed with error -5
[ 4.440394] igb: probe of 0000:05:00.0 failed with error -5
[ 4.443877] igb 0000:01:00.0 enp1s0f0: renamed from eth0
[ 4.464462] igb 0000:01:00.1 enp1s0f1: renamed from eth1
[ 12.644774] igb 0000:01:00.1 enp1s0f1: igb: enp1s0f1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
[ 12.688430] igb 0000:01:00.0 enp1s0f0: igb: enp1s0f0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
# sudo lshw -C net
*-network:0
description: Ethernet interface
product: I350 Gigabit Network Connection
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:01:00.0
logical name: enp1s0f0
version: 01
serial: a0:36:9f:28:da:14
size: 1Gbit/s
capacity: 1Gbit/s
width: 32 bits
clock: 33MHz
capabilities: pm msi msix pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=igb driverversion=5.4.0-k duplex=full firmware=1.63, 0x80000a60 ip=133.63.104.67 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
resources: irq:16 memory:90600000-906fffff memory:90800000-90803fff memory:90900000-9091ffff memory:90920000-9093ffff
*-network:1
description: Ethernet interface
product: I350 Gigabit Network Connection
vendor: Intel Corporation
physical id: 0.1
bus info: pci@0000:01:00.1
logical name: enp1s0f1
version: 01
serial: a0:36:9f:28:da:15
size: 1Gbit/s
capacity: 1Gbit/s
width: 32 bits
clock: 33MHz
capabilities: pm msi msix pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=igb driverversion=5.4.0-k duplex=full firmware=1.63, 0x80000a60 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
resources: irq:17 memory:90700000-907fffff memory:90804000-90807fff memory:90940000-9095ffff memory:90960000-9097ffff
*-network UNCLAIMED
description: Ethernet controller
product: I210 Gigabit Network Connection
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:02:00.0
version: 03
width: 32 bits
clock: 33MHz
capabilities: pm msi msix pciexpress cap_list
configuration: latency=0
resources: ioport:d000(size=32)
*-network UNCLAIMED
description: Ethernet controller
product: I210 Gigabit Network Connection
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:05:00.0
version: 03
width: 32 bits
clock: 33MHz
capabilities: pm msi msix pciexpress cap_list
configuration: latency=0
resources: ioport:c000(size=32)オフライン