Quote Originally Posted by Rasaur View Post
At the moment I am using a wireless wifi dongle (TP-LINK TL-WN823N) kali sees the device, but I cant do anything with it. I installed raspbian on an other sd and found out it worked on raspbian. Does someone has a tutorial on how to fix this problem, because it should work right out of the box on every thing.
Have you tried this:
Code:
nano /etc/NetworkManager/NetworkManager.conf
Change managed=false to managed=true
Code:
service network-manager restart
Let me know if that makes a difference