Bug 218432
Summary: | Realtek 8126 PCIe 5 G/bps WIRED ethernet adapter | ||
---|---|---|---|
Product: | Drivers | Reporter: | JoeS (jmscdba+kbug) |
Component: | Network | Assignee: | drivers_network (drivers_network) |
Status: | NEW --- | ||
Severity: | normal | CC: | hkallweit1 |
Priority: | P3 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | Subsystem: | ||
Regression: | No | Bisected commit-id: |
Description
JoeS
2024-01-29 18:16:03 UTC
As stated via email already: This is a feature request, not a bug report. An experimental patch with RTL8126A support has been sent to you, please report back after testing. (In reply to Heiner Kallweit from comment #1) > As stated via email already: > This is a feature request, not a bug report. > An experimental patch with RTL8126A support has been sent to you, please > report back after testing. Thanks very much for your quick response. I forward your patch to the openSUSE people I have been working and they prepared a new test kernel 6.7.2 with the patches for for me to test. I just installed the test kernel provided with the patches but just as you expected it complains about no dedicated PHY driver found. Here is the dmesg | grep 8169 output with the information you requested [ 3.176753] r8169 0000:05:00.0: enabling device (0000 -> 0003) [ 3.184887] r8169 0000:05:00.0: no dedicated PHY driver found for PHY ID 0x001cc862, maybe realtek.ko needs to be added to initramfs? [ 3.184912] r8169: probe of 0000:05:00.0 failed with error -49 Thank you for your efforts. Please let me know if you need any further details. Thank You! I forward your 2nd patch to the openSUSE people I have been working and they prepared a new test kernel 6.7.2 with both patches for for me to test. I just installed the test kernel provided with both patches. Here is the dmesg | grep 8169 output using this new test kernel [ 3.630222] r8169 0000:05:00.0: enabling device (0000 -> 0003) [ 3.632148] r8169 0000:05:00.0 eth0: RTL8126A, e8:9c:25:78:c9:bf, XID 649, IRQ 207 [ 3.632150] r8169 0000:05:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko] [ 3.633218] r8169 0000:05:00.0 enp5s0: renamed from eth0 [ 4.212381] r8169 0000:05:00.0: Direct firmware load for rtl_nic/rtl8126a-2.fw failed with error -2 [ 4.212384] r8169 0000:05:00.0: Unable to load firmware rtl_nic/rtl8126a-2.fw (-2) [ 4.236119] RTL8251B 5Gbps PHY r8169-0-500:00: attached PHY driver (mii_bus:phy_addr=r8169-0-500:00, irq=MAC) [ 4.349625] r8169 0000:05:00.0 enp5s0: Link is Down [ 7.858055] r8169 0000:05:00.0 enp5s0: Link is Up - 1Gbps/Full - flow control rx/tx Although dmesg has these 2 error messages, I have network connectivity, ran a quick speed test and am getting the correct speeds. [ 4.212381] r8169 0000:05:00.0: Direct firmware load for rtl_nic/rtl8126a-2.fw failed with error -2 [ 4.212384] r8169 0000:05:00.0: Unable to load firmware rtl_nic/rtl8126a-2.fw (-2) Here is the 'lsmod | grep 8169' results so you can see what is loaded r8169 114688 0 mdio_devres 12288 1 r8169 libphy 245760 3 r8169,mdio_devres,realtek I will continue to test and report back if there are any network issues. |