Skip to content

Instantly share code, notes, and snippets.

@torresashjian
Last active October 12, 2025 12:17
Show Gist options
  • Save torresashjian/7a89ee428d47ff747b3114b0d686de0a to your computer and use it in GitHub Desktop.
Save torresashjian/7a89ee428d47ff747b3114b0d686de0a to your computer and use it in GitHub Desktop.
How to install Broadcom BCM43142 Drivers on Kali Linux
apt-get update
apt-get install linux-image-$(uname -r|sed 's,[^-]*-[^-]*-,,') linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') broadcom-sta-dkms
modprobe -r b44 b43 b43legacy ssb brcmsmac bcma
modprobe wl
@Kanax01
Copy link

Kanax01 commented Oct 12, 2025

by laptops do u mean MacBooks cus I'm trying to also use Kali but I need the nessicary wifi wireless drivers to make it compatable with the Broadcom chipset

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