Skip to content

Instantly share code, notes, and snippets.

@torresashjian
Last active October 27, 2025 09:15
Show Gist options
  • Save torresashjian/e97d954c7f1554b6a017f07d69a66374 to your computer and use it in GitHub Desktop.
Save torresashjian/e97d954c7f1554b6a017f07d69a66374 to your computer and use it in GitHub Desktop.
How to install Broadcom bcm43602 Drivers on Ubuntu Linux
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
@RetepV
Copy link

RetepV commented Oct 27, 2025

Here’s a picture showing what I mentioned in my previous posts:

IMG_4141

To be honest, I’ve chosen to now connect via a wired network, as that’s a 1Gb/s network and much faster.

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