최근 Kali Linux VM에 Wi-Fi 드라이버를 설치하기 위해 Compat Wireless 2.6을 설치했습니다. 명령을 사용하면 및 을 iwconfig
볼 수 있습니다 . 문제는 연결이 끊어졌다는 것입니다. 다른 네트워크는 볼 수 없습니다. 내 기본 컴퓨터, 즉 Ubuntu에 다운로드하면 가 있는 다른 네트워크를 볼 수 있지만 내 kali linux VM에서는 그렇지 않습니다.wlan0
wlan1
airmon-ng
airodump-ng wlan0mon
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.
'연결 끊김' 상태를 '연결됨'' 상태로 어떻게 변경할 수 있나요? VM에 문제가 있는 걸까요?