Search Criteria
Package Details: r8152-dkms 2.20.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/r8152-dkms.git (read-only, click to copy) |
---|---|
Package Base: | r8152-dkms |
Description: | A kernel module for Realtek RTL8152/RTL8153/RTL8154/RTL8156 Based USB Ethernet Adapters |
Upstream URL: | http://www.realtek.com |
Licenses: | GPL-2.0-only |
Conflicts: | r8152 |
Submitter: | crocowhile |
Maintainer: | wget (hcartiaux) |
Last Packager: | hcartiaux |
Votes: | 18 |
Popularity: | 0.65 |
First Submitted: | 2016-09-17 11:34 (UTC) |
Last Updated: | 2025-05-26 07:17 (UTC) |
Dependencies (4)
- dkms (dkms-gitAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- 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 »
hcartiaux commented on 2019-07-28 08:25 (UTC)
@stuartiannaylor Can you share the output of "lspci -knn" ?
stuartiannaylor commented on 2019-07-28 04:23 (UTC)
I have installed via makepkg and pacman Prob being dumb but even after a depmod -a its still using the cdc_ncm driver
Anyone help? :)
XenGi commented on 2019-03-26 19:46 (UTC)
@pappi there are no packages like that in arch linux. I'm pretty sure you're referring to manjaro linux. Maybe add that info so people don't get confused. The AUR is used by several distros so it's not easy to always know what works where. On arch linux you need linux-headers which automatically comes as a dependency.
pappl commented on 2019-03-26 18:36 (UTC) (edited on 2019-03-26 18:41 (UTC) by pappl)
Hi,
just for information. Installed on Dell XPS with WD15 (ethernet) dock. Working but had to manually
sudo pacman -S linux420-headers
prior and then install r8152-dkms to get the updated driverversion=v2.11.0 (2018/12/21)
I'm on Kernel 4.20. Without it got an error on build: "...missing kernel headers..."
Newer Kernel 5.0 needs:
sudo pacman -S linux50-headers
Thanks for this work! you can check driverversion with:
sudo lshw -c network
hcartiaux commented on 2019-01-08 11:17 (UTC)
@hv15 - thank you for your patch, it's integrated in the PKGBUILD now.
hv15 commented on 2019-01-07 13:51 (UTC) (edited on 2019-01-07 16:20 (UTC) by hv15)
Edit2: i've come up with a patch for this, see the github issue...
Edit: created issue on github project.
Not building on 4.20... anyone else experiencing this?
hcartiaux commented on 2018-11-25 19:45 (UTC)
Ok, thank you :)
wget commented on 2018-11-25 19:39 (UTC)
I asked Bruno Pagain (ArchAnge) and indeed this is forbidden to upload to the git repo.
+1 for github. Done. I changed the package accordingly and have given to you write access to the repo as well. :)
hcartiaux commented on 2018-11-25 19:16 (UTC)
It cannot be automated or it's too complicated, since it sends a download link by e-mail with a validity of 5 minutes (!?). Also, adding the source code to the PKGBUILD repository is against good packaging guidelines, if one day you apply to be a trusted user, it will be fingerpointed. ;)
I'm in favor of re-uploading the source code to a git repository on github and tag/sign the new release, or reupload the original tarball elsewhere...
wget commented on 2018-11-25 18:36 (UTC)
@hcartiaux Thanks for having taken care of this issue. Yes. Ideally, we need to find a way to get the file properly by adding some additional parsing logic to the PKGBUILD. But I don't know if this is possible to have a PKGBUILD without a "source" array statement and getting the file manually from the prepare() function. Maybe indeed this isn't worth the effort this time and hosting the sources elsewhere is best for now. Do you know if this is possible to add the source code directly to this git repo (since this one is still quite small)?
« First ‹ Previous 1 2 3 4 5 6 Next › Last »