最近,在我的 Kali Linux VM 上,我安装了 Compat Wireless 2.6 来安装 Wi-Fi 驱动程序。通过命令iwconfig
,我可以看到wlan0
和wlan1
。问题是它们已断开连接。我看不到其他网络。当我airmon-ng
在我的主机(即 Ubuntu)上下载时,我可以看到其他网络airodump-ng wlan0mon
,但在我的 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
通过命令sudo 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.
我如何将状态“断开连接”更改为“连接”?虚拟机有问题吗?