Forked from torresashjian/linux-ubuntu-install-wifi-drivers
Created
August 28, 2022 18:05
-
-
Save isezen/5eb086fc90de9d3d624cbf27ee9e1b5b 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment