Hi
I installed this with the .deb package and blacklisted the 8196 driver but my computer still does not get any network and when looking at my router I can see it only reports FE (100MBit).
Using:
Realtek r8125 DKMS 9.016.01-1 Latest
OS: Debian 13, kernel 6.12. Also tried backports kernel 6.17.
Hardware: TUF GAMING B850-PLUS WIFI, So RTL8125BG rev. 0c
Switch: Ubiquiti pro max poe. I tried multiple ports and cables but no difference and they work fine with other devices.
lspci -k
07:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 0c)
DeviceName: Realtek RTL8125BG LAN
Subsystem: ASUSTeK Computer Inc. Device 88e1
Kernel driver in use: r8125
Kernel modules: r8169, r8125
sudo dmesg | grep r8125
[ 3.061000] r8125 Ethernet controller driver 9.016.01-NAPI loaded
[ 3.077679] r8125: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625.
[ 3.077901] r8125 Copyright (C) 2025 Realtek NIC software team nicfae@realtek.com
[ 3.089966] r8125 0000:07:00.0 eno1: renamed from eth0
ip link show
2: eno1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
link/ether a0:ad:9f:22:1d:ec brd ff:ff:ff:ff:ff:ff
altname enp7s0
altname enxa0ad9f221dec
sudo ethtool --show-eee eno1
EEE settings for eno1:
EEE status: disabled
Tx LPI: disabled
Supported EEE link modes: 100baseT/Full
1000baseT/Full
2500baseT/Full
Advertised EEE link modes: 100baseT/Full
1000baseT/Full
2500baseT/Full
Link partner advertised EEE link modes: Not reported
lsmod | grep r8125
r8125 331776 0
Any ideas what it could be or what I should try?
Hi
I installed this with the .deb package and blacklisted the 8196 driver but my computer still does not get any network and when looking at my router I can see it only reports FE (100MBit).
Using:
Realtek r8125 DKMS 9.016.01-1 Latest
OS: Debian 13, kernel 6.12. Also tried backports kernel 6.17.
Hardware: TUF GAMING B850-PLUS WIFI, So RTL8125BG rev. 0c
Switch: Ubiquiti pro max poe. I tried multiple ports and cables but no difference and they work fine with other devices.
lspci -k
07:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 0c)
DeviceName: Realtek RTL8125BG LAN
Subsystem: ASUSTeK Computer Inc. Device 88e1
Kernel driver in use: r8125
Kernel modules: r8169, r8125
sudo dmesg | grep r8125
[ 3.061000] r8125 Ethernet controller driver 9.016.01-NAPI loaded
[ 3.077679] r8125: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625.
[ 3.077901] r8125 Copyright (C) 2025 Realtek NIC software team nicfae@realtek.com
[ 3.089966] r8125 0000:07:00.0 eno1: renamed from eth0
ip link show
2: eno1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
link/ether a0:ad:9f:22:1d:ec brd ff:ff:ff:ff:ff:ff
altname enp7s0
altname enxa0ad9f221dec
sudo ethtool --show-eee eno1
EEE settings for eno1:
EEE status: disabled
Tx LPI: disabled
Supported EEE link modes: 100baseT/Full
1000baseT/Full
2500baseT/Full
Advertised EEE link modes: 100baseT/Full
1000baseT/Full
2500baseT/Full
Link partner advertised EEE link modes: Not reported
lsmod | grep r8125
r8125 331776 0
Any ideas what it could be or what I should try?