Skip to content

Instantly share code, notes, and snippets.

@dbuscombe-usgs
Created July 27, 2013 03:34
Show Gist options
  • Save dbuscombe-usgs/6093597 to your computer and use it in GitHub Desktop.
Save dbuscombe-usgs/6093597 to your computer and use it in GitHub Desktop.
#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