关于 树莓派系统sudo ifconfig wlan0 up时,报错:Operation not possible due to RF-kill 的解决方法

简介: 关于 树莓派系统sudo ifconfig wlan0 up时,报错:Operation not possible due to RF-kill 的解决方法

若该文为原创文章,未经允许不得转载

原博主博客地址:长沙红胖子Qt C++ Linux Arm_长沙红胖子_CSDN博客-Qt开发,图形图像处理,OpenCV图像处理领域博主

本文章博客地址:关于 树莓派系统sudo ifconfig wlan0 up时,报错:Operation not possible due to RF-kill 的解决方法_长沙红胖子Qt C++ Linux Arm-CSDN博客

目录

错误

解决方法

关于rfkill补充


错误

       开发树莓派wifi控制模块,可以使用sudo ifconfig wlan0 down 关闭,但是开启时,报错“Operation not possible due to RF-kill”。

解决方法

       1.使用rfkill list查看所有无线设备

       2.使用rfkill ublock all解锁无线设备(可全部解锁)

关于rfkill补充

       很多计算机系统包含无线电传输,其中包括Wi-Fi、蓝牙和3G设备。这些设备消耗电源,在不使用这些设备时是一种浪费

       RFKill是Linux内核中的一个子系统,它可提供一个界面,在此界面中可查询、激活并取消激活计算机系统中的无线电传输。当取消激活传输时,可使其处于可被软件重新激活的状态(软锁定)或者将其放在软件无法重新激活的位(硬锁定)。  

       rfkill list 获得设备列表

       rfkill block|unblock 0 停止使用或使用某个设备

       rfkill block|unblock all 停止使用或使用所有设备

       rfkill block|unblock wifi 停止使用或使用某一类设备

若该文为原创文章,未经允许不得转载

原博主博客地址:长沙红胖子Qt C++ Linux Arm_长沙红胖子_CSDN博客-Qt开发,图形图像处理,OpenCV图像处理领域博主

本文章博客地址:关于 树莓派系统sudo ifconfig wlan0 up时,报错:Operation not possible due to RF-kill 的解决方法_长沙红胖子Qt C++ Linux Arm-CSDN博客


相关文章
|
6月前
|
Ubuntu Linux Windows
linux(三十七)远程管理命令reboot和shutdown
linux(三十七)远程管理命令reboot和shutdown
172 0
|
Shell Linux
Centos7:“Entering emergency mode. Exit the shell to continue”错误解决方法
想过很多朋友有遇到这种情况,就是正在远程使用centos7系统时,一旦让远程虚拟机或服务器断电或强制关机,那么再次重启时就会出现“Entering emergency mode. Exit the shell to continue.”的错误。
11889 1
Centos7:“Entering emergency mode. Exit the shell to continue”错误解决方法
|
6月前
|
Linux Shell
mac/linux提示bash: telnet: command not found
mac/linux提示bash: telnet: command not found
|
Devops Linux 虚拟化
Linux命令ifconfig报错command not found
Linux命令ifconfig报错command not found
152 0
|
Linux
Linux重新启动后提示 Failed to load SELinux policy. Freezing系统hung住
重新启动之前修改了selinux的配置,disable selinux,估计多半是修改的时候哪里改错了。
221 0
|
传感器 监控 Linux
Linux Command ipmitool
Linux Command ipmitool
|
网络协议 Linux 网络安全
Linux Command ping
Linux Command ping
Linux Command ping
|
安全 Linux 网络安全
Linux Command telnet
Linux Command telnet
|
Linux
CentOS7下解决ifconfig command not found的办法
CentOS7下解决ifconfig command not found的办法
145 0
|
Ubuntu
Ubuntu下解决ifconfig command not found的办法
Ubuntu下解决ifconfig command not found的办法
488 0