Package Details: r8152-dkms 2.21.4.20260427-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-2.0-only
Conflicts: r8152
Submitter: ggilestro
Maintainer: wget (hcartiaux)
Last Packager: hcartiaux
Votes: 21
Popularity: 0.54
First Submitted: 2016-09-17 11:34 (UTC)
Last Updated: 2026-04-27 21:24 (UTC)

Dependencies (4)

Required by (0)

Sources (2)

Latest Comments

1 2 3 4 5 6 Next › Last »

hcartiaux commented on 2026-04-16 10:00 (UTC)

@mc6415 Thanks for reporting, I'll add a patch when linux 7.0 enters testing ;)

mc6415 commented on 2026-04-14 11:27 (UTC)

Currently doesn't build on kernel 7.0, fails with an error around hex2bin not being a declared function

To fix this the line

#include <linux/hex.h>

needs to be added to the includes

hcartiaux commented on 2026-02-01 21:00 (UTC)

@hamsterbacke granted ;)

hamsterbacke commented on 2026-02-01 20:25 (UTC)

Is it possible to add aarch64 to the arch array? I tried it with my Pinebook and it compiled successful.

hcartiaux commented on 2025-11-28 15:25 (UTC)

Updated to v2.21.4, the good feedbacks on github convinced me not to wait.

hcartiaux commented on 2025-11-28 10:01 (UTC)

v2.21.4 has been released by realtek.

Before updating this package and pulling this PR, I try to understand if #53 or #48 are still relevant, and if #50 is fixed. But I lack the hardware to validate.

bseibold commented on 2025-05-30 09:14 (UTC)

In case someone else runs into the same issue: Since the version was not bumped when fixing the checksum, yay might still have the old version with the wrong checksum and not update it.

==> 
AUR Explicit (1): r8152-dkms-2.20.1-1
:: PKGBUILD up to date, skipping download: r8152-dkms

That can be fixed by deleting .cache/yay/r8152-dkms.

hcartiaux commented on 2025-05-26 07:18 (UTC)

Oops, checksum updated.

SimonJ commented on 2025-05-26 04:49 (UTC) (edited on 2025-05-26 04:51 (UTC) by SimonJ)

I am getting an error with this today? Is it only me?

makepkg -src
==> Making package: r8152-dkms 2.20.1-1 (Mon 26 May 2025 06:48:34 CEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading v2.20.1.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  119k    0  119k    0     0   162k      0 --:--:-- --:--:-- --:--:--  162k
  -> Found dkms.conf
==> Validating source files with sha512sums...
    v2.20.1.tar.gz ... Passed
    dkms.conf ... FAILED
==> ERROR: One or more files did not pass the validity check!

hcartiaux commented on 2025-03-11 22:59 (UTC)

@HurricanePootis: fixed