My ethernet connection seems to be capped at 100MB/s which I would like to change to 1000MB/s.
I'm with Proxmox 7.2-11
The command
give me :
and the command
I tried multiple cable, (other devices with these cable are capable of 1Gbit/s), noting is changing. If try to force with
But this just crash my connection. What can I do ? Thanks a lot !
I'm with Proxmox 7.2-11
The command
ethtool enp0s31f6
give me :
Code:
Settings for enp0s31f6:
Supported ports: [ TP ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Supported pause frame use: No
Supports auto-negotiation: Yes
Supported FEC modes: Not reported
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Advertised pause frame use: No
Advertised auto-negotiation: Yes
Advertised FEC modes: Not reported
Speed: 100Mb/s
Duplex: Full
Auto-negotiation: on
Port: Twisted Pair
PHYAD: 1
Transceiver: internal
MDI-X: on (auto)
Supports Wake-on: pumbg
Wake-on: g
Current message level: 0x00000007 (7)
drv probe link
Link detected: yes
and the command
mii-tool -v enp0s31f6
Code:
enp0s31f6: negotiated 1000baseT-FD flow-control, link ok
product info: vendor 00:aa:00 or 00:55:00, model 10 rev 0
basic mode: autonegotiation enabled
basic status: autonegotiation complete, link ok
capabilities: 1000baseT-FD 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD
advertising: 1000baseT-FD 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD flow-control
link partner: 1000baseT-FD 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD flow-control
I tried multiple cable, (other devices with these cable are capable of 1Gbit/s), noting is changing. If try to force with
ethtool -s enp0s31f6 speed 1000 duplex full autoneg on
But this just crash my connection. What can I do ? Thanks a lot !