Last active
September 29, 2024 14:38
-
-
Save torresashjian/e97d954c7f1554b6a017f07d69a66374 to your computer and use it in GitHub Desktop.
How to install Broadcom bcm43602 Drivers on Ubuntu Linux
This file contains 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
sudo apt-get purge bcmwl-kernel-source | |
sudo apt update | |
sudo update-pciids | |
sudo apt install firmware-b43-installer | |
sudo reboot #note that this will restart your computer | |
sudo iwconfig wlp3s0 txpower 10dBm | |
#sudo iwconfig wlp2s0 txpower 10dBm |
@jonpontet the above worked for me. In step #4 and #8 you must replace "xed" by "gedit" . I replaced "5" by "10" in step #5. Hope it works for you.
I got the same procedure to work for Kali Linux 2023.3 on a late 2013 MBP. The only difference is the adapter designation in Kali is simply wlan0. However, the procedure is solid and worked on the first attempt. Thanks for posting this!
Thanks, this worked great!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@jonpontet I am going to try this
https://easylinuxtipsproject.blogspot.com/p/root-command-startup.html
to see if it will automatically run the command on reboot, which does not really address the problem, but will save some time