Last active
May 29, 2025 18:34
-
-
Save torresashjian/7a89ee428d47ff747b3114b0d686de0a to your computer and use it in GitHub Desktop.
How to install Broadcom BCM43142 Drivers on Kali Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
torresashjian / linux-kali-install-wifi-drivers.sh brother do you save me your steps and way to instal the drivers are ready on my laptop on kali linux 2024,,,thanks man god bless you.