[Tutorials] 本人有个网卡没有驱动,现在有源码要自己编译不知道怎么弄
Tofloor
poster avatar
nulolo
deepin
2021-09-10 23:17
Author

Linux系统要下载源码自行编译5300网卡: https://github.com/brandon-bailey/rtl8822bu (注:因Linux发行版本太多,仅提供源码,不提供其他技术支持) 

有没有懂的发一下教程,谢谢~!

Reply Favorite View the author
All Replies
187******09
deepin
2021-09-11 01:19
#1

README里不是说了先make再make install么

Reply View the author
hyjiao
deepin
2021-09-11 03:46
#2

1.把源码下载回来

2.进入源码的目录

3.右键选择在终端中打开

4.在终端中输入make

5.在终端中输入make install

Reply View the author
177******61
deepin
2021-09-11 04:14
#3

看源码最后改动是2017年,大概率不能直接 用,看他有203个fork,你在fork的项目里找 找看有没有为新版debian或ubuntu甚至deepin 适配的

Reply View the author