-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot increase the speed above 100Mbps #63
Comments
Hello, It seems like the r8125 module is not loaded properly. How did you install the package? Using the deb file or PPA? |
Hi, thank you for your reply! I think I did it with deb. Should I uninstall it and then try with PPA? |
Installing it with the deb file should work. Uninstall it and reinstall the deb, or PPA if you want to, and please check this contents after installation. If still it doesn't work, please let me know. |
Hi, I tried with the latest .deb file but the result is almost the same. This latest version had no error message when installing unlike the previous one, but the symptoms are almost the same: sudo lshw -C network*-network sudo ethtool enp14s0Settings for enp14s0: lsmod | grep r8125r8125 303104 0 lsmod | grep r8169sudo dmesg | grep r8125[ 4.872519] r8125: loading out-of-tree module taints kernel. I tried setting the change 1000 and it is now appropriately shown at system settings network, but no matter what I try with link negotiation and manual speed, I am stuck at 100MB... |
Hi, so I followed the instruction and successfully installed the driver on my Ubuntu machine, but I cannot increase the speed. If I use ethtool to force increasing the speed, it just disconnects or sometimes gives me an error message that it is an invalid command. I am dual booting on Windows on a separate drive and there I get higher speed. Below is the information:
Kernel Version
uname -r
6.8.0-47-generic
Installed Kernels
dpkg --list | grep linux-image
ii linux-image-6.8.0-47-generic 6.8.0-47.47 amd64 Signed kernel image generic
ii linux-image-generic-hwe-24.04 6.8.0-47.47 amd64 Generic Linux kernel image
Driver in Use
lspci -k | grep -A 3 Ethernet
0e:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 05)
Subsystem: ASRock Incorporation RTL8125 2.5GbE Controller
Kernel driver in use: r8125
Kernel modules: r8169, r8125
Network Device Info
sudo lshw -C network
*-network
description: Ethernet interface
product: RTL8125 2.5GbE Controller
vendor: Realtek Semiconductor Co., Ltd.
logical name: enp14s0
size: 100Mbit/s
capacity: 1Gbit/s
driver: r8125
driverversion: 9.013.02-NAPI
speed: 100Mbit/s
ethtool Output
sudo ethtool enp14s0
Speed: 100Mb/s
Duplex: Full
Auto-negotiation: on
Check Loaded Modules
lsmod | grep r8125
r8125 286720 0
dmesg Output (Errors/Warnings)
sudo dmesg | grep r8125
[ 4.004697] r8125: loading out-of-tree module taints kernel.
[ 4.004706] r8125: module verification failed: signature and/or required key missing - tainting kernel
[ 4.093760] r8125 0000:0e:00.0 enp14s0: renamed from eth0
[ 270.914457] r8125 0000:0e:00.0 enp14s0: Transmit timeout reset Device!
[ 270.919438] r8125 0000:0e:00.0 enp14s0: Device reseting!
Attempt to Set 1000 Mbps (Error message or disconnection)
sudo ethtool -s enp14s0 speed 1000 duplex full autoneg on
Network Manager Logs
journalctl -u NetworkManager
Network Interface Info
ip link show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
3: enp14s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000
I have no idea why this is causing an error. I have tried everything that I could try. I even bought a usb-ethernet adapter but it did not change anything. If needed, I can buy an intel-based network card but I am not even sure if that will fix the issue... I will provide with you any detail that is necessary. Thank you in advance.
The text was updated successfully, but these errors were encountered: