Skip to content

Instantly share code, notes, and snippets.

@RayPS
Last active April 23, 2024 15:04
Show Gist options
  • Star 14 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save RayPS/808c9435d66717e30114789345c28d1e to your computer and use it in GitHub Desktop.
Save RayPS/808c9435d66717e30114789345c28d1e to your computer and use it in GitHub Desktop.
Fix Wi-Fi adapter for Kali linux on MacBook Air

Fix Wi-Fi adapter for Kali linux on MacBook Air

https://http.kali.org/kali/pool/non-free/b/broadcom-sta/

Download the latest broadcom-sta-dkms_XXXXXXXXXXXXXXX_all.deb from the link above

For example:

$ wget http://http.kali.org/kali/pool/non-free/b/broadcom-sta/broadcom-sta-dkms_6.30.223.271-24_all.deb
$ dpkg -i broadcom-sta-dkms_6.30.223.271-24_all.deb
$ modprobe -r b44 b43 b43legacy ssb brcmsmac bcma
$ modprobe wl

Finally. Reboot.

Check loaded adapters:

$ iwconfig
@aria0129
Copy link

aria0129 commented Nov 1, 2018

Its WORKD ON my MACBOOK AIR mid2013 with kernel 4.6.0. kali 2016.
THANKS RayPS.

@sniperammow
Copy link

i am so lost right now, can i get a little bit of help? where do i even start?

@Lartsch
Copy link

Lartsch commented Jan 2, 2022

Great, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment