From charlesreid1

Revision as of 02:06, 18 August 2015 by Admin (talk | contribs) (Created page with "<pre> $ ifconfig wlan2 up SIOCSIFFLAGS: Operation not possible due to RF-kill </pre> list the rfkill restrictions: <pre> $ rfkill list 0: hci0: Bluetooth Soft blocked: no...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
$ ifconfig wlan2 up
SIOCSIFFLAGS: Operation not possible due to RF-kill

list the rfkill restrictions:

$ rfkill list
0: hci0: Bluetooth
	Soft blocked: no
	Hard blocked: no
1: phy0: Wireless LAN
	Soft blocked: yes
	Hard blocked: no

Now unblock everything that's blocked:

$ rfkill unblock all

Now you should be able to bring your hardware up without issues:

$ ifconfig wlan2 up