[Solved] Lost Network Adapter after upgrading to 21.1.6

Started by s4rs, June 04, 2021, 03:21:40 PM

Previous topic - Next topic
I have a Supermicro system with quad Intel I354 adapters. I upgraded to 21.1.6 last night and now the adapters are dead. I use a single vlan'd adapter our of the four (igb0). It is seen in pciconf but shows no carrier in ifconfig. Any suggestions?

root@crawford:~ # pciconf -lbcevV pci0:0:20:0
igb0@pci0:0:20:0:       class=0x020000 card=0x1f4115d9 chip=0x1f418086 rev=0x03 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Ethernet Connection I354'
    class      = network
    subclass   = ethernet
    bar   [10] = type Memory, range 64, base 0xdf260000, size 131072, enabled
    bar   [18] = type I/O Port, range 32, base 0xe0c0, size 32, enabled
    bar   [20] = type Memory, range 64, base 0xdf30c000, size 16384, enabled
    cap 01[40] = powerspec 3  supports D0 D3  current D0
    cap 05[50] = MSI supports 1 message, 64 bit, vector masks
    cap 11[70] = MSI-X supports 10 messages, enabled
                 Table in map 0x20[0x0], PBA in map 0x20[0x2000]
    cap 10[a0] = PCI-Express 2 root endpoint max data 512(512) FLR NS
    ecap 0001[100] = AER 2 0 fatal 0 non-fatal 0 corrected
    ecap 0003[140] = Serial 1 0cc47affffdbed74
    ecap 0017[1a0] = TPH Requester 1
    ecap 000d[1d0] = ACS 1
root@crawford:~ #

root@crawford:~ # ifconfig igb0
igb0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500
        options=802028<VLAN_MTU,JUMBO_MTU,WOL_MAGIC>
        ether d4:a9:28:14:e8:98
        hwaddr 0c:c4:7a:db:ed:74
        inet6 fe80::ec4:7aff:fedb:ed74%igb0 prefixlen 64 scopeid 0x1
        media: Ethernet autoselect
        status: no carrier
        nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
root@crawford:~ #

Cable and switch ports are good.

Turns out this was a HW issue. Even though I did a power off/on I had to remove power from the system then power it on to resolve the issue. This wasn't an upgrade issue after all.