首页 > 系统服务 > 详细

解决y7000笔记本ubuntu下wifi无法连接问题

时间:2019-02-13 21:49:22      阅读:925      评论:0      收藏:0      [点我收藏+]

 

查看wifi与蓝牙硬件开关,发现ideapad的硬件模块都是关闭的

rfkill list all

 

打开终端

输入

sudo gedit /etc/rc.local

写入以下内容 进行保存

#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.

echo "123" |sudo modprobe -r ideapad_laptop
exit 0

 

为了保证重启生效,需要给予权限 终端输入

sudo chmod 777 /etc/rc.local

然后输入

reboot

 

解决y7000笔记本ubuntu下wifi无法连接问题

原文:https://www.cnblogs.com/clemente/p/10371890.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!