Package Details: r8152-dkms 2.17.1.20240405-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: 16
Popularity: 0.72
First Submitted: 2016-09-17 11:34 (UTC)
Last Updated: 2024-04-05 10:14 (UTC)

Dependencies (4)

Required by (0)

Sources (2)

Latest Comments

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

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 :)

mic_e commented on 2020-06-12 00:06 (UTC) (edited on 2020-06-14 21:26 (UTC) by mic_e)

Seems to be broken. With kernel 5.7.2-arch1-1 and r8152-dkms 2.13-1

I get the error message "couldn't register device" with the following traceback:

https://pastebin.com/j7QacwZB

There's no upstream update, and upstream says that it works up to Linux 5.6 only :(

I'll see if there's an easy patch... I wish they'd just upstream this driver, but looking at the source code it's unlikely to happen.

Edit: I've bisected the kernel between 5.6 and 5.7 to arrive here:

9000edb71ab29d184aa33f5a77fa6e52d8812bb9 is the first bad commit commit 9000edb71ab29d184aa33f5a77fa6e52d8812bb9 Author: Jakub Kicinski kuba@kernel.org Date: Mon Mar 16 13:47:12 2020 -0700

net: ethtool: require drivers to set supported_coalesce_params

Now that all in-tree drivers have been updated we can
make the supported_coalesce_params mandatory.

To save debugging time in case some driver was missed
(or is out of tree) add a warning when netdev is registered
with set_coalesce but without supported_coalesce_params.

Edit: I've created a PR: https://github.com/wget/realtek-r8152-linux/pull/5/files