Because so far, it looks like everything is working on the EOS side, but your router is not giving out the network address.
If that fails, set a manual network address and gateway/dns according to your router’s settings, and try unplugging/replugging the cable.
even after installing this driver, the main driver was showing as r8169 so I blacklisted the r8169 and now it says no drivers even tho we just installed r8125-dkms?
So if it’s now connected, can you ping to the router address (the gateway)?
If so, check your DNS/Gateway settings, and ping 9.9.9.9.
As far as getting the 8125 onboard, IDK; it should have worked with that, and automatically connected the driver to the card in the boot process of the kernel. Perhaps doing a journalctl -xb | grep 8125 will shed more light upon what is happening there?
journalctl -xb | grep 8125
May 27 11:27:19 Linux-Gaming kernel: pci 0000:26:00.0: [10ec:8125] type 00 class 0x020000 PCIe Endpoint
May 27 11:27:22 Linux-Gaming kernel: r8169 0000:26:00.0 eth0: RTL8125B, 2c:f0:5d:da:47:d2, XID 641, IRQ 102
ping 192.168.0.1
PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data.
64 bytes from 192.168.0.1: icmp_seq=7 ttl=64 time=344 ms
64 bytes from 192.168.0.1: icmp_seq=29 ttl=64 time=1.27 ms
64 bytes from 192.168.0.1: icmp_seq=50 ttl=64 time=0.829 ms
64 bytes from 192.168.0.1: icmp_seq=63 ttl=64 time=1.26 ms
64 bytes from 192.168.0.1: icmp_seq=87 ttl=64 time=1312 ms
64 bytes from 192.168.0.1: icmp_seq=88 ttl=64 time=299 ms
yep, that driver is not great
try sudo bash -c 'echo "r8125" > /etc/modules-load.d/r8125.cfg'
to get the 8125-dkms driver loaded, and blacklist the 8169.
Reference: https://bbs.archlinux.org/viewtopic.php?id=257114
that did not work either, I’m able to blacklist the r8169 but 8125 wont load.
I think im done for now, Im gonna try different distro. i will try this one again in few months. something was changed in last update that broke it so hopefully next update fixes it.
its running fine on my Laptop cause it uses WiFi.
Do you have a dual boot with Windows? If so make sure you go into Windows and turn off the fast startup feature under Windows power management options.