rtl8852bu icon indicating copy to clipboard operation
rtl8852bu copied to clipboard

Linux Driver for USB WiFi Adapters that are based on the RTL8832BU and RTL8852BU Chipsets - v1.19.3 - 20230505

Results 19 rtl8852bu issues
Sort by recently updated
recently updated
newest added

Attempted installation of driver, as noted in the title, then tried remove script, and tried install script again. Same result as below. ``` : --------------------------- : remove-driver.sh v20231118 : armv6l...

trying to make using dkms ``` make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/6.8.10-x64v3-xanmod1/build M=/home/bird/Downloads/rtl8852bu-1.19.3 modules make[1]: Entering directory '/usr/src/linux-headers-6.8.10-x64v3-xanmod1' warning: the compiler differs from the one used to build the kernel The...

DKMS make.log for rtl8852bu-1.19.3 for kernel 6.8.6-060806-generic (x86_64) Sat Apr 13 07:08:37 PM EDT 2024 make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/6.8.6-060806-generic/build M=/var/lib/dkms/rtl8852bu/1.19.3/build modules make[1]: Entering directory '/usr/src/linux-headers-6.8.6-060806' ERROR: Kernel configuration is...

Usually when a wlan don't support bridge the commands return a similar error. ``` brctl addif br0 wlan1 can't add wlan1 to bridge br0: Operation not supported ``` this driver...

Hello, i have create the source succesfully with sh install-driver.sh If i plug in the device the module load but it not start the device and i didn't became a...

Title, I came from Windows and was struggling to install proper drivers to my Wifi adapter until yesterday. However I found out my connection speed is abysmally slow (using Steam...

Hello. I'm trying to get this to work with the "MSI AX1800 WiFi USB Adapter" It installs successfully and loads with modprobe, but doesn't show up in settings or `ifconfig`...

Hello. Have chip RTL8832BU. Not sure this is issue but not don't know where ask the question :/ Command "iw reg get" give me: ``` root@debian:~# iw reg get global...

I was trying to set up this driver for use in an LXC container running `hostapd`, but I was unable to because LXC cannot switch the network namespace of the...

Progress Log: - Done - modify Makefile to stop some unnecessary warnings. - Tested - original code supports kernel 5.19 - Done - add support for kernel 6.0. - Done...