new error on driver Nic

frankz

Well-Known Member
Nov 16, 2020
412
26
48
in proxmox ve 9 I'm find this error on Nic :
Code:
7401.637864] r8169 0000:06:00.0 enp6s0: NETDEV WATCHDOG: CPU: 1: transmit queue 0 timed out 5001 ms
[39222.633832] r8169 0000:06:00.0 enp6s0: NETDEV WATCHDOG: CPU: 3: transmit queue 0 timed out 5764 ms
[43342.699942] r8169 0000:06:00.0 enp6s0: NETDEV WATCHDOG: CPU: 3: transmit queue 0 timed out 5377 ms
root@pve3:~#
 
Hi,

Realtek NICs using the r8169 driver often trigger transmit queue timeout errors due to driver instability with newer kernels.
Try to switch to the r8168 driver or disable offloads.
 
  • Like
Reactions: frankz
Hi,

Realtek NICs using the r8169 driver often trigger transmit queue timeout errors due to driver instability with newer kernels.
Try to switch to the r8168 driver or disable offloads.
thank you , I'm was retrying to set this command : ethtool -K enp6s0 rx off tx off . I'm waiting for result ...