Hi All,
Thought I'd try a couple of Dlink DUB-250 USB 2.5Gbps ethernet adapters (on two different proxmox nodes) but both only seem to connect at half duplex and both report auto-negotiation is not supported/enabled yet the dlink website suggests they should support this (https://www.dlink.com/en/products/dub-e250-usb-c-to-25g-ethernet-adapter)
I've tried both the latest 5.13 kernel (below on node pve-host1) and the test 5.15 kernel (below on node pve-host2) but both show the same results.
5.13 kernel (pve-host1)
5.15 kernel (pve-host2)
Could it be that the kernel does not fully support this adapter? Is there any way of forcing it to auto-negotiate / full-duplex? I tried at the command line to force auto-negotiate / full-duplex and got the following errors (on both nodes/kernel versions):
Thanks!
Thought I'd try a couple of Dlink DUB-250 USB 2.5Gbps ethernet adapters (on two different proxmox nodes) but both only seem to connect at half duplex and both report auto-negotiation is not supported/enabled yet the dlink website suggests they should support this (https://www.dlink.com/en/products/dub-e250-usb-c-to-25g-ethernet-adapter)
I've tried both the latest 5.13 kernel (below on node pve-host1) and the test 5.15 kernel (below on node pve-host2) but both show the same results.
5.13 kernel (pve-host1)
Code:
root@pve-host1:~# uname -a; ethtool enxa8637d315c68
Linux pve-host1 5.13.19-2-pve #1 SMP PVE 5.13.19-4 (Mon, 29 Nov 2021 12:10:09 +0100) x86_64 GNU/Linux
Settings for enxa8637d315c68:
Supported ports: [ ]
Supported link modes: Not reported
Supported pause frame use: No
Supports auto-negotiation: No
Supported FEC modes: Not reported
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
Speed: 2500Mb/s
Duplex: Half
Auto-negotiation: off
Port: Twisted Pair
PHYAD: 0
Transceiver: internal
MDI-X: Unknown
Current message level: 0x00000007 (7)
drv probe link
Link detected: yes
5.15 kernel (pve-host2)
Code:
root@pve-host2:~# uname -a; ethtool enxa8637d315c60
Linux pve-host2 5.15.5-1-pve #1 SMP PVE 5.15.5-1 (Mon, 29 Nov 2021 18:49:57 +0100) x86_64 GNU/Linux
Settings for enxa8637d315c60:
Supported ports: [ ]
Supported link modes: Not reported
Supported pause frame use: No
Supports auto-negotiation: No
Supported FEC modes: Not reported
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
Speed: 2500Mb/s
Duplex: Half
Auto-negotiation: off
Port: Twisted Pair
PHYAD: 0
Transceiver: internal
MDI-X: Unknown
Current message level: 0x00000007 (7)
drv probe link
Link detected: yes
Could it be that the kernel does not fully support this adapter? Is there any way of forcing it to auto-negotiate / full-duplex? I tried at the command line to force auto-negotiate / full-duplex and got the following errors (on both nodes/kernel versions):
Code:
root@pve-host1:~# ethtool -s enxa8637d315c68 autoneg on
netlink error: Operation not supported
root@pve-host1:~# ethtool -s enxa8637d315c68 duplex full
netlink error: Operation not supported
Thanks!