Thanks dude. You've done a great job so far. Used your package and saved my 800 GBP Lenovo-13ALC6.
Search Criteria
Package Details: rtw89-dkms-git r1094.67a66dd-1
Package Actions
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 802.11ax wireless chips |
Upstream URL: | https://github.com/lwfinger/rtw89 |
Keywords: | realtek rtl8851be rtl8852ae rtl8852be rtl8852be-vt rtl8852ce rtl8922ae |
Licenses: | GPL2 |
Submitter: | JerryXiao |
Maintainer: | xx777 |
Last Packager: | xx777 |
Votes: | 14 |
Popularity: | 0.152394 |
First Submitted: | 2021-06-19 01:37 (UTC) |
Last Updated: | 2024-11-12 20:49 (UTC) |
Dependencies (3)
- dkms (dkms-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- linux-firmware (linux-libre-firmwareAUR, linux-firmware-uncompressedAUR, linux-firmware-gitAUR) (make)
Required by (0)
Sources (1)
faustian commented on 2022-01-14 08:27 (UTC)
xuanwo commented on 2022-01-14 02:25 (UTC)
Note
This package should be removed after upgrade to linux >= 5.16
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.
Pinned Comments
xx777 commented on 2024-11-12 20:51 (UTC) (edited on 2024-11-22 15:23 (UTC) by xx777)
Reminders:
Before installing this package, make sure your system has the corresponding kernel headers and the package
base-devel
installed.You have to manually blacklist or remove any conflicting drivers installed except the in-kernel rtw89 driver.
ONLY kernel 6.5 to 6.13 are supported currently.