Package Details: rtw89-dkms-git r1308.7de457e-1

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 Wi-Fi 6/6E and Wi-Fi 7 adapters
Upstream URL: https://github.com/morrownr/rtw89
Keywords: realtek rtl8832bu rtl8832cu rtl8851be rtl8851bu rtl8852ae rtl8852be rtl8852be-vt rtl8852bu rtl8852ce rtl8852cu rtl8912au rtl8922ae rtl8922au
Licenses: GPL2
Submitter: JerryXiao
Maintainer: xx777
Last Packager: xx777
Votes: 14
Popularity: 0.009753
First Submitted: 2021-06-19 01:37 (UTC)
Last Updated: 2025-07-17 19:09 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Pinned Comments

xx777 commented on 2024-11-12 20:51 (UTC) (edited on 2025-05-18 12:28 (UTC) by xx777)

Reminders:

  1. If your USB wifi adapter is in CD-ROM mode, you need to use the command usb_modeswitch or eject to switch it to "Wi-Fi Mode" first.

  2. Before installing this package, make sure your system has the corresponding kernel headers and the package base-devel installed.

  3. You have to manually blacklist or remove any conflicting drivers installed except the in-kernel rtw89 driver.

  4. ONLY kernel 6.6 to 6.15 are supported currently.

Latest Comments

1 2 3 4 5 6 Next › Last »

joethelion commented on 2025-07-23 09:06 (UTC)

@xx777 -- Thanks! That was the problem. Resolved.

xx777 commented on 2025-07-21 06:31 (UTC) (edited on 2025-07-21 06:39 (UTC) by xx777)

$ git clone https://aur.archlinux.org/rtw89-dkms-git.git
Cloning into 'rtw89-dkms-git'...
remote: Enumerating objects: 93, done.
remote: Counting objects: 100% (93/93), done.
remote: Compressing objects: 100% (74/74), done.
remote: Total 93 (delta 19), reused 93 (delta 19), pack-reused 0 (from 0)
Receiving objects: 100% (93/93), 28.21 KiB | 7.05 MiB/s, done.
Resolving deltas: 100% (19/19), done.

$ cat rtw89-dkms-git/PKGBUILD 
# Maintainer: xx777 <zenmchen at gmail dot com>
# Contributor: Jerry Xiao <aur at mail.jerryxiao.cc>

_pkgbase=rtw89
pkgname=rtw89-dkms-git
pkgver=r1308.7de457e

I didn't see any problem, maybe you need to run git pull in your local git?

joethelion commented on 2025-07-21 06:26 (UTC)

Hi, The package details show r1308, but the PKGBUILD still point to pkgver=r1257.c580072. Cheers!

xx777 commented on 2025-06-23 02:22 (UTC) (edited on 2025-06-23 11:10 (UTC) by xx777)

@tkee The rtw89 driver has been merged into the kernel since 5.16.

Indeed you don't need this package/driver if your device is working fine with the built-in rtw89 driver, this package/driver is for the users who are using RTL8922AE/RTL8851BU/RTL8852BU chips which are not well-supported by the kernel.

tklee commented on 2025-06-22 22:46 (UTC)

The driver is now included in the mainline kernel, according to this post: https://bbs.archlinux.org/viewtopic.php?pid=2222373#p2222373

Tested in 6.15.3-arch1-1 without this dkms and the wireless card (RTL8852AE) works fine.

xx777 commented on 2024-11-12 20:51 (UTC) (edited on 2025-05-18 12:28 (UTC) by xx777)

Reminders:

  1. If your USB wifi adapter is in CD-ROM mode, you need to use the command usb_modeswitch or eject to switch it to "Wi-Fi Mode" first.

  2. Before installing this package, make sure your system has the corresponding kernel headers and the package base-devel installed.

  3. You have to manually blacklist or remove any conflicting drivers installed except the in-kernel rtw89 driver.

  4. ONLY kernel 6.6 to 6.15 are supported currently.

RisingPheonix commented on 2024-11-03 13:56 (UTC)

It seems that this package is not up to date. Upstream there are much newer changes (https://github.com/lwfinger/rtw89). I just updated my system (also the kernel) and there was an error that this module could not be built. This is probably because this package is out of date. I will probably have to manually install the latest version from the repo as long as there are no updates here.

salimp commented on 2023-03-23 08:48 (UTC) (edited on 2023-04-22 10:41 (UTC) by salimp)

UPDATE: it was fixed on the same day by owner of the repo :) Hi the latest update thru #4e57601 (upstream commit) removed the Wifi I also tried to install directly from the repo and it gives bunch of error related to functions dont have specific members. I opened an issue at the upstream repo as well. Issue #229

salimp commented on 2023-02-12 10:26 (UTC) (edited on 2023-02-12 10:30 (UTC) by salimp)

I have been using this package for a while on my laptop. I got an dkms error while updating to kernel 5.15.93-1 (on Manjaro). It gave a bad return status and exited with 10 .

Here is the make.log that error was pointing out under

/var/lib/dkms/rtw89-dkms/git/build/make.log ;

DKMS make.log for rtw89-dkms-git for kernel 5.15.93-1-MANJARO (x86_64) Sun Feb 12 01:02:35 PM +03 2023 make: Entering directory '/usr/lib/modules/5.15.93-1-MANJARO/build' scripts/Makefile.build:44: /var/lib/dkms/@_PKGBASE@/@PKGVER@/build/Makefile: No such file or directory make[1]: No rule to make target '/var/lib/dkms/@_PKGBASE@/@PKGVER@/build/Makefile'. Stop. make: [Makefile:1903: /var/lib/dkms/@_PKGBASE@/@PKGVER@/build] Error 2 make: Leaving directory '/usr/lib/modules/5.15.93-1-MANJARO/build'