求助deepin 15.11 安装rtl8821ce无线网卡
Tofloor
poster avatar
sdjerry1314
deepin
2019-10-01 07:45
Author
如题求助
Reply Favorite View the author
All Replies
avatar
sdjerry1314
deepin
2019-10-01 07:48
#1
deepin 15.11 没有自带git
sudo apt-get install git
Reply View the author
avatar
sdjerry1314
deepin
2019-10-01 07:51
#2
cd ~
git clone https://github.com/tomaspinho/rtl8821ce
cd rtl8821ce
到这一步是没有问题的
就是
make 时找不到.mk文件 明明有的啊
Reply View the author
avatar
sdjerry1314
deepin
2019-10-01 18:03
#3
https://www.cnblogs.com/vaster/p/7512002.html
https://bbs.deepin.org/post/159280#
https://www.jianshu.com/p/eaa5fe7f9658

3x for help
Reply View the author
avatar
mike-hd123
deepin
2019-11-09 04:44
#4
https://bbs.deepin.org/post/184891#tl8821ce
Reply View the author
avatar
sdjerry1314
deepin
2019-12-14 06:05
#5
今天重装系统又一次装了一下无线网卡 个人觉得是不是被报错吓到了  这次只改一个
改Makefile.中的"export TopDIR ?= ..." to export "TopDIR ?= PATH TO EXTRACTED DIRECTORY".   这里一定要注意了  有部分不能识别  PATH TO EXTRACTED DIRECTORY   这句    可以改成绝对路径   export TopDIR ?=/home/rtl8821ce       当然你的目录rtl8821ce要放在这里home下
进目录
make
sudo make install
sudo modprobe -a 8821ce
reboot
Reply View the author
avatar
sdjerry1314
deepin
2019-12-14 06:07
#6
https://bbs.deepin.org/post/183335
今天重装系统又一次装了一下无线网卡 个人觉得是不是被报错吓到了  这次只改一个
改Makefile.中的"export T ...

make时有报错说找不到文件不要理 走下一步就是 其实那个phydm.mk是有的
Reply View the author