I have built and compiled the code but I don't get a new wifi icon indicating that is picking up signal from the wireless adapter. When I run make everything goes smoothly, I don't see any errors but it does stop executing at ...
CC [M] /home/sdev/Downloads/mt7610u_wifi_sta_v3002_dpo_20130916-d70610502ba74c0345919a06dd6227f32f24527c/os/linux/../../common/rtusb_dev_id.o
CC [M] /home/sdev/Downloads/mt7610u_wifi_sta_v3002_dpo_20130916-d70610502ba74c0345919a06dd6227f32f24527c/os/linux/../../common/frq_cal.o
LD [M] /home/sdev/Downloads/mt7610u_wifi_sta_v3002_dpo_20130916-d70610502ba74c0345919a06dd6227f32f24527c/os/linux/mt7650u_sta.o
Building modules, stage 2.
MODPOST 1 modules
CC /home/sdev/Downloads/mt7610u_wifi_sta_v3002_dpo_20130916-d70610502ba74c0345919a06dd6227f32f24527c/os/linux/mt7650u_sta.mod.o
LD [M] /home/sdev/Downloads/mt7610u_wifi_sta_v3002_dpo_20130916-d70610502ba74c0345919a06dd6227f32f24527c/os/linux/mt7650u_sta.ko
make[1]: Leaving directory '/usr/src/linux-headers-4.6.0-kali1-amd64'
cp -f /home/sdev/Downloads/mt7610u_wifi_sta_v3002_dpo_20130916-d70610502ba74c0345919a06dd6227f32f24527c/os/linux/mt7650u_sta.ko /tftpboot 2>/dev/null || :
I'm not sure if that's when the code is supposed to stop executing, and when I do make install The script stops at ... and I also don't see any errors while executing.
Also with a Site Survey I can pick up signal from the TP-LINK wireless card like so iwpriv ra0 set Site_Survey=1 and then to show the captured networks with iwpriv ra0 get_site_survey
The problem is that I don't know how to get the wifi symbol that allows to connect to other networks through it. I only see one my internal wifi symbol. Am I missing something? Also I'm running Kali Linux,
[ 0.000000] Linux version 4.6.0-kali1-amd64 (devel@kali.org) (gcc version 5.4.0 20160609 (Debian 5.4.0-6) ) #1 SMP Debian 4.6.4-1kali1 (2016-07-21)
I read in stackoverflow and other forums that this works fine on Ubuntu and Debian. Thanks for your time and contribution.
I have built and compiled the code but I don't get a new wifi icon indicating that is picking up signal from the wireless adapter. When I run make everything goes smoothly, I don't see any errors but it does stop executing at ...
I'm not sure if that's when the code is supposed to stop executing, and when I do make install The script stops at ... and I also don't see any errors while executing.
Also with a Site Survey I can pick up signal from the TP-LINK wireless card like so
iwpriv ra0 set Site_Survey=1
and then to show the captured networks withiwpriv ra0 get_site_survey
The problem is that I don't know how to get the wifi symbol that allows to connect to other networks through it. I only see one my internal wifi symbol. Am I missing something? Also I'm running Kali Linux,[ 0.000000] Linux version 4.6.0-kali1-amd64 (devel@kali.org) (gcc version 5.4.0 20160609 (Debian 5.4.0-6) ) #1 SMP Debian 4.6.4-1kali1 (2016-07-21)
I read in stackoverflow and other forums that this works fine on Ubuntu and Debian. Thanks for your time and contribution.