PDA

View Full Version : Kali 2, how install driver ac1200 dual band ?



sqdz
2015-08-13, 22:28
Hi all,

I tried to install this driver (https://github.com/scrivy/rtl8812AU_8821AU_linux)


But when I make, I get this error :


make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/4.0.0-kali1-amd64/build M=/rtl8812AU_8821AU_linux modules
make[1]: *** /lib/modules/4.0.0-kali1-amd64/build: No such file or directory. Stop.
Makefile:1040: recipe for target 'modules' failed
make: *** [modules] Error 2


I have a wifi dongle ac1200 gmyle (realtek).

An idea ?

Thanks in advance,

Sqdz'

sqdz
2015-08-15, 19:15
I have test alot of rtl8812au in github.. all fail with "make" command

DinoS
2015-08-16, 09:48
Hi all,

I use LMDE2 as my working OS. There I have been able to compile and use the original Alfa.com.tw driver as well as all the other forks of it. (mostly with varying signal strength and functionality)
Since I installed Kali 2.0 I can only compile https://github.com/abperiasamy/rtl8812au.git but with a very bad signal after a few seconds, in fact it freezes then and I have to unplug it. It also can not connect in mode a networks.
After searching for the last 3 days, I found this post: http://ubuntuforums.org/showthread.php?t=2275054 please look at #3 post.
This looks very promising since "https://github.com/pld-linux/rtl8812au" includes a patch for the Kali 2.0 kernel (linux-4.0.patch) as well as "enable-cfg80211-support.patch" (which perhaps enables monitor mode? I don't know).
Unfortunately I do not know how to patch the content of the pld-linux with a single command in order to test the driver.
I hope someone here can try it out and let us know how to compile this driver.
Thank you in advance for your help and time.

sqdz
2015-10-16, 01:07
Hello, thanks for your help, but I got all time the same error :



make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/4.0.0-kali1-amd64/build M=/root/Desktop/rtl8812AU_8821AU_linux_v4.3.22_15054.20150901_beta modules
make[1]: *** /lib/modules/4.0.0-kali1-amd64/build: No such file or directory. Stop.
Makefile:1669: recipe for target 'modules' failed
make: *** [modules] Error 2

slack17
2015-10-19, 09:48
Hello, thanks for your help, but I got all time the same error :

I got same error did everything around the forums nothing is working with me :(

Kernal V 4.0.0 using Kali linux 64 Bit,
I've downloaded all the required files
linux source, linux essentials etc,

tried out different drivers but still same issue,

I've edit make file turn off power saving from y to n
;/ :confused::confused::confused::confused: