Hey, that are great news.. Will it come with realtek-r8125 drivers? There are some problems with intel/asus nucs.. they use the r8169 driver by default, which is automatically loaded by the kernel. However, this driver is not correctly compatible with the RTL8125 and i always have to blacklist the r8169 driver
Realtek Drivers for LE 12.2
-
hnxx -
August 4, 2025 at 5:28 PM -
Thread is Unresolved
-
-
Will it come with realtek-r8125 drivers?
No.
this driver is not correctly compatible with the RTL8125
What do you mean? RTL8125 is supported by r8169 since forever.
-
it seems that some linux kernels use the rtl8169 instead of rtl8125.. Maybe itś not detecting correctly
-
Code
Display Moreconfig R8169 tristate "Realtek 8169/8168/8101/8125 ethernet support" depends on PCI select FW_LOADER select CRC32 select PHYLIB select REALTEK_PHY help Say Y here if you have a Realtek Ethernet adapter belonging to the following families: RTL8169 Gigabit Ethernet RTL8168 Gigabit Ethernet RTL8101 Fast Ethernet RTL8125 2.5GBit Ethernet
From Linux 6.16 kernel Kconfig options ^ .. the RTL8125 chip is supported by the r8169 driver so 'all' kernels (not some) are using that driver with that chip.
You will need to describe in more detail (and provide system logs) detailing the actual problem. NB: blacklisting r8169 will disable part of the ethernet stack, but not all of it. You will still see the Realtek PHY being probed and detected.