I have four ports that is trying to use ixgbe driver to load. But when trying to initalize the ports, I get an error message in dmesg. I'm using kernel 4.13.13-6-pve. I'm currently using the ixgbe driver shipped with the installation (5.3.3). But I've also tested latest version aswell, with same error message (5.3.6). Any idea of what I can do to get this working?
dmesg
[ 2.053856] Intel(R) 10GbE PCI Express Linux Network Driver - version 5.3.3
[ 2.053858] Copyright(c) 1999 - 2017 Intel Corporation.
[ 2.053955] ACPI: PCI Interrupt Link [LN58] enabled at IRQ 58
[ 2.054341] igb 0000:23:00.0: Failed to initialize MSI-X interrupts. Falling back to MSI interrupts.
[ 2.054742] ACPI: PCI Interrupt Link [LN60] enabled at IRQ 60
[ 2.054862] ixgbe: probe of 0000:25:00.0 failed with error -5
[ 2.054956] ACPI: PCI Interrupt Link [LN61] enabled at IRQ 61
[ 2.055041] ixgbe: probe of 0000:25:00.1 failed with error -5
[ 2.055127] ACPI: PCI Interrupt Link [LN64] enabled at IRQ 64
[ 2.055208] ixgbe: probe of 0000:26:00.0 failed with error -5
[ 2.055288] ACPI: PCI Interrupt Link [LN65] enabled at IRQ 65
[ 2.055369] ixgbe: probe of 0000:26:00.1 failed with error -5
lspci
25:00.0 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01)
25:00.1 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01)
26:00.0 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01)
26:00.1 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01)
dmesg
[ 2.053856] Intel(R) 10GbE PCI Express Linux Network Driver - version 5.3.3
[ 2.053858] Copyright(c) 1999 - 2017 Intel Corporation.
[ 2.053955] ACPI: PCI Interrupt Link [LN58] enabled at IRQ 58
[ 2.054341] igb 0000:23:00.0: Failed to initialize MSI-X interrupts. Falling back to MSI interrupts.
[ 2.054742] ACPI: PCI Interrupt Link [LN60] enabled at IRQ 60
[ 2.054862] ixgbe: probe of 0000:25:00.0 failed with error -5
[ 2.054956] ACPI: PCI Interrupt Link [LN61] enabled at IRQ 61
[ 2.055041] ixgbe: probe of 0000:25:00.1 failed with error -5
[ 2.055127] ACPI: PCI Interrupt Link [LN64] enabled at IRQ 64
[ 2.055208] ixgbe: probe of 0000:26:00.0 failed with error -5
[ 2.055288] ACPI: PCI Interrupt Link [LN65] enabled at IRQ 65
[ 2.055369] ixgbe: probe of 0000:26:00.1 failed with error -5
lspci
25:00.0 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01)
25:00.1 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01)
26:00.0 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01)
26:00.1 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01)