Search Criteria
Package Details: r8125-dkms 9.015.00-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.049737 |
First Submitted: | 2020-11-21 14:53 (UTC) |
Last Updated: | 2025-02-24 22:55 (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
« First ‹ Previous 1 2 3 4 5 6 Next › Last »
tfl5034 commented on 2024-05-25 22:32 (UTC)
According to realtek documentation, this module only supports up to Linux 6.8. https://www.realtek.com/Download/List?cate_id=584
Varo486 commented on 2024-05-22 08:47 (UTC) (edited on 2024-05-22 09:25 (UTC) by Varo486)
module does not build for the latest kernel. dkms make.log output:
barand3 commented on 2024-05-20 16:08 (UTC) (edited on 2024-05-20 16:10 (UTC) by barand3)
Module will no longer be built. Here is the make.log
aravance commented on 2024-04-07 19:10 (UTC)
I've copied the source code into my own github so it can be distributed using github release source tarballs. You should be able to build directly again without having to do a manual download through the realtek presigned url.
eskimokk commented on 2024-04-01 08:23 (UTC) (edited on 2024-04-07 06:58 (UTC) by eskimokk)
follow the steps manually:
0. install pre-requirements like dkms, linux-headers...
git clone https://aur.archlinux.org/r8125-dkms.git
cd r8125-dkms download the source code here (https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-pci-express-software) and put it under this dir.
edit PKGBUILD change the line from: source=("http://rtitwww.realtek.com/rtdrivers/cn/nic1/${_pkgname}-${pkgver}.tar.bz2" to source=("${_pkgname}-${pkgver}.tar.bz2"
makepkg -si
exec by root: echo "blacklist r8169" >> /etc/modprobe.d/dkms.conf
reboot
check by: ethtool -i YOUR_DEV
evine commented on 2024-03-20 04:46 (UTC)
@barand3 , The official website of REALTEK has enabled pre download verification, and you can go here to download the source code and place it in the root directory of the package.
barand3 commented on 2024-02-07 14:37 (UTC) (edited on 2024-02-07 14:42 (UTC) by barand3)
The installation cannot be carried out because the download url is invalid.
curl: (22) The requested URL returned error: 404
==> FEHLER: Fehler beim Download von http://rtitwww.realtek.com/rtdrivers/cn/nic1/r8125-9.012.04.tar.bz2
Breche ab...
-> Fehler beim Erstellen: r8125-dkms-exit status 1
-> Die folgenden Pakete konnten nicht installiert werden. Ein manueller Eingriff ist erforderlich:
r8125-dkms - exit status 1
PAKtC
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.
« First ‹ Previous 1 2 3 4 5 6 Next › Last »