For me, this package completely broke my system. Not even pacman worked. I had to boot from a boot stick and remove it.
Search Criteria
Package Details: rtw88-dkms-git r651.f25626e-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: | 16 |
Popularity: | 0.41 |
First Submitted: | 2020-07-07 06:33 (UTC) |
Last Updated: | 2025-05-06 20:35 (UTC) |
Dependencies (4)
- dkms (dkms-gitAUR)
- linux-firmware (linux-libre-firmwareAUR, linux-firmware-uncompressedAUR, linux-firmware-gitAUR)
- 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)
Spixmaster commented on 2022-05-29 07:02 (UTC)
eNV25 commented on 2022-05-10 08:29 (UTC)
There is a .git directory in /usr/src/rtw88-*/.git/.
Please remove.
covrom commented on 2022-05-05 11:39 (UTC)
TP-LINK Archer T2E (b821) well supported! Thanks!
PRESFIL commented on 2022-03-11 17:01 (UTC)
@1llum1n4t3d, I thought I was the only one experiencing this.
In any case, @lwfinger makes it clear in the README that he is not the one who can solve such problems, repeatedly. Therefore, it is better to contact linux-wireless@vger.kernel.org.
On my own, I can add that I added more modules to the blacklist, maybe this will help:
#
# Blacklist conflicting rtw88_* modules
#
blacklist rtw88_8723de
blacklist rtw88_8723d
blacklist rtw88_8821ce
blacklist rtw88_8821c
blacklist rtw88_8822be
blacklist rtw88_8822b
blacklist rtw88_8822ce
blacklist rtw88_8822c
blacklist rtw88_core
blacklist rtw88_pci
1llum1n4t3d commented on 2022-03-11 07:31 (UTC)
Hello I have realtek 8821ce chipset and very bad wifi connection and connection keeps dropping..Please help me for any fix and solutions?
In /etc/default/grub I have put pci=noaer at GRUB_CMDLINE_LINUX_DEFAULT=
lsmod | grep rtw
rtw_8821ce 16384 0 rtw_8821c 94208 1 rtw_8821ce rtw_pci 36864 1 rtw_8821ce rtw_core 266240 2 rtw_8821c,rtw_pci mac80211 1236992 2 rtw_core,rtw_pci cfg80211 1073152 2 rtw_core,mac80211
In /etc/modprobe.d/blacklist.conf I have put:
blacklist rtw88_8821ce blacklist rtw88_8821c blacklist rtw88_pci blacklist rtw88_core
In /var/lib/NetworkManager/NetworkManager-intern.conf have put [connectivity].set.enabled=false and set BSSID manually in gnome wifi settings app.
In /etc/modprobe.d/rtw.conf I have
options rtw_pci disable_msi=1 options rtw_pci disable_aspm=1
1llum1n4t3d commented on 2022-03-11 07:16 (UTC)
Wifi is constantly disconnecting. Does anyone have solutions for fix?
PRESFIL commented on 2021-12-21 17:58 (UTC)
@jonathon, I figured out them for myself empirically, but I cannot guarantee that they will work for everyone.
Hopefully my changes won't break anything. What do you think of it?
jonathon commented on 2021-12-21 16:08 (UTC)
@PRESFIL, what would you think about including a file to blacklist in-kernel drivers when this driver package is installed?
ferretwithaberet commented on 2021-10-10 19:12 (UTC) (edited on 2021-10-10 19:23 (UTC) by ferretwithaberet)
==> dkms install --no-depmod -m rtw88 -v r87.6ccdad5 -k 5.14.10-arch1-1
Error! Bad return status for module build on kernel: 5.14.10-arch1-1 (x86_64)
Consult /var/lib/dkms/rtw88/r87.6ccdad5/build/make.log for more information.
I tried to cat /var/lib/dkms/rtw88/r87.6ccdad5/build/make.log
but it does not exist. Trying to install through yay
.
Edit: Seems like running yay -S rtw88-dkms-git
again fixed it, somehow.
Pinned Comments
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
to20250408.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-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.