Package Details: rtw88-dkms-git r536.ec2cee9-1

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 rtl8821au rtl8821ce rtl8821cs rtl8821cu rtl8822be rtl8822bs rtl8822bu rtl8822ce rtl8822cs rtl8822cu
Licenses: GPL2, custom
Submitter: librewish
Maintainer: xx777
Last Packager: xx777
Votes: 13
Popularity: 0.34
First Submitted: 2020-07-07 06:33 (UTC)
Last Updated: 2024-11-24 17:15 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Pinned Comments

xx777 commented on 2024-07-13 22:37 (UTC) (edited on 2024-08-31 06:34 (UTC) by xx777)

Reminders:

  1. If your wifi adapter is in CD-ROM mode, you need to use the command usb_modeswitch or eject to switch it to "Wifi 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 rtw88 driver.

Latest Comments

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

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.

PRESFIL commented on 2021-08-26 05:44 (UTC)

@o_flipper, do you have linux-headers installed? You must manually install the correct linux-headers for all your kernels.

ArchWiki states that I should not include linux-headers in the dependency list (because they are individual for each user). Read about build process and DKMS.

o_flipper commented on 2021-08-25 23:14 (UTC)

broken here too. ==> Unable to install module rtw88/r100.87f32b6 for kernel *: Missing kernel headers.