Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
rtl8821ce 无线网卡安装驱动 ----亲测有效
Experiences and Insight
3853
views ·
5
replies ·
To
floor
Go
anhenn
deepin
2018-06-24 05:37
Author
为 rtl8821ce 无线网卡安装驱动 伤透了脑筋。但是折腾的心一直在,网上看了好几个案例 老是不能正常make ~~
在这里
安装下载
https://github.com/endlessm/linux/tree/master/drivers/net/wireless/rtl8821ce
提供的驱动
改Makefile.中的"export TopDIR ?= ..." to export "TopDIR ?= PATH TO EXTRACTED DIRECTORY". 这里一定要注意了 有部分不能识别 PATH TO EXTRACTED DIRECTORY 这句 可以改成绝对路径 export TopDIR ?=/home/rtl8821ce 当然你的目录rtl8821ce要放在这里home下~~
进这个目录 进终端 make
sudo -s -H
make install
modprobe -a 8821ce
reboot
我这里就成功了
Reply
Like 0
Favorite
View the author
All Replies
许自强
deepin
2018-06-24 06:10
#1
PATH TO EXTRACTED DIRECTORY表示需要你自己填写一个解压的路径
Reply
Like 0
View the author
juckie
deepin
2018-06-24 08:22
#2
终于知道是哪里出问题了
Reply
Like 0
View the author
7***9@qq.com
deepin
2018-07-03 00:33
#3
但这个驱动有个问题,就是比较慢。
Reply
Like 0
View the author
xinghuating
deepin
2018-07-03 17:11
#4
楼主指导一下:我下载了驱动,安装不上,说没有目录呢
Reply
Like 0
View the author
mike-hd123
deepin
2019-11-09 04:45
#5
https://bbs.deepin.org/post/184891#tl8821ce
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
【Enhanced Repo】Better Deepin Repo is released
Popular Events
More
在这里安装下载https://github.com/endlessm/linux/tree/master/drivers/net/wireless/rtl8821ce 提供的驱动