Recentemente, em minha VM Kali Linux, instalei o Compat Wireless 2.6 para instalar um driver wi-fi. Com o comando iwconfig
, posso ver wlan0
e wlan1
. O problema é que eles estão desconectados. Não consigo ver as outras redes. Quando faço download airmon-ng
na minha máquina principal, ou seja, Ubuntu, consigo ver as outras redes com airodump-ng wlan0mon
, mas não é o caso na minha VM kali linux.
wlan0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether d2:67:e4:1a:25:ae txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlan1: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether 1e:03:e6:42:61:79 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Com o comandosudo iwlist scanning
wlan1 No scan results
lo Interface doesn't support scanning.
wlan0 No scan results
eth0 Interface doesn't support scanning.
hwsim0 Interface doesn't support scanning.
Como posso alterar o status ''desconectado'' para ''conectado''? É um problema com a VM?