aircrack-ng / rtl8812au

RTL8812AU/21AU and RTL8814AU driver with monitor mode and frame injection
GNU General Public License v2.0
3.39k stars 749 forks source link

RTL8812AU not working after kernel upgrade #1169

Open DestructIT opened 5 days ago

DestructIT commented 5 days ago

After upgrading machine I cant get the RTL8812AU adapter to work anymore. The adapter is visible but not seeing any networks.

wlan0 RTL8821AE (built-in wifi) wlan1 RTL8812AU (USB)

uname -av Linux nix 6.8.11-amd64 #1 SMP PREEMPT_DYNAMIC Kali 6.8.11-1kali2 (2024-05-30) x86_64 GNU/Linux

lsusb Bus 003 Device 004: ID 0bda:8812 Realtek Semiconductor Corp. RTL8812AU 802.11a/b/g/n/ac 2T2R DB WLAN Adapter

lsb_release -a No LSB modules are available. Distributor ID: Kali Description: Kali GNU/Linux Rolling Release: 2024.2 Codename: kali-rolling

iwconfig wlan1
wlan1 unassociated ESSID:"" Nickname:"WIFI@REALTEK" Mode:Managed Frequency=2.412 GHz Access Point: Not-Associated
Sensitivity:0/0
Retry:off RTS thr:off Fragment thr:off Encryption key:off Power Management:off Link Quality:0 Signal level:0 Noise level:0 Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0

dkms status 8812au/5.6.4.2_35491.20191025, 6.8.11-amd64, x86_64: installed

dmesg | grep "usb 3-1" [ 148.639812] usb 3-1: new high-speed USB device number 4 using xhci_hcd [ 148.788256] usb 3-1: New USB device found, idVendor=0bda, idProduct=8812, bcdDevice= 0.00 [ 148.788277] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 148.788284] usb 3-1: Product: 802.11n NIC [ 148.788289] usb 3-1: Manufacturer: Realtek [ 148.788293] usb 3-1: SerialNumber: 123456 [ 149.116615] 88XXau: loading out-of-tree module taints kernel. [ 149.116690] 88XXau: module verification failed: signature and/or required key missing - tainting kernel [ 149.370524] usb 3-1: 88XXau 00:c0:ca:b2:7d:e8 hw_info[d7] [ 149.372226] usbcore: registered new interface driver rtl88XXau

lshw -c network -network
description: Wireless interface product: RTL8821AE 802.11ac PCIe Wireless Network Adapter vendor: Realtek Semiconductor Co., Ltd. physical id: 0 bus info: pci@0000:02:00.0 logical name: wlan0 <-------------- BUILT-IN RTL8821AE (Works fine) version: 00 serial: 16:a3:c6:ba:09:f3 width: 64 bits clock: 33MHz capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless configuration: broadcast=yes driver=rtl8821ae driverversion=6.8.11-amd64 firmware=N/A latency=0 link=no multicast=yes wireless=IEEE 802.11 resources: irq:30 ioport:e000(size=256) memory:f7d00000-f7d03fff
-network DISABLED description: Wireless interface physical id: 6 bus info: usb@3:1 logical name: wlan1 <------------------- PROBLEM DEVICE RTL8812AU serial: 00:c0:ca:b2:7d:e8 capabilities: ethernet physical wireless configuration: broadcast=yes driver=rtl88XXau driverversion=6.8.11-amd64 multicast=yes wireless=unassociated

any solution?

Redditor247 commented 2 days ago

Currently experiencing the same issue on Kali. Attempted to roll back the kernel as a solution but didn't work, due to linux header files not being pulled directly.

I've tried some other drivers for this, but they do not support monitor mode. They'll detect networks perfectly fine as a managed interface but beyond that won't work.

michaelvglr commented 1 day ago

Hi you two, had the same issue, was able to fix it using instructions from a few issues below ("USB Wifi TP-Link AC600 cannot work with newest version").