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.
Still monitor mode does not work.
When I try it with 'airmon -ng start wlan0' for example to get the interface into monitor mode, I get the following error.
(After checking with iwconfig the interface is still in managed mode.)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)
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.
Is it possible to find a way to make it work anyways?
Can I maybe use another driver instead? Or add support for monitor mode myself?
Thanks a lot, any help is really appreciated, because I am totally stuck.
( Chipset BCM43602 PCI Device ID 14e4:43ba Driver name brcmfmac43602-pcie.bin )