I have been using internet on my MacBook after dual booting just fine but I can't get my WiFi card into monitor mode. I have tried a few different things, I have tried reinstalling broadcom drivers and then running

Code:
echo 1 | sudo tee /proc/brcm_monitor0
but it keeps telling me that

Code:
tee: /proc/brcm_monitor0: No such file or directory
Is there any other way to get it into monitor mode? Bearing in mind that WiFi otherwise works just fine and I can use internet without any problems (I could even without installing the broadcom drivers again)

Can anyone help? Thanks in advance

Card info
Code:
Network controller: Broadcom Corporation BCM43602 802.11ac Wireless LAN SoC (rev 01)
used these commands to install drivers:
Code:
root@kali:~# apt-get update; apt-get install broadcom-sta-dkms; apt-get install linux-image-$(uname -r|sed 's,[^-]*-[^-]*-,,') linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') broadcom-sta-dkms
root@kali:~# modprobe -r b44 b43 b43legacy ssb brcmsmac bcma
root@kali:~# sudo modprobe wl