Aircrack-ng forum

General Category => Newbies => Topic started by: aipc on March 23, 2017, 01:35:42 pm

Title: Install driver for RTL8812AU
Post by: aipc on March 23, 2017, 01:35:42 pm
I have seen some posts in web, but I would like to obtain the functional one.

And the commands to do it.

I have the last Kali Linux operating system with VirtualBox under windows 8.1

How can I install correctly the driver for injecting and monitor mode ?

Best Regards
Title: Re: Install driver for RTL8812AU
Post by: misterx on March 23, 2017, 05:02:26 pm
1. Just FYI, VB USB driver is pretty bad, expect issues
2. You need to have the USB add-on installed since that card require USB 3.0.
3. If you searched a little bit, you would find a few repositories on Github and all of them have instructions. One of them is: https://github.com/diederikdehaas/rtl8812AU.git but it doesn't support injection and the driver is very unstable.
Title: Re: Install driver for RTL8812AU
Post by: aipc on March 26, 2017, 01:44:29 pm
1. Just FYI, VB USB driver is pretty bad, expect issues
2. You need to have the USB add-on installed since that card require USB 3.0.
3. If you searched a little bit, you would find a few repositories on Github and all of them have instructions. One of them is: https://github.com/diederikdehaas/rtl8812AU.git but it doesn't support injection and the driver is very unstable.

Thanks misterx for your help.

I can tell what I have tried to see if is possible. I have decided to try with VB. Many others does.

I need to know the configuration with VB for this functional driver in inyection and monitor mode.

What I have tried until this moment was :

The steps I tried were these :

Code: [Select]
sudo apt install linux-headers-amd64 build-essential git
git clone -b v4.3.21 https://github.com/astsam/rtl8812au.git
cd rtl8812au && make && sudo make install

The functional driver may be :
https://github.com/astsam/rtl8812au

supports monitor and inyection modes.

But I am doing something wrong and don't get good results. So I expect your good help.

Best Regards
Title: Re: Install driver for RTL8812AU
Post by: kcdtv on March 27, 2017, 11:52:11 am
Quote
But I am doing something wrong and don't get good results. So I expect your good help.
Be more specific.
I am getting pretty good results, that an injection test with rtl812au using the same branch from astsam drivers:
(https://www.wifi-libre.com/img/members/3/awuso36ach_4_ever_2.jpg)
Don't forget to disable-kill network manager, otherwise you will have poor performances. 
Title: Re: Install driver for RTL8812AU
Post by: aipc on March 27, 2017, 07:14:07 pm
More specific ?
If you tell me how specifically...

Best Regards