Search Criteria
Package Details: r8125-dkms 9.004.01-6
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: | |
Conflicts: | |
Submitter: | ptb |
Maintainer: | ptb (aravance) |
Last Packager: | ptb |
Votes: | 1 |
Popularity: | 0.35 |
First Submitted: | 2020-11-21 14:53 |
Last Updated: | 2020-11-24 19:24 |
Dependencies (3)
- dkms
- linux-headers (linux-surfacepro3-git-headers, linux-aarch64-rock64-bin-headers, linux-ec2-headers, kernel-uek-devel, linux-galliumos-headers, linux-zest-git-headers, linux-lts49-kallsyms-headers, linux-bootsplash-headers, linux-fbcondecor-headers, linux-ck-fbcondecor-headers, linux-odroid-headers) (optional) – Build the module for Arch kernel
- linux-lts-headers (optional) – Build the module for LTS Arch kernel
Latest Comments
aravance commented on 2020-11-24 16:46
I found one more potential bug fiddling with another dkms package (similar comment here: https://aur.archlinux.org/packages/it87-dkms-git). I also updated it to use my own github fork with an explicit release rather than relying on the master branch of ibmibmibm's repo.
According to https://linux.die.net/man/8/dkms
DEST_MODULE_LOCATION[#]=
This git diff will address that:
EDIT: fix a bad reference to master
```
aravance commented on 2020-11-23 15:52
I have 3 kernels installed, linux, zen, and lts. Whenever it triggers a dkms reinstall, it fails on the first attempt. This is what I did to fix it:
EDIT: I also downloaded the bz2 directly from the realtek website and copied it into the build directory. It could make sense to do it from a git repo instead.
PKGBUILD
dkms.conf
ptb commented on 2020-11-21 15:30
If somebody has an idea why dkms autoinstall/install needs to be executed twice let me know.