Quote Originally Posted by hightech316 View Post
My 2nd day with AWUS036ACH, I've had issues. Here is what I've done to fix " Not seeing networks" .

First off , I grabbed drivers from github, https://github.com/kimocoder/rtl8812au . Not by " apt install realtek-rtl88xxau-dkms " . I had issues with whatever driver is in Kali repo .

There is a great post already within these forums found here https://forums.kali.org/showthread.p...ght=AWUS036ACH . Found within that thread , Post #23 .


Those commands got me up and going , Then turned last bit into a small bash script ( You might be at wlan0 ) .


Now airodump is listing networks, and ones I have never seen!

What does dmesg have to say ?


So I have done everything above and here is my dmesg..
[ 899.834927] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 1051.641889] device wlan0 entered promiscuous mode
[ 1053.441926] device wlan0 left promiscuous mode
[ 1214.888125] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 1529.894390] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 1844.968417] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 2151.956621] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 2232.079380] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 2240.385531] device wlan0 entered promiscuous mode
[ 2344.516655] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 2381.529719] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 2477.936556] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
root@kali:~# dmesg |grep -i rtl
[ 443.040153] usbcore: registered new interface driver rtl88xxau


Any help?