[Kernel/Drive] DEEPIN20 realtek网卡,wifi功能突然消失
Tofloor
poster avatar
wfxutong
deepin
2021-07-06 19:07
Author

昨天刚更新完的系统,今天上午使用过程中突然卡死,强制重启后wifi功能消失,网上找了各种驱动卸载重装还是不行。。。

 

Reply Favorite View the author
All Replies
wfxutong
deepin
2021-07-06 22:34
#1

解决了,是网卡驱动包的问题

升级deepin 20.2.2前内核linux 5.4 ,升级后内核变成了linux 5.10.36,之前的网卡驱动就不能用了,

这个驱动包是可用的:git clone https://github.com/tomaspinho/rtl8821ce 

下载zip,解压进入目录,在目录中打开终端,进行编译和安装,最后开启就OK了

make
sudo make install
sudo modprobe -a 8821ce

感谢网上的大神,参考链接:https://blog.csdn.net/Heyll__/article/details/90634125

Reply View the author