abperiasamy / rtl8812AU_8821AU_linux

rtl8812AU_8821AU linux kernel driver for AC1200 (801.11ac) Wireless Dual-Band USB Adapter
GNU General Public License v2.0
1.23k stars 434 forks source link

T4U on kali linux #203

Open Gagootron opened 7 years ago

Gagootron commented 7 years ago

I tried to use this driver on Kali linux (kernel version 4.9) with a 8853A-T4U. So i cloned it to /usr/src used make to build and install. when i then plug it in I see it in the Network manager as a Usb Wifi adapter but it can't find any wifi networks, airmon-ng can't put it in monitor mode and the led doesn't blink either.

ptpt52 commented 7 years ago

post some logs? dmesg or something

Gagootron commented 7 years ago

here is my dmesg log. if you need any other logs tell me witch. the wifi adapter is in this case wlan1 and before i plugged the adapter in i uninstalled the current driver, cloned main, compiled and installed it again, just to be up-to-date.

dmesg.log

AlexKvazos commented 6 years ago

Where you able to fix? This same issue, no compilation errors but the usb card simply won't blink or anything. I validated the card works on macOS.

kimocoder commented 6 years ago

apt-get install realtek-rtl88xxau-dkms

AlexKvazos commented 6 years ago

It doesn't work