联想E480装Linux没有无线网卡

github驱动地址
https://github.com/tomaspinho/rtl8821ce

解决网址
亲测成功
输入 lspci | grep -i net 查看网卡

wwl@wwl-PC:~/Desktop$ lspci | grep -i net
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 10)
05:00.0 Network controller: Realtek Semiconductor Co., Ltd. Device c821

看到以太网网卡是RTL8111/8168/8411 ,无线网卡是Retaltek Semicondutor Co. Ltd Device c821,也就是rtl8821ce。该文说是Linux不支持此网卡,需要重新编译网卡驱动。
下载网址:链接:https://pan.baidu.com/s/1sneDK8d 密码:8930
下完后把 makefile 文件的"export TopDIR ?= ..." 改成 "export TopDIR ?= PATH TO EXTRACTED DIRECTORY" 就是填写当前路径地址(pwd查看当前文件夹所在的路径
shell切换到该文件目录输入:

1. make
2. sudo make install
3. sudo modprobe -a 8821ce

reboot重启
重启后效果:发现多了wifi图标。成功


深度截图_20200229135146.png

你可能感兴趣的:(联想E480装Linux没有无线网卡)