-
-
Save torresashjian/7a89ee428d47ff747b3114b0d686de0a to your computer and use it in GitHub Desktop.
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 |
Grateful!
Thanks a lot. Worked like a charm.
cant thank you enough, finally worked, i tried like 7 different ways before this, hope you have a wonderful day
Its work thanks alot
Thanks. it works in 2023
What can I do with kali 2023?
wl not not found
Kali 2023.3
Edit:
It solved I installed.
firmware-b43-installer
And wifi in working
Hello:
type this for the Kali 2023.3
sudo apt install kali-tools-wireless
Jan 2024
I installed Kali linux from a usb stick which caused some issues.
In order for for the below commands to work on my installation of kali linux i first had to follow this guide (https://stackoverflow.com/a/61695922)
and then utilized the below commands to get my asus PCE-AC68 wireless adapter (Broadcom BCM4360 ) to work properly. Thank you so much!
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
apt-get install linux-image-$(uname -r|sed 's,[^-]-[^-]-,,') linux-headers-$(uname -r|sed 's,[^-]-[^-]-,,') broadcom-sta-dkms
unable to locate broadcom-sta-dkms help
I need this wireless network driver brcm 4364b3 for macbook pro 2019
which repository do you guys add to sources.list to install broadcom-sta-dkms?
wget http://ftp.de.debian.org/debian/pool/non-free/b/broadcom-sta/broadcom-sta-dkms_6.30.223.271-10_all.deb
should get it for you
finally figured out for broadcom 43142 users
sudo su
cd
apt update
apt-get install gdebi linux-image-$(uname -r|sed 's,[^-]*-[^-]*-,,') linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,')
wget http://ftp.de.debian.org/debian/pool/non-free/b/broadcom-sta/broadcom-sta-dkms_6.30.223.271-23_all.deb
gdebi broadcom-sta-dkms_6.30.223.271-23_all.deb
modprobe wl
finally figured out for broadcom 43142 users
sudo su
cd
apt update
apt-get install gdebi linux-image-$(uname -r|sed 's,[^-]*-[^-]*-,,') linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,')
wget http://ftp.de.debian.org/debian/pool/non-free/b/broadcom-sta/broadcom-sta-dkms_6.30.223.271-23_all.deb
gdebi broadcom-sta-dkms_6.30.223.271-23_all.deb
modprobe wl
i have teat it but nothing does matter pleas explain me why?
finally figured out for broadcom 43142 users
sudo su
cd
apt update
apt-get install gdebi linux-image-$(uname -r|sed 's,[^-]*-[^-]*-,,') linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,')
wget http://ftp.de.debian.org/debian/pool/non-free/b/broadcom-sta/broadcom-sta-dkms_6.30.223.271-23_all.deb
gdebi broadcom-sta-dkms_6.30.223.271-23_all.deb
modprobe wl
i have teat it but nothing does matter pleas explain me why?
cd /etc/NetworkManager
nano NetworkManager.conf
change "managed" to true
also try installing some kali network firmwares
apt install firmware-b43-installer
finally figured out for broadcom 43142 users
sudo su
cd
apt update
apt-get install gdebi linux-image-$(uname -r|sed 's,[^-]*-[^-]*-,,') linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,')
wget http://ftp.de.debian.org/debian/pool/non-free/b/broadcom-sta/broadcom-sta-dkms_6.30.223.271-23_all.deb
gdebi broadcom-sta-dkms_6.30.223.271-23_all.deb
modprobe wl
i have teat it but nothing does matter pleas explain me why?
You should first know the chipset you're using
It worked for me as well. No need to reboot or any additional operation. Thank you so much!