rtl8812au icon indicating copy to clipboard operation
rtl8812au copied to clipboard

Realtek 802.11n WLAN Adapter Linux driver

Results 105 rtl8812au issues
Sort by recently updated
recently updated
newest added

Fix build errors on Ubuntu 22.04 / linux kernel 5.15: ``` $ make make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/5.15.0-25-generic/build M=/home/ant/rtl8812au modules make[1]: Entering directory '/usr/src/linux-headers-5.15.0-25-generic' CC [M] /home/ant/rtl8812au/core/rtw_cmd.o /home/ant/rtl8812au/core/rtw_cmd.c: In function...

When I run make to build the driver I get the following errors. make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/5.13.0-52-generic/build M=/home/nicholas/wifidriver2/rtl8812au modules make[1]: Entering directory '/usr/src/linux-headers-5.13.0-52-generic' CC [M] /home/nicholas/wifidriver2/rtl8812au/core/rtw_cmd.o /home/nicholas/wifidriver2/rtl8812au/core/rtw_cmd.c: In function...

make the project under Ubuntu 22.04, latest update. /home/ubuntu/download/rtl8812au-master/core/rtw_cmd.c:557:1: error: control reaches end of non-void function [-Werror=return-type] 557 | } | ^ cc1: some warnings being treated as errors /home/ubuntu/download/rtl8812au-master/core/rtw_cmd.c:557:1:...

The compile failed until I reverted "kthread_complete_and_exit" back to "complete_and_exit" in include/osdep_service_linux.h on Debian 4.19.0-13-amd64. Figured I'd mention it. After the change it compiled and loaded fine and the sees...

Trying to build this driver on RaspberryPi Model B kernel: 4.14.50-v7+ lsusb: `Bus 001 Device 005: ID 0bda:8812 Realtek Semiconductor Corp. RTL8812AU 802.11a/b/g/n/ac WLAN Adapter` error: ``` make ARCH=arm CROSS_COMPILE=...

Fedora 34. Kernel 4.15.11-100. I have kernel-core, kernel-devel, kernel-headers, kernel-modules, kernel-modules-extra all loaded. Received the following error when compiling source using provided install.sh program... make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/5.15.11-100.fc34.x86_64/build M=/home/jbergmann/rtl8812au...

![image](https://user-images.githubusercontent.com/49647058/159135232-0ef46a39-4253-4d8b-ac4d-180f64d5ca2c.png)

Hi, I tried two approaches to configure my TP-Link T4U AC1200 USB stick on Fedora 26 running ``` # uname -rvi 4.12.8-300.fc26.x86_64 #1 SMP Thu Aug 17 15:30:20 UTC 2017...

Hi, I have a little problem. After the compilation, I have the following : `WARNING: "__sanitizer_cov_trace_pc" [/home/pi/ndrv/rtl8812au/8812au.ko] undefined!` An in the DMESG : `[ 1123.227027] 8812au: loading out-of-tree module taints...