Skip to content

Instantly share code, notes, and snippets.

@RayPS
Last active June 5, 2025 12:13
Show Gist options
  • Select an option

  • Save RayPS/808c9435d66717e30114789345c28d1e to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown

aria0129 commented Nov 1, 2018

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

@sniperammow
Copy link
Copy Markdown

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

@Lartsch
Copy link
Copy Markdown

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