charley@charley-desktop:~$ ethtool -i eno1
driver: r8125
version: 9.016.01-NAPI
firmware-version:
expansion-rom-version:
bus-info: 0000:08:00.0
supports-statistics: yes
supports-test: no
supports-eeprom-access: no
supports-register-dump: yes
supports-priv-flags: no
Pinging my gateway:
charley@charley-desktop:~$ ping 10.0.0.1
PING 10.0.0.1 (10.0.0.1) 56(84) bytes of data.
64 bytes from 10.0.0.1: icmp_seq=2 ttl=64 time=0.325 ms
64 bytes from 10.0.0.1: icmp_seq=3 ttl=64 time=0.261 ms
64 bytes from 10.0.0.1: icmp_seq=7 ttl=64 time=0.236 ms
64 bytes from 10.0.0.1: icmp_seq=8 ttl=64 time=0.248 ms
64 bytes from 10.0.0.1: icmp_seq=10 ttl=64 time=0.274 ms
64 bytes from 10.0.0.1: icmp_seq=11 ttl=64 time=0.265 ms
64 bytes from 10.0.0.1: icmp_seq=13 ttl=64 time=0.256 ms
...
64 bytes from 10.0.0.1: icmp_seq=67 ttl=64 time=0.249 ms
64 bytes from 10.0.0.1: icmp_seq=69 ttl=64 time=0.253 ms
64 bytes from 10.0.0.1: icmp_seq=70 ttl=64 time=0.225 ms
^C
--- 10.0.0.1 ping statistics ---
71 packets transmitted, 49 received, 30.9859% packet loss, time 71712ms
rtt min/avg/max/mdev = 0.215/0.261/0.354/0.024 ms
I am running zorin pro. I am dual booting windows and I already have fast boot turned off, on the windows side. Additionally I don't get any of this packet loss when using the same port on windows. I have usb c to 2.5gbe ethernet adapter that I've been using and it doesn't get any packet loss at all.
See here:
--- 10.0.0.1 ping statistics ---
20 packets transmitted, 20 received, 0% packet loss, time 19456ms
rtt min/avg/max/mdev = 0.245/0.309/0.339/0.023 ms
charley@charley-desktop:~$
I've already tried to update the driver from r8169? to r8125 as that was a fix I found on reddit but unfortunately that didn't seem to make any difference as I'm still seeing the same amount of packet loss on both versions.
Also here's the same ethtool return for the usb interface I'm using which I'm having no issues with.
charley@charley-desktop:~$ ethtool -i enx6c1ff76b3242
driver: r8152
version: v1.12.13
firmware-version: rtl8156b-2 v3 10/20/23
expansion-rom-version:
bus-info: usb-0000:00:14.0-9.4
supports-statistics: yes
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no
I'm sorta at a loss now and I tried my best to troubleshoot before asking but I thought someone might have some other ideas?
