Hi,
While investigating stability issues with my Proxmox installation, I have looked into the Realtek R8125B interface I use. It seems to use the wrong driver.
My UniFi switch often “auto-negotiates“ the ethernet speed on the switch port to Fast Ethernet (10/100mbit) instead of 1 gigabit (max for the switch) - maybe caused by the driver? And the whole node sometimes freezes.
Output from ethtool:
The driver used is r8169, but I believe it should be r8125? How do I check (and change) drivers in Proxmox? And should I?
/Jeppe
While investigating stability issues with my Proxmox installation, I have looked into the Realtek R8125B interface I use. It seems to use the wrong driver.
My UniFi switch often “auto-negotiates“ the ethernet speed on the switch port to Fast Ethernet (10/100mbit) instead of 1 gigabit (max for the switch) - maybe caused by the driver? And the whole node sometimes freezes.
Output from ethtool:
Code:
~ $ sudo ethtool -i enp2s0
driver: r8169
version: 5.15.83-1-pve
firmware-version: rtl8125b-2_0.0.2 07/13/20
expansion-rom-version:
bus-info: 0000:02:00.0
supports-statistics: yes
supports-test: no
supports-eeprom-access: no
supports-register-dump: yes
supports-priv-flags: no
~ $
The driver used is r8169, but I believe it should be r8125? How do I check (and change) drivers in Proxmox? And should I?
/Jeppe