In a newly installed system "ip a" only lists one NIC aside from the virtual devices:
2: enp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master vmbr0 state UP group default qlen 1000
link/ether 1c:87:2c:46:73:89 brd ff:ff:ff:ff:ff:ff
That is the bridge port to my vmbr0.
"lspci" lists both that interface (Realtek) and my quad port intel i350:
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 0c)
03:00.0 Ethernet controller: Intel Corporation I350 Gigabit Network Connection (rev 01)
03:00.1 Ethernet controller: Intel Corporation I350 Gigabit Network Connection (rev 01)
03:00.2 Ethernet controller: Intel Corporation I350 Gigabit Network Connection (rev 01)
03:00.3 Ethernet controller: Intel Corporation I350 Gigabit Network Connection (rev 01)
However, I can find no way to configure those interfaces, as they do not have logical names.
"lshw" lists them as "UNCLAIMED":
*-network:0 UNCLAIMED
description: Ethernet controller
product: I350 Gigabit Network Connection
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:03:00.0
version: 01
width: 32 bits
clock: 33MHz
capabilities: pm msi msix pciexpress vpd cap_list
configuration: latency=0
As far as I've read "UNCLAIMED" means that no driver has been loaded, but, Intel i350-T4 is supposed to have a long standing support both in the linux kernel and in proxmox. Am i wrong?
Do I need to load some driver manually?
2: enp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master vmbr0 state UP group default qlen 1000
link/ether 1c:87:2c:46:73:89 brd ff:ff:ff:ff:ff:ff
That is the bridge port to my vmbr0.
"lspci" lists both that interface (Realtek) and my quad port intel i350:
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 0c)
03:00.0 Ethernet controller: Intel Corporation I350 Gigabit Network Connection (rev 01)
03:00.1 Ethernet controller: Intel Corporation I350 Gigabit Network Connection (rev 01)
03:00.2 Ethernet controller: Intel Corporation I350 Gigabit Network Connection (rev 01)
03:00.3 Ethernet controller: Intel Corporation I350 Gigabit Network Connection (rev 01)
However, I can find no way to configure those interfaces, as they do not have logical names.
"lshw" lists them as "UNCLAIMED":
*-network:0 UNCLAIMED
description: Ethernet controller
product: I350 Gigabit Network Connection
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:03:00.0
version: 01
width: 32 bits
clock: 33MHz
capabilities: pm msi msix pciexpress vpd cap_list
configuration: latency=0
As far as I've read "UNCLAIMED" means that no driver has been loaded, but, Intel i350-T4 is supposed to have a long standing support both in the linux kernel and in proxmox. Am i wrong?
Do I need to load some driver manually?
Last edited: