Created
May 22, 2012 16:05
-
-
Save mengu/2769981 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
# 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