Search Criteria
Package Details: r8126-dkms 10.015.00-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/r8126-dkms.git (read-only, click to copy) |
---|---|
Package Base: | r8126-dkms |
Description: | Kernel module for Realtek RTL8126 |
Upstream URL: | https://www.realtek.com/Download/List?cate_id=584 |
Licenses: | GPL-2.0-or-later |
Conflicts: | r8126 |
Submitter: | didi2002 |
Maintainer: | didi2002 |
Last Packager: | didi2002 |
Votes: | 4 |
Popularity: | 0.77 |
First Submitted: | 2024-09-25 20:14 (UTC) |
Last Updated: | 2025-03-27 21:13 (UTC) |
Dependencies (4)
- dkms (dkms-gitAUR)
- linux-firmware (linux-libre-firmwareAUR, linux-firmware-xzAUR, linux-firmware-uncompressedAUR, linux-firmware-gitAUR)
- linux-headers (optional) – Build the module for Arch kernel
- linux-lts-headers (optional) – Build the module for LTS Arch kernel
Latest Comments
HurricanePootis commented on 2025-03-18 00:33 (UTC)
Hello, in the dkms.conf file, you are calling the Kernel module make directly. This, however, ignores the default flags and features realtek sets in their Makefile. This patch enables the default features set in Makefile, such as Firmware support, Giga Lite, S5 WoL, etc. The r8126-objs has to be manually defined as you cannot add to it like the extra_cflags from dkms.
This patch also makes the license() SPDX compliant.
I have already went through this process with r8168-dkms.
Anarconda commented on 2024-11-30 21:49 (UTC)
@redshoe It is included in kernel since version 6.12.
redshoe commented on 2024-11-30 21:36 (UTC)
Is this still necessary in order to use RTL8126? I am looking into buying RTL8126 NIC, and I would like to know if the driver is included in the kernel or not. Thanks.
LuxFerre commented on 2024-11-16 01:05 (UTC)
I'm still having occasional issues with the ethernet using this, but it works mostly OK. Still, for whoever is interested, it seems official that it is included in kernel 6.12, which will be out soon (probably making this package not necessary anymore?).
Will try to remember and report back once it's up and working.
didi2002 commented on 2024-11-10 13:21 (UTC)
Happy it works for you, I don‘t even have the hardware to test. Feel free to report back once it‘s included in the kernel.
LuxFerre commented on 2024-11-10 11:01 (UTC)
Shouldn't this be in kernel 6.11 already? Yet I still need it... Anyway thank you!
sh1sh1n11 commented on 2024-10-12 20:58 (UTC)
Thanks very much for this!