Search Criteria
Package Details: r8125-dkms 9.014.01-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/r8125-dkms.git (read-only, click to copy) |
---|---|
Package Base: | r8125-dkms |
Description: | Kernel module for RTL8125 |
Upstream URL: | https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-pci-express-software |
Licenses: | GPL2 |
Conflicts: | r8125 |
Submitter: | ptb |
Maintainer: | aravance |
Last Packager: | aravance |
Votes: | 16 |
Popularity: | 0.26 |
First Submitted: | 2020-11-21 14:53 (UTC) |
Last Updated: | 2024-11-08 20:45 (UTC) |
Dependencies (3)
- dkms (dkms-gitAUR)
- linux-headers (optional) – Build the module for Arch kernel
- linux-lts-headers (optional) – Build the module for LTS Arch kernel
Latest Comments
1 2 3 4 5 6 Next › Last »
erdnuesse commented on 2025-01-18 10:43 (UTC) (edited on 2025-01-18 10:44 (UTC) by erdnuesse)
I just said, I have external factors that are responsible. So I'm not even looking at linux/windows systems, but my network as a whole. None of my lxc containers on a different host get dynamic IPs anymore on the relevant VLAN /subnet in question. I didn't go into more detail, bc/ don't wat to hijack this package for my personal troubleshooting as my issue is outside of this package, the aur, even arch - so please no more OT, it's already bad enough as it is.
(if any admin wants me to delete the comments, happy to do so)
actionless commented on 2025-01-18 10:37 (UTC)
erdnuesse 1) what happens if you use r8169 kernel module instead? 2) what happens if you boot to windows? (nowadays you can install it for free without pirating)
erdnuesse commented on 2025-01-18 10:29 (UTC) (edited on 2025-01-18 11:22 (UTC) by erdnuesse)
I am sorry for stirring this up, and was already thinking about deleting my comment. 2 days of digging took a toll, so first:
My bad, sorry, moving along.
UPD: to make it maximally embarrasing; I rebooted my DHCP server, Switches, machine(even more), etc. each at least 4 times, but I needed a hard reset on my switch (pulling the plug!) to fix the issue. I never needed that before, so thanks tp-link I guess. It's fixed, though I will probably never know what device or what moment caused the network stack to hang itself for the past 2/3 days. Again sorry for the fuzz.
actionless commented on 2025-01-17 22:22 (UTC) (edited on 2025-01-17 22:27 (UTC) by actionless)
@erdnuesse
i have the same adapter and it works with vanilla kernel, which have builtin module
r8169
which automatically picks this adapter upthe reason why i tried using this package before was because i thought there is smth wrong with aforementioned module, but apparently my problems were caused by a bad ethernet cable, and replacing it solved them (so it works now with r8169)
UPD: just noticed i have
(rev 05)
at the end and you(rev 04)
- so then i can't guarantee regarding what was said aboveerdnuesse commented on 2025-01-17 16:06 (UTC) (edited on 2025-01-17 16:12 (UTC) by erdnuesse)
For the last two days my NIC stopped working. I would love to be more helpful, but after all debugging, I have not even a clue what the last working config was, because... well I started tinkering without a fully documented home-setup.
link is apparently up, but I never get an IP via dhcpcd, static IP seems to be attached to the iface, but it's defunct, as my switch shows just receiving traffic on the iface. Port: TX good: 0pkt | RX good: 300pkt No bad pkts, yes, I tried different ports, just to be sure.
I have no idea what happened during the last 3 days now in terms of updates or regressions, as I update a few times a week.
MB: MSI x570 Tomahawk [RTL8125 2.5GbE Controller (rev 04)], latest BIOS, r8125 Ethernet controller driver 9.014.01-NAPI, 6.12.9-zen1-1-zen (same with arch kernel or lts 6.6.70-1)
tldr:
lspci + dmesg output below
~# lspci -v -d ::0200 26:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 04) Subsystem: Micro-Star International Co., Ltd. [MSI] Device 7c84 Flags: bus master, fast devsel, latency 0, IRQ 24, IOMMU group 23 I/O ports at f000 [size=256] Memory at fc900000 (64-bit, non-prefetchable) [size=64K] Memory at fc910000 (64-bit, non-prefetchable) [size=16K] Capabilities: <access denied> Kernel driver in use: r8125 Kernel modules: r8169, r8125
~# sudo dmesg | grep r8125 [ 3.300623] r8125 Ethernet controller driver 9.014.01-NAPI loaded [ 3.300656] r8125 0000:26:00.0: enabling device (0000 -> 0003) [ 3.663406] r8125: <Patents trimmed> [ 4.411900] r8125 0000:26:00.0 enp38s0: renamed from eth0 [ 6.807234] r8125 0000:26:00.0: invalid VPD tag 0x00 (size 0) at offset 0; assume missing optional EEPROM [ 8.593054] r8125: enp38s0: link up
~# sudo networkctl status enp38s0 2: enp38s0 Link File: /etc/systemd/network/99-default.link Network File: /etc/systemd/network/00-enp38s0.network State: carrier (configuring) Online state: offline
MandleRex commented on 2024-12-19 02:53 (UTC) (edited on 2024-12-19 02:56 (UTC) by MandleRex)
not all r8125 chips are the same. rev 0c is not supported by the r8169 driver. for those who need instructions. (you'll obviously need some sort of internet connection)
sudo nano /etc/modprobe.d/r8169.conf
type this in
blacklist r8169
save and exit
install linux-headers, dkms, and r8125-dkms (yay or however you install aur packages)
reboot gtg
also, your upstream url goes to a 404.
Melody666 commented on 2024-11-11 10:27 (UTC)
@Korialo No issues with r8129 for me either. This module might still be useful with LTS kernels, but I'm not completely sure.
Korialo commented on 2024-10-29 22:19 (UTC) (edited on 2024-10-29 22:25 (UTC) by Korialo)
@Melody666 Support for rtl8125 is already included in the r8169 driver, a simple
modinfo
intor8169
module will show the following:I generally use this driver for testing and to compare it to the builtin kernel module, I have no issues with the
r8169
driver.javum commented on 2024-10-29 01:33 (UTC)
@Melody666 You can use patch from devome https://aur.archlinux.org/packages/r8125-dkms#comment-977750 I can build successfully after applying it.
Melody666 commented on 2024-10-20 10:13 (UTC)
Just to save people time, this driver does not work out of the box with the latest kernel and does not install. This is probably meant for LTS kernels.
1 2 3 4 5 6 Next › Last »