I installed Kali Linux on my VM virtual box, but I had no wireless out of the box. Ethernet works fine, and I can connect to wireless networks normally from Windows running on the same machine.
I found this video on Google which suggested I install the compatible wireless driver. I downloaded it from kernel.org, extracted it to ~/Desktop and ran the following commands:
$ cd desktop
$ cd filenameofthatextracted folder
$ make unload
$ make load
After these commands, my wireless NIC seems to be recognized (see iwconfig output below), but I can't see any available wireless networks. Also, the driver disappears after restarting, and I have to run the commands again and reinstall to get the NIC to show up in iwconfig again.
Relevant information:
root@Light:~# iwconfig
wlan1 IEEE 802.11abgn ESSID
ff/any
Mode:Managed Access Point: Not-Associated Tx-Power=20 dBm
Retry short limit:7 RTS thr
ff Fragment thr
ff
Encryption key
ff
Power Management
ff
eth0 no wireless extensions.
lo no wireless extensions.
wlan0 IEEE 802.11abgn ESSID
ff/any
Mode:Managed Access Point: Not-Associated Tx-Power=20 dBm
Retry short limit:7 RTS thr
ff Fragment thr
ff
Encryption key
ff
Power Management
ff
hwsim0 no wireless extensions.
I found this video on Google which suggested I install the compatible wireless driver. I downloaded it from kernel.org, extracted it to ~/Desktop and ran the following commands:
$ cd desktop
$ cd filenameofthatextracted folder
$ make unload
$ make load
After these commands, my wireless NIC seems to be recognized (see iwconfig output below), but I can't see any available wireless networks. Also, the driver disappears after restarting, and I have to run the commands again and reinstall to get the NIC to show up in iwconfig again.
Relevant information:
root@Light:~# iwconfig
wlan1 IEEE 802.11abgn ESSID

Mode:Managed Access Point: Not-Associated Tx-Power=20 dBm
Retry short limit:7 RTS thr


Encryption key

Power Management

eth0 no wireless extensions.
lo no wireless extensions.
wlan0 IEEE 802.11abgn ESSID

Mode:Managed Access Point: Not-Associated Tx-Power=20 dBm
Retry short limit:7 RTS thr


Encryption key

Power Management

hwsim0 no wireless extensions.