Problem to find wi fi conetions in kali linux

rrodrigofranco

New Member
Joined
Jul 15, 2020
Messages
1
Reaction score
0
Credits
13
i installed the kali linux on virtual box and the internet is working normally, however appear the conection ethernet not wi fi. I decide to install the compat wireless and when i wrote the iwconfig on terminal, appeared this:
1594785613000.png



but when i try to find the connections, not appear none network

1594785626690.png



I wanna see the networks like windows, this way:

1594785642073.png


Someone can help me?
 


You are running Kali in a virtual machine, your virtual machine can't access your wireless card directly. Virtualbox probably has a virtual bridge or something like that setup which the virtual interface of your virtual kali machine is using. Open a terminal and type:

Code:
ip a
You will see than only a normal Ethernet device is displayed.
 
Last edited:
I just came across something and I think I might be wrong about a virtual machine not being able to use your wireless card. I found in my virtual machine network card settings that it is possible to use your wireless network card, in several different modes. You can try experimenting with that in your virtualization software, I think either bridge mode or passthrough mode should work, for passthrough you probably need to have two network cards in your system because if there's only one it will be in use and your virtual system won't be able to use it when your physical system is using it. After you get that working you can see if the virtual machine runnking kali detects it.
 
Last edited:

Members online


Latest posts

Top