Skip to content

Instantly share code, notes, and snippets.

@mengu
Created May 22, 2012 16:05
Show Gist options
  • Save mengu/2769981 to your computer and use it in GitHub Desktop.
Save mengu/2769981 to your computer and use it in GitHub Desktop.
# enable wireless from the terminal
sudo lshw -C network
sudo ifconfig wlan0 up
# if you get the error : "SIOCSIFFLAGS: Operation not possible due to RF-kill"
sudo rfkill list
# unblock the soft block
sudo rfkill unblock "device number"
sudo ifconfig wlan0 up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment