Rfkill: Difference between revisions
From charlesreid1
(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...") |
No edit summary |
||
| Line 27: | Line 27: | ||
$ ifconfig wlan2 up | $ ifconfig wlan2 up | ||
</pre> | </pre> | ||
[[Category:Kali]] | |||
[[Category:Wireless]] | |||
Latest revision as of 02:08, 18 August 2015
$ 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