manjaro使用deepin桌面连不上WiFi
Tofloor
poster avatar
closetool
deepin
2020-11-22 00:59
Author

我的笔记本装的是manjaro 20.2 内核版本5.8

原装的kde桌面卡顿严重,所以换了deepin桌面

但是没有了WiFi连接,我按照原来的方法安装了驱动,重启后还是没有连接。求求大家了

03:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter
Subsystem: AzureWave Device 3041
Kernel driver in use: rtl8821ce
Kernel modules: 8821ce

Reply Favorite View the author
All Replies
SamLukeYes
deepin
2020-11-22 01:04
#1

建议去 manjaro 论坛提问。

另外,dde 不见得会比 kde 流畅,也不见得会比 kde 稳定。

Reply View the author
closetool
deepin
2020-11-22 01:30
#2
SamLukeYes

建议去 manjaro 论坛提问。

另外,dde 不见得会比 kde 流畅,也不见得会比 kde 稳定。

应该是deepin桌面的问题吧

毕竟我manjaro WiFi没问题

而且结果就是dde没有卡顿

Reply View the author
closetool
deepin
2020-11-22 01:55
#3

使用nmcli发现无线网卡被禁用

使用ip link set xxx up命令时返回

RTNETLINK answers: Operation not possible due to RF-kill

百度后发现这条是禁用了WiFi模块的意思

使用rfkill unblock wifi解封后

使用ip启用无线网卡,成功解决

写出来给大家作为参考

Reply View the author
cjydayang
deepin
2021-03-07 20:34
#4
closetool

使用nmcli发现无线网卡被禁用

使用ip link set xxx up命令时返回

RTNETLINK answers: Operation not possible due to RF-kill

百度后发现这条是禁用了WiFi模块的意思

使用rfkill unblock wifi解封后

使用ip启用无线网卡,成功解决

写出来给大家作为参考

感谢楼主,遇到了相同的问题,使用你的方法解决了,顺便diss一下一楼

Reply View the author