miércoles, 9 de noviembre de 2016

Windows 10 + Kali Linux 2016.2 + TL-WN722N = Trouble but Fixed!! yeahh

I boutgh an usb wifi dongle TL-WN722n, thinking work in Windows 10 and with a VMWare  machine of Kali Linux 2016.2 completly updated, but does not recognize it, I will try some google anwers and update this entry. Good luck James. Thanks James, I'll need it.


Well then of search and try, finally find out the answer.
All you have to do is:
Remove the old package (firmware-atheros 0.44kali): 

apt-get remove --purge firmware-atheros
 
Add jessie-backports apt repository: 

echo deb http://ftp.br.debian.org/debian jessie-backports main contrib non-free >> /etc/apt/sources.list
 
Then
 
apt-get update

And install the new firmware-atheros (0.44~bpo8+1): 

apt-get install -t jessie-backports firmware-atheros

Reboot Kali.
Certainly it will work! 

Source Answer: https://www.virtualbox.org/ticket/9511