Created
July 27, 2013 03:34
-
-
Save dbuscombe-usgs/6093597 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment