Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isezen/5eb086fc90de9d3d624cbf27ee9e1b5b to your computer and use it in GitHub Desktop.
Save isezen/5eb086fc90de9d3d624cbf27ee9e1b5b 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment