I have verified that indeed the i210 devices comes up as expected: Before: [ 4.479855] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.3.0-k [ 4.479857] igb: Copyright (c) 2007-2014 Intel Corporation. [ 4.534131] igb 0000:02:00.0: added PHC on eth0 [ 4.534133] igb 0000:02:00.0: Intel(R) Gigabit Ethernet Network Connection [ 4.534134] igb 0000:02:00.0: eth0: (PCIe:5.0Gb/s:Width x4) 00:15:b2:a9:0a:f8 [ 4.534207] igb 0000:02:00.0: eth0: PBA No: 106300-000 [ 4.534208] igb 0000:02:00.0: Using MSI-X interrupts. 8 rx queue(s), 8 tx queue(s) [ 4.588119] igb 0000:02:00.1: added PHC on eth1 [ 4.588121] igb 0000:02:00.1: Intel(R) Gigabit Ethernet Network Connection [ 4.588122] igb 0000:02:00.1: eth1: (PCIe:5.0Gb/s:Width x4) 00:15:b2:a9:0a:f9 [ 4.588195] igb 0000:02:00.1: eth1: PBA No: 106300-000 [ 4.588196] igb 0000:02:00.1: Using MSI-X interrupts. 8 rx queue(s), 8 tx queue(s) [ 4.588530] igb: probe of 0000:07:00.0 failed with error -2
Using 4.4.0-62-generic: [ 4.268189] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.3.0-k [ 4.268191] igb: Copyright (c) 2007-2014 Intel Corporation. [ 4.321463] igb 0000:02:00.0: added PHC on eth0 [ 4.321465] igb 0000:02:00.0: Intel(R) Gigabit Ethernet Network Connection [ 4.321466] igb 0000:02:00.0: eth0: (PCIe:5.0Gb/s:Width x4) 00:15:b2:aa:1e:e6 [ 4.321539] igb 0000:02:00.0: eth0: PBA No: 106300-000 [ 4.321540] igb 0000:02:00.0: Using MSI-X interrupts. 8 rx queue(s), 8 tx queue(s) [ 4.376939] igb 0000:02:00.1: added PHC on eth1 [ 4.376940] igb 0000:02:00.1: Intel(R) Gigabit Ethernet Network Connection [ 4.376942] igb 0000:02:00.1: eth1: (PCIe:5.0Gb/s:Width x4) 00:15:b2:aa:1e:e7 [ 4.377015] igb 0000:02:00.1: eth1: PBA No: 106300-000 [ 4.377016] igb 0000:02:00.1: Using MSI-X interrupts. 8 rx queue(s), 8 tx queue(s) [ 4.403411] igb 0000:07:00.0: added PHC on eth2 [ 4.403413] igb 0000:07:00.0: Intel(R) Gigabit Ethernet Network Connection [ 4.403415] igb 0000:07:00.0: eth2: (PCIe:2.5Gb/s:Width x1) 00:15:b2:aa:1e:e9 [ 4.403463] igb 0000:07:00.0: eth2: PBA No: 000300-000 [ 4.403464] igb 0000:07:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s) ** Tags removed: verification-needed-xenial ** Tags added: verification-done-xenial -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1639810 Title: igb i210 probe of pci device failed with error -2 Status in linux package in Ubuntu: In Progress Status in linux source package in Xenial: Fix Committed Status in linux source package in Yakkety: Fix Committed Bug description: [Impact] Intel I210 NIC may show: 'igb: probe of 0000:07:00.0 failed with error -2' Upon boot after power has been completely disconnected. I was able to bisect it down to commit 2a3cdead8b408351fa1e3079b220fa331480ffbc Upon further investigation it was determined that firmware may not properly initialize I347AT4_PAGE_SELECT causing the probe of an igb i210 NIC to fail. This also happens with the linux 4.9-rc4. [Fix] https://patchwork.ozlabs.org/patch/690464/ This patch adds an addition zeroing of this register during igb_get_phy_id to workaround this issue. [Test Case] Completely power down machine with intel igb 210 NIC. Power on and ensure igb device is properly probed and initialized. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1639810/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp