rtl8821ce无线网卡不认
Tofloor
poster avatar
lzj66665
deepin
2019-04-22 05:14
Author
联想笔记本 rtl8821ce无线网卡不认,安装15.9后一直不认。
Reply Favorite View the author
All Replies
avatar
张耘赫
deepin
2019-04-22 08:00
#1
在论坛搜索网卡名称有解决办法
Reply View the author
avatar
aida
deepin
2019-04-22 18:27
#2
Reply View the author
avatar
lzj66665
deepin
2019-04-24 02:06
#3
谢谢
谢谢谢谢
Reply View the author
avatar
wwwkljoel
deepin
2019-06-27 00:55
#4
上面的 官方管理员 已经给出, 在 15.10已经验证, 可以用。总结,直接安装需要的驱动,否则会掉到其他坑中。
lspci -v  
Network controller: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter
确定出网卡 RTL8821CE, 剩下的就是 搜索安装了,如 上面的源码链接  https://github.com/tomaspinho/rtl8821ce

# 安装依赖
sudo apt install module-assistant build-essential dkms
sudo m-a prepare

git clone https://github.com/tomaspinho/rtl8821ce.git

cd rtl8821ce
sudo ./dkms-install.sh

如果 没有 8821ce的驱动,手动安装一次
sudo modprobe 8821ce
Reply View the author