Skip to content

Instantly share code, notes, and snippets.

View rob-hills's full-sized avatar

Rob Hills rob-hills

  • Waikiki, Western Australia
View GitHub Profile
@torresashjian
torresashjian / linux-ubuntu-install-wifi-drivers
Last active June 15, 2024 20:55
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