无线网络
Tofloor
poster avatar
woniu
deepin
2019-01-18 22:07
Author
大神们,新版本安装后,电脑只有一个有线网络,无线网络的开关也么有看到,么有办法连接网络,是咋回事呢?联想THANKPAD
Reply Favorite View the author
All Replies
avatar
WENWEN
deepin
2019-01-18 22:29
#1
什么型号  是不是有物理开关
Reply View the author
avatar
songdongdong
deepin
2019-01-19 05:30
#2
打开终端sudo su 以下操作请在root权限下执行
然后执行modprobe -r ideapad_laptop
这个问题是这个网卡的通病是因为驱动模块的一个加载模块错误导致无法关闭加载进度不能初始化造成的。
基本联想电脑有蓝牙的都有这个通病,因为蓝牙和网卡集成的所以应该驱动加载问题
所以每次开机都需要执行这个程序解决方案如下:
vim /etc/rc.local
复制一下内容填入
#!/bin/bash
# rc.local config file created by use

sudo modprobe -r ideapad_laptop

exit 0

如果需要开机启动那些程序在exit0之前加入即可
设置这个shell脚本权限执行如下命令
sudo chmod +x /etc/rc.local
然后重启打开WiFi查看是否开启!
Reply View the author
avatar
songdongdong
deepin
2019-01-19 05:32
#3
解决请给个点评回复
Reply View the author
avatar
yexu5291
deepin
2019-01-19 15:28
#4
没有效果  我的是酷比魔方x
Reply View the author