Package Details: rtw89-dkms-git 1:r327.e834edf-2

Git Clone URL: https://aur.archlinux.org/rtw89-dkms-git.git (read-only, click to copy)
Package Base: rtw89-dkms-git
Description: Driver for Realtek 8852AE, an 802.11ax device
Upstream URL: https://github.com/lwfinger/rtw89
Licenses: GPL2
Conflicts: rtw89
Provides: rtw89
Submitter: JerryXiao
Maintainer: JerryXiao
Last Packager: JerryXiao
Votes: 12
Popularity: 0.000376
First Submitted: 2021-06-19 01:37 (UTC)
Last Updated: 2023-01-04 02:15 (UTC)

Dependencies (3)

Required by (0)

Sources (2)

Latest Comments

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

jonathon commented on 2022-01-12 21:51 (UTC) (edited on 2022-01-12 22:45 (UTC) by jonathon)

Here's a git diff for dkms.conf to restrict it to available pre-5.16 kernels:

diff --git a/dkms.conf b/dkms.conf
index 531e3c1..e994b89 100644
--- a/dkms.conf
+++ b/dkms.conf
@@ -7,3 +7,4 @@ CLEAN="make -C ${kernel_source_dir} M=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VER
 DEST_MODULE_LOCATION[0]=/kernel/drivers/net/wireless/realtek/rtw89
 DEST_MODULE_LOCATION[1]=/kernel/drivers/net/wireless/realtek/rtw89
 AUTOINSTALL=yes
+BUILD_EXCLUSIVE_KERNEL="^(4\.[0-9]+\.|5\.[0-9]\.|5\.1[0-5]\.)"

It might be possible to reduce the regex a little...

Anyone who has already built the module for 5.16 and uses this patch will need to manually depmod the 5.16 kernel to remove references to the now-non-existent DKMS module.

gardotd426 commented on 2022-01-12 08:26 (UTC)

And for people using linux-lts?

Zatherz commented on 2022-01-12 07:55 (UTC) (edited on 2022-01-12 07:58 (UTC) by Zatherz)

Linux 5.16 is out in core, therefore this package is obsolete for systems with the standard Arch kernel. Perhaps it is worth flagging this package out of date to notify those who have it installed once they attempt to update? Or a message could be added to the PKGBUILD?

maxpayne3 commented on 2021-12-09 13:39 (UTC)

v7 version is in main branch

gardotd426 commented on 2021-12-03 05:31 (UTC)

This is an issue with all dkms modules, even when the module is not built in to the kernel, so this needs to be fixed for sure (though it's not this AUR packager's responsibility). Either it's an issue with the kernel upstream or it's an issue with DKMS.

JerryXiao commented on 2021-12-03 04:08 (UTC) (edited on 2021-12-03 04:09 (UTC) by JerryXiao)

Linux 5.16 has rtw89 built-in, so I don't see any point of making this dkms package to work with kernel >= 5.16.

gardotd426 commented on 2021-11-29 19:07 (UTC)

The 5.16 issue is confirmed, but it's likely not this package. All DKMS modules fail to build+install on 5.16 release candidate kernels (at least the few varieties I and others have tried). I'm gonna report this to DKMS at some point today.

jonathon commented on 2021-11-28 15:40 (UTC)

@PBS, that's not supposed to happen, it doesn't happen for me, and that probably means you've done something weird.

PBS commented on 2021-11-25 05:19 (UTC)

Somehow .git/, .gitignore, debian/ and README end up inside the package. Is that supposed to happen?

A.J commented on 2021-11-23 19:55 (UTC) (edited on 2021-11-23 19:57 (UTC) by A.J)

i can't seem to build it with linux-git due to the following error :


/bin/sh: line 1: ./tools/bpf/resolve_btfids/resolve_btfids: No such file or directory
make[2]: *** [scripts/Makefile.modfinal:61: /var/lib/dkms/rtw89/r129.248a921/build/rtw89pci.ko] Error 127
make[2]: *** Deleting file '/var/lib/dkms/rtw89/r129.248a921/build/rtw89pci.ko'
make[2]: *** Waiting for unfinished jobs....
/bin/sh: line 1: ./tools/bpf/resolve_btfids/resolve_btfids: No such file or directory
make[2]: *** [scripts/Makefile.modfinal:61: /var/lib/dkms/rtw89/r129.248a921/build/rtw89core.ko] Error 127
make[2]: *** Deleting file '/var/lib/dkms/rtw89/r129.248a921/build/rtw89core.ko'
make[1]: *** [scripts/Makefile.modpost:140: __modpost] Error 2
make: *** [Makefile:1761: modules] Error 2
make: Leaving directory '/usr/lib/modules/5.16.0-rc2-1-git/build'