Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save syntaxhacker/ce216a0d6509ff94eab60d25f6886fb7 to your computer and use it in GitHub Desktop.
Save syntaxhacker/ce216a0d6509ff94eab60d25f6886fb7 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment