Hello,
Recently we bought Intel X710 Network Cards to upgrade our cluster to 10GBe.
On about half of all our Servers the new Network Card got detected and is showing up in Proxmox.
The Servers on which the network card isn't showing up are all Dell R710 Servers.
I have checked wether there are differences in software versions but on all systems (working and not working) there's the same version installed:
PVE: pve-manager/6.4-8/185e14db
Kernel: 5.4.114-1-pve
I40e Mod: 2.8.20-k
The I40e Mod is installed on all systems (working and not working):
The new network card hasn't added any network interfaces.
All commands (ifconfig, net link show) just don't output anything coming from the new Network Card (X710).
With the command "lshw" it's showing "UNCLAIMED" for these two interfaces.
So basically it's working on all of our Server which aren't a Dell R710 Server and running Proxmox.
We have one other dell R710 Server which is running Windows on which the Network card is also working as expected.
Why is lshw displaying "UNCLAIMED" even though mod i40e is installed?
What can we do?
Recently we bought Intel X710 Network Cards to upgrade our cluster to 10GBe.
On about half of all our Servers the new Network Card got detected and is showing up in Proxmox.
The Servers on which the network card isn't showing up are all Dell R710 Servers.
I have checked wether there are differences in software versions but on all systems (working and not working) there's the same version installed:
PVE: pve-manager/6.4-8/185e14db
Kernel: 5.4.114-1-pve
I40e Mod: 2.8.20-k
The I40e Mod is installed on all systems (working and not working):
Code:
$ modinfo i40e
filename: /lib/modules/5.4.114-1-pve/kernel/drivers/net/ethernet/intel/i40e/i40e.ko
version: 2.8.20-k
license: GPL v2
description: Intel(R) Ethernet Connection XL710 Network Driver
author: Intel Corporation, <e1000-devel@lists.sourceforge.net>
srcversion: 75DF954553B71FF0423AAFA
alias: pci:v00008086d0000158Bsv*sd*bc*sc*i*
alias: pci:v00008086d0000158Asv*sd*bc*sc*i*
alias: pci:v00008086d00000D58sv*sd*bc*sc*i*
alias: pci:v00008086d00000CF8sv*sd*bc*sc*i*
alias: pci:v00008086d00001588sv*sd*bc*sc*i*
alias: pci:v00008086d00001587sv*sd*bc*sc*i*
alias: pci:v00008086d000037D3sv*sd*bc*sc*i*
alias: pci:v00008086d000037D2sv*sd*bc*sc*i*
alias: pci:v00008086d000037D1sv*sd*bc*sc*i*
alias: pci:v00008086d000037D0sv*sd*bc*sc*i*
alias: pci:v00008086d000037CFsv*sd*bc*sc*i*
alias: pci:v00008086d000037CEsv*sd*bc*sc*i*
alias: pci:v00008086d0000104Fsv*sd*bc*sc*i*
alias: pci:v00008086d0000104Esv*sd*bc*sc*i*
alias: pci:v00008086d000015FFsv*sd*bc*sc*i*
alias: pci:v00008086d00001589sv*sd*bc*sc*i*
alias: pci:v00008086d00001586sv*sd*bc*sc*i*
alias: pci:v00008086d00001585sv*sd*bc*sc*i*
alias: pci:v00008086d00001584sv*sd*bc*sc*i*
alias: pci:v00008086d00001583sv*sd*bc*sc*i*
alias: pci:v00008086d00001581sv*sd*bc*sc*i*
alias: pci:v00008086d00001580sv*sd*bc*sc*i*
alias: pci:v00008086d00001574sv*sd*bc*sc*i*
alias: pci:v00008086d00001572sv*sd*bc*sc*i*
depends:
retpoline: Y
intree: Y
name: i40e
vermagic: 5.4.114-1-pve SMP mod_unload modversions
parm: debug:Debug level (0=none,...,16=all), Debug mask (0x8XXXXXXX) (uint)
The new network card hasn't added any network interfaces.
All commands (ifconfig, net link show) just don't output anything coming from the new Network Card (X710).
With the command "lshw" it's showing "UNCLAIMED" for these two interfaces.
Code:
$ lshw -class network
*-network:0 UNCLAIMED
description: Ethernet controller
product: Ethernet Controller X710 for 10GbE SFP+
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:09:00.0
version: 02
width: 64 bits
clock: 33MHz
capabilities: pm msi msix pciexpress vpd cap_list
configuration: latency=0
resources: memory:ef100000-ef17ffff
*-network:1 UNCLAIMED
description: Ethernet controller
product: Ethernet Controller X710 for 10GbE SFP+
vendor: Intel Corporation
physical id: 0.1
bus info: pci@0000:09:00.1
version: 02
width: 64 bits
clock: 33MHz
capabilities: pm msi msix pciexpress vpd cap_list
configuration: latency=0
resources: memory:ef180000-ef1fffff
So basically it's working on all of our Server which aren't a Dell R710 Server and running Proxmox.
We have one other dell R710 Server which is running Windows on which the Network card is also working as expected.
Why is lshw displaying "UNCLAIMED" even though mod i40e is installed?
What can we do?