I bought the card on aliexpress and yesterday I put it in the server dell T320 I have, to my surprise, proxmox does not show me the interfaces and I thought that the card did not recognize it, but I started to investigate.
I find the following:
Verify that the system detects it
I find the following:
Verify that the system detects it
Code:
root@pve:~# lspci | grep -i ether
01:00.0 Ethernet controller: Broadcom Inc. and subsidiaries NetXtreme BCM5720 Gigabit Ethernet PCIe
01:00.1 Ethernet controller: Broadcom Inc. and subsidiaries NetXtreme BCM5720 Gigabit Ethernet PCIe
09:00.0 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01)
09:00.1 Controlador Ethernet: Conexión de red Intel Corporation 82599ES 10-Gigabit SFI/SFP+ (rev. 01) <====
in this part of here it's hard for me to know which card it is so I'm going blind
[CODE]root@pve:~# ip link show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether 54:9f:35:1c:43:52 brd ff:ff:ff:ff:ff:ff
altname enp1s0f0
3: eno2: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
link/ether 54:9f:35:1c:43:54 brd ff:ff:ff:ff:ff:ff
altname enp1s0f1
4: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether 54:9f:35:1c:43:52 brd ff:ff:ff:ff:ff:ff
5: veth100i0@if2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether fe:eb:fc:1e:d2:8e brd ff:ff:ff:ff:ff:ff link-netnsid 0
6: veth102i0@if2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether fe:7a:aa:8a:56:f0 brd ff:ff:ff:ff:ff:ff link-netnsid 1
7: veth103i0@if2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether fe:5c:e6:13:6f:24 brd ff:ff:ff:ff:ff:ff link-netnsid 2
8: veth105i0@if2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr105i0 state UP mode DEFAULT group default qlen 1000
link/ether fe:8e:78:59:c8:01 brd ff:ff:ff:ff:ff:ff link-netnsid 3
9: fwbr105i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether f6:6a:d8:f7:a0:77 brd ff:ff:ff:ff:ff:ff
10: fwpr105p0@fwln105i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether 76:67:32:49:ee:f8 brd ff:ff:ff:ff:ff:ff
11: fwln105i0@fwpr105p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr105i0 state UP mode DEFAULT group default qlen 1000
link/ether f6:6a:d8:f7:a0:77 brd ff:ff:ff:ff:ff:ff
12: veth106i0@if2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether fe:b6:08:f0:04:a3 brd ff:ff:ff:ff:ff:ff link-netnsid 4
13: veth107i0@if2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether fe:0f:c0:b2:fc:81 brd ff:ff:ff:ff:ff:ff link-netnsid 5
14: tap109i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master fwbr109i0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether f6:59:70:24:92:b5 brd ff:ff:ff:ff:ff:ff
15: fwbr109i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether d2:cf:1f:ee:06:d6 brd ff:ff:ff:ff:ff:ff
16: fwpr109p0@fwln109i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether 96:c4:9a:66:66:7b brd ff:ff:ff:ff:ff:ff
17: fwln109i0@fwpr109p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr109i0 state UP mode DEFAULT group default qlen 1000
enlace/éter d2:cf:1f:ee:06:d6 brd ff:ff:ff:ff:ff:ff[/CÓDIGO]
theoretically it should be eno1 enp1s0f0 and eno2 enp1s0f1 right? but if we go to the proxmox graphic interface we can see that eno1 is not 10gb but 1gb.
[ATTACH type="full" size="978x210"]85913[/ATTACH]
anyone have any idea how to fix this problem? by the way i updated kernel and proxmox.
thank you very much
Regards