Having issues with Realtek driver stuck on 10mbs Zorin Pro 18.1
Hello and welcome,
maybe we could help you if you provide more infos about your system...
I'm new to Linux always been a windows user, lat week I installed Zorin Pro 18.1 I do have some knowledge of linux and can follow instaructions .
Main issue I have is with Realtek RTL8125 It's locked on 10Mbs cannot get any higher speed downloads followed some suggestions but I'm not getting anywhere do you have any suggestions what can I run to see what Linux find in hardware
Go to your Bios and disable secure boot and fastboot
I it doesn't change anything try this fix
Step-by-Step Fix
Note: This “fix” method requires that Secure Boot be turned off/disabled, else Zorin will not load the “foreign”/unsigned driver.
- Download Driver:
- Go to this link: Releases · openwrt/rtl8125 · GitHub
- Dowload the latest version of the RTL8125 Linux driver, version 9.016.01
r8125-9.016.01.tar.bz2
- Extract and install:
cd ~/Downloads
unzip r8125-9.016.01.tar.bz2
cd r8125-9.016.01
sudo ./autorun.sh
Ignore any warnings about System.map or BTF unless they stop the install.
- Reboot the system:
sudo reboot
- Check that the driver version loaded is correct:
sudo ethtool -i enp1s0
Look for this line:
driver: r8125
version: 9.014.01-NAPI # Or later, depending on Realtek release
Note: Despite the Realtek site listing version 9.016.01, the compiled driver may report as 9.014.01. This appears to be normal in Realtek’s source packaging.
To confirm which file is being used:
sudo modinfo r8125 | grep -i filename
It should show:
filename: /lib/modules/$(uname -r)/kernel/drivers/net/ethernet/realtek/r8125.ko.zst
and/or
filename: /lib/modules/$(uname -r)/kernel/drivers/net/ethernet/realtek/r8125.ko
If all is well, your Ethernet port should now work normally, and DHCP should succeed.
Why is post#2 marked as "Solution" ?
I think the user made a mistake ![]()
I have unticked it. Perhaps the correct post can now be ticked as Solution.
Thank you ![]()