Install Netgear A6210 adapter on Kali Linux April 24, 2017 mythras Uncategorized Netgear A6210 1.root @ times:~# sudo apt-get install git 2.root @ times:~# git clone https://github.com/jurobystricky/Netgear-A6210 3. root @ times:~# sudo make 4. root @ times:~# sudo make install 5. root @ times:~# sudo reboot Related 4 comments linux
Great…!! that’s great advice good work, I read and also saw your every post, nice artical very usefull your post Thank you so much for sharing this and the information provide.
useless:
/root/Netgear-A6210/os/linux/../../os/linux/rt_linux.c:108:9: error: ‘struct timer_list’ has no member named ‘data’
pTimer->data = (unsigned long)data;
^~
/root/Netgear-A6210/os/linux/../../os/linux/rt_linux.c:109:20: error: assignment from incompatible pointer type [-Werror=incompatible-pointer-types]
pTimer->function = function;
^
cc1: some warnings being treated as errors
/usr/src/linux-headers-4.15.0-kali2-common/scripts/Makefile.build:329: recipe for target ‘/root/Netgear-A6210/os/linux/../../os/linux/rt_linux.o’ failed
make[4]: *** [/root/Netgear-A6210/os/linux/../../os/linux/rt_linux.o] Error 1
/usr/src/linux-headers-4.15.0-kali2-common/Makefile:1528: recipe for target ‘_module_/root/Netgear-A6210/os/linux’ failed
make[3]: *** [_module_/root/Netgear-A6210/os/linux] Error 2
Makefile:146: recipe for target ‘sub-make’ failed
make[2]: *** [sub-make] Error 2
Makefile:8: recipe for target ‘all’ failed
make[1]: *** [all] Error 2
make[1]: Leaving directory ‘/usr/src/linux-headers-4.15.0-kali2-amd64’
Makefile:59: recipe for target ‘debug’ failed
make: *** [debug] Error 2
root@m3:~/Netgear-A6210# sudo make instal
make: *** No rule to make target ‘instal’. Stop.
root@m3:~/Netgear-A6210# sudo make install
make -C /root/Netgear-A6210/os/linux -f Makefile.6 install
make[1]: Entering directory ‘/root/Netgear-A6210/os/linux’
rm -rf /etc/Wireless/RT2870STA
mkdir -pv /etc/Wireless/RT2870STA
mkdir: created directory ‘/etc/Wireless/RT2870STA’
cp /root/Netgear-A6210/conf/RT2870STA.dat /etc/Wireless/RT2870STA/.
install -d /lib/modules/4.15.0-kali2-amd64/kernel/drivers/net/wireless/
install -m 644 -c mt7662u_sta.ko /lib/modules/4.15.0-kali2-amd64/kernel/drivers/net/wireless/
install: cannot stat ‘mt7662u_sta.ko’: No such file or directory
Makefile.6:721: recipe for target ‘install’ failed
make[1]: *** [install] Error 1
make[1]: Leaving directory ‘/root/Netgear-A6210/os/linux’
Makefile:76: recipe for target ‘install’ failed
make: *** [install] Error 2
root@m3:~/Netgear-A6210#
While “sudo make“ it is showing:
make: *** No targets specified and no makefile found. Stop.
And while “sudo make install“ its showing
make: *** No rule to make target ‘install’. Stop.
What to do now. if after this i rebooted it still cant connect.
Try to install make and retry again:
Command for install: sudo apt-get install build-essential