@xx777 can confirm it works, thanks ;)
Search Criteria
Package Details: rtw88-dkms-git r667.fa96fd4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/rtw88-dkms-git.git (read-only, click to copy) |
---|---|
Package Base: | rtw88-dkms-git |
Description: | Driver for Realtek 802.11ac wireless chips |
Upstream URL: | https://github.com/lwfinger/rtw88 |
Keywords: | realtek rtl8723cs rtl8723de rtl8723ds rtl8723du rtl8811au rtl8811cu rtl8812au rtl8812bu rtl8812cu rtl8814ae rtl8814au rtl8821au rtl8821ce rtl8821cs rtl8821cu rtl8822be rtl8822bs rtl8822bu rtl8822ce rtl8822cs rtl8822cu |
Licenses: | GPL2 |
Submitter: | librewish |
Maintainer: | xx777 |
Last Packager: | xx777 |
Votes: | 20 |
Popularity: | 2.79 |
First Submitted: | 2020-07-07 06:33 (UTC) |
Last Updated: | 2025-07-17 19:06 (UTC) |
Dependencies (4)
- dkms (dkms-gitAUR)
- linux-firmware-realtek
- git (git-gitAUR, git-glAUR) (make)
- usb_modeswitch (optional) – A tool which can switch the adapter from CD-ROM mode to wifi mode
Required by (0)
Sources (1)
hgzl commented on 2025-08-14 18:26 (UTC)
xx777 commented on 2025-08-14 18:16 (UTC) (edited on 2025-08-14 18:21 (UTC) by xx777)
@henriquesg
Please remove rtw88-dkms-git package and then reinstall the latest version of it.
In a word, the rtw88-dkms-git installed in your system is too old to be compatible with kernel 6.16, please update it.
sudo pacman -Rn rtw88-dkms-git
git clone https://aur.archlinux.org/rtw88-dkms-git.git
cd rtw88-dkms-git
makepkg -si
hgzl commented on 2025-08-14 18:07 (UTC) (edited on 2025-08-14 18:08 (UTC) by hgzl)
looks like it stopped working due to breaking changes on 6.16 - it was recently updated here: https://github.com/lwfinger/rtw88/commit/73605121cc61484b6806ef43f97849f4007978b8
loomino commented on 2025-07-30 05:35 (UTC)
installing this on kernel 6.15 with rtl8822ce or rtl8821au got system freeze while connecting to wifi ssid, now fixed by uninstalling it
xx777 commented on 2025-07-17 19:11 (UTC)
@fahimscirex dependencies updated, thank you!
fahimscirex commented on 2025-07-17 14:40 (UTC)
it tries to install every linux-firmware packages now - it should be updated to handle only the required firmwares
xx777 commented on 2025-04-12 03:06 (UTC) (edited on 2025-04-12 03:36 (UTC) by xx777)
If your wifi adapter doesn't work and you see a line like this when running sudo dmesg | grep -i firmware
,
[24672.978460] rtw_8814au 5-2:1.2: Direct firmware load for rtw88/rtw8814a_fw.bin failed with error -2
that means your system lacks the firmware needed, try upgrading linux-firmware
to 20250408.c1a774f3-1
or later.
If your distro doesn't provide these newer versions of linux-firmware
, run these commands to install the firmware manually.
git clone https://github.com/lwfinger/rtw88
cd rtw88
sudo make install_fw
xx777 commented on 2024-11-15 09:40 (UTC)
@dreieck Sure, I will add them if the package rtw88-dkms
is ever created
dreieck commented on 2024-11-14 20:21 (UTC)
Can you please add provides=("rtw88-dkms")
and conflicts=("rtw88-dkms")
?
Regards and thanks for the package!
xx777 commented on 2024-08-08 18:38 (UTC)
@muziknavi I made some changes and it should work now.
Pinned Comments
xx777 commented on 2024-07-13 22:37 (UTC) (edited on 2025-04-12 03:05 (UTC) by xx777)
Reminders:
If your USB wifi adapter is in CD-ROM mode, you need to use the command
usb_modeswitch
oreject
to switch it to "Wi-Fi Mode" first.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 rtw88 driver.
Experimental support for RTL8814AE chip (device id: 10ec:8813) was added, please test and report here if you have this card, thanks.