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: | 15 |
Popularity: | 0.010819 |
First Submitted: | 2020-11-21 14:53 (UTC) |
Last Updated: | 2024-11-08 20:45 (UTC) |
Dependencies (3)
- dkms (dkms-gitAUR, dkms-fast-zstdAUR)
- linux-headers (optional) – Build the module for Arch kernel
- linux-lts-headers (optional) – Build the module for LTS Arch kernel
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 Next › Last »
boogiepop commented on 2023-08-31 20:30 (UTC)
@aravance.
I need this driver for radxa rock5b SBC. It is using an older vendor kenel based on linux 5.10. For linux < 5.12 the module needs below patch. Could you please apply?
https://raw.githubusercontent.com/radxa-pkg/r8125-dkms/debian/sid/debian/patches/linux5.12.patch
xiuxiu10201 commented on 2023-04-13 03:18 (UTC) (edited on 2023-04-13 03:19 (UTC) by xiuxiu10201)
Throughput monitoring issue
https://github.com/awesometic/realtek-r8125-dkms/issues/33
Ran into the same problem.
stratusfear commented on 2023-01-20 04:43 (UTC)
To match the original functionality from <6.1, the patch should probably change the function from netif_napi_add to netif_napi_add_weight rather than remove the weight parameter. The api was changed in 6.1 to generalize the netif_napi_add function (by removing the weight parameter) and the netif_napi_add_weight function was added in its place for calls where a weight is required/desired.
atk commented on 2023-01-17 18:30 (UTC) (edited on 2023-01-17 18:30 (UTC) by atk)
With modifications I got bundi78's patch working. The area that caused me some grief was:
Are the
-a
and-b
suffixes meant to be included? Removing them (and then skipping the sha256 check) meant I could build and install this. Thanks for doing posting it!bundi78 commented on 2023-01-17 17:57 (UTC)
Hi, the following patch is working:
AlmaMater commented on 2023-01-14 08:55 (UTC) (edited on 2023-01-14 09:02 (UTC) by AlmaMater)
Greetings, there are issues for linux (6.1.5.arch2-1) and linux-zen (6.1.5.zen2-1) kernels
make.log
It does works for linux-lts 5.15.87
ysblokje commented on 2022-07-21 20:29 (UTC)
the r8125 actually works fine without this specific driver. In my case package r8168 was blacklisting r8169 which supports the r8125.
Kraoc commented on 2022-07-16 13:52 (UTC) (edited on 2022-07-16 13:58 (UTC) by Kraoc)
Last version: 9.009.02
I git/clone source repo, then update PKGBUILD:
Then...
makepkg --syncdeps -f && makepkg --install
See you on next reboot :)
swortmj491 commented on 2022-07-05 00:34 (UTC)
Thank you for providing the patch!
ysblokje commented on 2022-07-03 08:57 (UTC)
I hope that ptb gets around to fixing this package. In the meantime I created an aur package simply called
r8125
wich is basically the same as the r8168 package in community just for the r8125 device.« First ‹ Previous 1 2 3 4 5 6 Next › Last »