Hi, I would be thankful if you could help me with this issue.
I got an ASUS N100 motherboard and it comes with a Realtek NIC, it seems this chip is problematic on Linux:
I initially had very slow speeds (< 100KB/s) and many rx_missed packets. I heard the r8169 driver might be problematic so I compiled the r8168 driver as per instructions here and while the speed is much better now, I still get a lot of rx_missed packets:
This makes it drop many packets in things like Jellyfin or MediaMTX, making it useless for a Proxmox host. I also tried disabling ASPM altogether (r8168.aspm=0 r8168.eee_enable=0 pcie_aspm=off) but it doesn't fix it, I even feel it makes it worse.
I'm using PVE 8.4.5, kernel 6.8.12-12-pve. I also tried with another Realtek NIC (r8125) and Intel NIC (i226) and they work, so I don't think it's related to the rest of the system. Sadly they don't support ASPM and I'd like it because with it this motherboard uses 5 watts.
Has anyone had a similar issue or know where I could redirect this issue to?
Thanks.
I got an ASUS N100 motherboard and it comes with a Realtek NIC, it seems this chip is problematic on Linux:
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
I initially had very slow speeds (< 100KB/s) and many rx_missed packets. I heard the r8169 driver might be problematic so I compiled the r8168 driver as per instructions here and while the speed is much better now, I still get a lot of rx_missed packets:
Code:
NIC statistics:
tx_packets: 42042
rx_packets: 60937
tx_errors: 0
rx_errors: 0
rx_missed: 2566
align_errors: 0
tx_single_collisions: 0
tx_multi_collisions: 0
unicast: 60311
broadcast: 151
multicast: 475
tx_aborted: 0
tx_underrun: 0
This makes it drop many packets in things like Jellyfin or MediaMTX, making it useless for a Proxmox host. I also tried disabling ASPM altogether (r8168.aspm=0 r8168.eee_enable=0 pcie_aspm=off) but it doesn't fix it, I even feel it makes it worse.
I'm using PVE 8.4.5, kernel 6.8.12-12-pve. I also tried with another Realtek NIC (r8125) and Intel NIC (i226) and they work, so I don't think it's related to the rest of the system. Sadly they don't support ASPM and I'd like it because with it this motherboard uses 5 watts.
Has anyone had a similar issue or know where I could redirect this issue to?
Thanks.
Last edited: