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
#In the terminal type | |
sudo rfkill unblock all | |
#then if you type | |
rfkill list all | |
#It should show something like: | |
1: brcmwl-0: Wireless LAN | |
Soft blocked: no | |
Hard blocked: no | |
#then type | |
echo "blacklist hp-wmi" | sudo tee -a /etc/modprobe.d/blacklist.conf |
Then disconnect your wired connection and reboot. I found it is crucial that you disconnect any wired connections.
Upon reboot, go to System Settings - Hardware - Additional Drivers
It should then pick up the broadcom proprietary driver. Install it, then reboot, and you should be back up and running!
No comments:
Post a Comment