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

Error with latest version of Kali #1165

Closed Aggelos11 closed 2 weeks ago

Aggelos11 commented 2 weeks ago

Hi! I just upgraded my Kali to 6.8 . I tried both the GitHub drivers and the apt realtek-eel88xxau-dkms. Even though they are successfully installed the adaptor even though it is recognised by the machine it is not operational at all. He cannot see/connect to nearby WiFi networks in neither monitor nor managed mode … please help ! IMG_9201

Aggelos11 commented 2 weeks ago

Ok so I found a solution to anyone who still struggles… so the commands to install it and make it work are : sudo apt-get update sudo apt get upgrade -y sudo apt-get install bc mokutil build-essential libelf-dev linux-headers-uname -r sudo git clone …( GitHub link ) cd rtl*

sudo make && sudo make install

sudo git checkout 63cf0b4 sudo make && sudo make install

SeiV-K commented 2 weeks ago

glad that you found the solution. feel free to close the issue if it no longer exists :)

cr7pt0pl4gu3 commented 1 week ago

@SeiV-K @Aggelos11 I don't think it's a good idea to close this issue. I just wasted 6 hours trying to understand why my Alfa is not working, and apparently it's because of the driver version, the latest one is clearly broken for my card

jaykieth73 commented 1 week ago

@Aggelos11 Fantastic! Worked like a charm after spending countless hours trying to fix the broken update. Thank you very much for commenting the fix.

For anyone who may not know, the install line for should be typed as:

sudo apt-get install bc mokutil build-essential libelf-dev linux-headers-$(uname -r)