Please remove linux-headers requirement. No other dkms package is doing that and it is forcing everyone with another kernel to download an unneeded package that is just taking up space and generating a lot of dkms errors.
Search Criteria
Package Details: rtl88x2bu-dkms-git 5.13.1.r201.2092b8d-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/rtl88x2bu-dkms-git.git (read-only, click to copy) |
---|---|
Package Base: | rtl88x2bu-dkms-git |
Description: | Kernel module for Realtek rtl88x2bu WiFi chipset |
Upstream URL: | https://github.com/RinCat/RTL88x2BU-Linux-Driver |
Keywords: | RTL8812BU RTL8822BU |
Licenses: | GPL2 |
Submitter: | RinCat |
Maintainer: | RinCat |
Last Packager: | RinCat |
Votes: | 56 |
Popularity: | 1.41 |
First Submitted: | 2018-11-23 23:14 (UTC) |
Last Updated: | 2024-12-03 04:43 (UTC) |
NeroReflex commented on 2024-10-06 14:24 (UTC)
RinCat commented on 2023-12-11 14:35 (UTC)
Linux 6.6.6 and 6.1.67 should fixed the deadlock issue.
RinCat commented on 2023-12-11 03:52 (UTC)
This is a known Linux kernel bug in 6.6.5 and 6.1.66 that has deadlock during the connection. Please downgrade the kernel for now.
kart120 commented on 2023-12-10 21:04 (UTC)
The driver does not work on Manjaro with kernel 6.1.66 (linux 61 6.1.66). The system is almost completely blocked.
Драйвер не работает на Manjaro с kernel 6.1.66 (linux 61 6.1.66). Практически полностью блокируется работа системы.
rkok commented on 2023-10-17 06:31 (UTC) (edited on 2023-10-17 06:37 (UTC) by rkok)
Thank you for packaging this!
For whoever did not check the readme in the git repo; after upgrading from kernel 5.15 to 6.5.5, I had to additionally disable the built-in rtw_8822bu driver like so:
echo "blacklist rtw88_8822bu" > /etc/modprobe.d/rtw8822bu.conf
...because rtw_8822bu was not able to enter master mode (for a Wi-Fi hotspot).
This was for a TP-Link Archer T4U v3.2, device ID: 2357:0115
Crazyeyeoah commented on 2023-10-07 05:18 (UTC) (edited on 2023-10-07 05:53 (UTC) by Crazyeyeoah)
i've installed this drive with yay yet it is still not letting me connect to wifi
scorpius2k1 commented on 2023-08-01 15:22 (UTC)
This driver works great, thank you! Out of curiosity, is there any way to use the built-in Linux Kernel driver and be able to run in USB 3.0 mode? Using this driver here, one can use rtw_switch_usb_mode=1 to force USB3.0 speeds, for example.
I am using the latest 6.4.7-arch1-1 which supports this adapter, but lsusb -t on a USB3 port shows it running at 480MB (USB 2) using the built-in kernel driver (rtw_8822bu).
beroal commented on 2023-07-27 09:33 (UTC)
Compilation fails with the error described on https://github.com/morrownr/88x2bu-20210702/issues/165 .
Strykar commented on 2023-07-26 01:03 (UTC)
So I see DKMS rebuild this when a new kernel update is available. However the driver does not work (no wifi detected) until I rebuild the package manually and load the module.
What am I missing here?
Pinned Comments
RinCat commented on 2020-09-20 23:29 (UTC)
If you encountered any problems, set debug log use
echo 5 > /proc/net/rtl88x2bu/log_level
ormodprobe 88x2bu rtw_drv_log_level=5
, and post your dmesg and network managers logs to https://pastebin.com/ .