After installing Kali Linux on a USB Stick with persistence enabled and live booting it (via refind) on my macbook pro (late 2015) the wifi did not work. I found out how to install the right drivers from git.kernel.org and this enabled using wifi.
静止监视器模式不起作用。
例如,当我尝试使用“ airmon -ng start wlan0”使其进入监视模式时,出现以下错误。
phy0 wlan0 brcmfmac Broadcom Corporation Device 43ba (rev 01)
Failed to set wlan0mon up using ip
command failed: No such device (-19)
(mac80211 monitor mode vif enabled for [phy0]wlan0 on [phy0]wlan0mon)
command failed: Operation not supported (-95)
(mac80211 station mode vif disabled for [phy0]wlan0)
(使用iwconfig检查后,该接口仍处于托管模式。)
According to this site, if I got it right, (search for monitor mode) the brcmfmac driver, which I am using, does not support monitor mode yet.
- 是否有可能找到一种使其正常运行的方法?
- 我可以代替使用其他驱动程序吗?还是自己添加对监视器模式的支持?
非常感谢,非常感谢您的帮助,因为我完全被困住了。
(芯片组BCM43602 PCI设备ID 14e4:43ba 驱动程序名称brcmfmac43602-pcie.bin)