Package Details: r8152-dkms 2.19.2-1

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
Conflicts: r8152
Submitter: crocowhile
Maintainer: wget (hcartiaux)
Last Packager: hcartiaux
Votes: 17
Popularity: 0.005591
First Submitted: 2016-09-17 11:34 (UTC)
Last Updated: 2024-11-04 14:02 (UTC)

Dependencies (4)

Required by (0)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

hcartiaux commented on 2022-04-01 17:42 (UTC)

@petsam Fixed

petsam commented on 2022-03-31 21:28 (UTC)

Cannot install on 5.17 latest kernel. Installs fine on 5.15 lts.

==> dkms install --no-depmod r8152/2.15.20211119 -k 5.17.1-arch1-1
Error! Bad return status for module build on kernel: 5.17.1-arch1-1 (x86_64)
Consult /var/lib/dkms/r8152/2.15.20211119/build/make.log for more information.
==> WARNING: `dkms install --no-depmod r8152/2.15.20211119 -k 5.17.1-arch1-1' exited 10

incubos commented on 2021-11-19 08:23 (UTC)

It works. Thank you!

hcartiaux commented on 2021-11-19 08:16 (UTC)

I've fixed the compilation issue in a new release, but not yet tested with my Dell docking station. "Should work"

incubos commented on 2021-11-18 08:11 (UTC) (edited on 2021-11-18 08:12 (UTC) by incubos)

Fails with exit code 10 on recent kernel:

...
(3/3) Install DKMS modules
==> dkms install --no-depmod r8152/2.15.20210629 -k 5.15.2-arch1-1
Error! Bad return status for module build on kernel: 5.15.2-arch1-1 (x86_64)
Consult /var/lib/dkms/r8152/2.15.20210629/build/make.log for more information.
==> WARNING: `dkms install --no-depmod r8152/2.15.20210629 -k 5.15.2-arch1-1' exited 10
==> dkms install --no-depmod r8152/2.15.20210629 -k 5.10.79-1-lts
==> depmod 5.10.79-1-lts

Nish commented on 2021-10-06 16:34 (UTC) (edited on 2021-10-08 18:12 (UTC) by Nish)

Change arch to 'any'. I don't see why it needs to be i686 and x86_64 only.

johntdavis commented on 2021-03-02 18:42 (UTC)

Hello, Thanks for making this available. I'm testing it on Manjaro now, with the help of someone who actually knows how to compile new modules into the kernel. I realize y'all can't support Manjaro installs. I'm posting more to see if anyone has noticed the same behavior.

I and another user have run into an issue. With an adapter using the 8156 chipset attached to a Raspberry Pi running Manjaro ARM via the first USB 3.0 port, the Pi can no longer boot from an SSD attached to the second USB 3.0 port. No drive activity at all.

The current solution is to plug the SSD drive into the USB 2.0 port. It works fine, but it's slower.

There's a better than even chance the Pi 4b's USB 3 bus just can't deal with more than one high performance device. The hardware predates USB booting on the Pi being a thing, for example, and a lot of people ran into issues with the USB 3 bus having enough power to boot the machine when that was first announced.

I'm not sure where I should be looking for error logs. My dmesg record did not include info going back far enough. Any suggestions for troubleshooting would be welcome.

Thanks!

ptb commented on 2020-11-21 13:35 (UTC)

Shouldn't line 28 -e "s/@PKGVER@/${_pkgbase}/g" \ be -e "s/@PKGVER@/${pkgver}/g" \ ?

lawa42 commented on 2020-06-17 07:25 (UTC)

Solves the problem thanks

wget commented on 2020-06-16 10:24 (UTC)

Thanks a lot mic_e for your patch. PR merged and package updated :)