关于联想安装linux系统后无法扫描出wifi网络问题解决方案

首先进行排查:

1、打开命令行键入:rfkill list all

2、这里的0 1 2 3指的是优先硬件使用顺序,可以知道在deepin在联想机身影响下是默认开启Hard blocked选项的,即关闭了硬件wifi网卡的开关。

再看2是可以正常使用的,所以我们只需要移除2之前的wifi的网卡模板就好了。

3、在命令行中输入:sudo modprobe -r ideapad_laptop(移除wifi 模板)

4、查看是否移除成功:rfkill list all

5、

6、不出意外的话,现在已经是可以正常使用WIFI了

7、

8

sudo chown root:root /etc/rc.local
sudo chmod 755 /etc/rc.local
sudo systemctl enable rc-local.service
posted @ 2019-08-06 19:12  Accept_program  阅读(1232)  评论(0编辑  收藏  举报