aircrack-ng / rtl8812au

RTL8812AU/21AU and RTL8814AU driver with monitor mode and frame injection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

device not claimed by driver

SK-Infidel opened this issue · comments

Environment:
windows 11
msi raider ge76
wsl2 - custom kernel -cfg80211 builtin
kali linux
usbip

lshw output:
*-usb UNCLAIMED
description: Generic USB device
product: 802.11ac NIC
vendor: Realtek
physical id: 1
bus info: usb@1:1
version: 2.10
serial: 123456
capabilities: usb-2.10
configuration: maxpower=500mA speed=480Mbit/s

lsmod output:
Module Size Used by
88XXau 2379776 0

lsusb output:
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 005: ID 2357:0115 TP-Link Archer T4U ver.3
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

ip link output:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000
link/ether 00:15:5d:7b:d1:b2 brd ff:ff:ff:ff:ff:ff

Kernel config:
KernelConfig.txt

Turns out your driver doesn't support my device even though looking up the usb device id matches an 88XXau driver. Turns out realtek changed the chipset in v3 to rtl88x2bu. I guess that's happened with a lot of devices. So yeah... it's another pile of crap.. Time for a return.