请问V20如何安装RTL8821CU网卡驱动
Tofloor
poster avatar
inorgqz
deepin
2020-04-18 21:31
Author
Gayhub找了几个版本都不能用,为什么高版本内核不能向下兼容呢(来自萌新的提问)
Reply Favorite View the author
All Replies
avatar
SamLukeYes
deepin
2020-04-18 22:45
#1
我的surface也是必须用旧内核才有完整的触屏驱动
Reply View the author
avatar
inorgqz
deepin
2020-04-18 23:02
#2
https://bbs.deepin.org/post/192085
我的surface也是必须用旧内核才有完整的触屏驱动

还是老老实实15.11吧
Reply View the author
avatar
unable
deepin
2020-04-18 23:47
#3
https://bbs.deepin.org/post/192085
还是老老实实15.11吧

我就是今天重新装了15.11了,20用的无线网总是突然终端,而且之后无法搜索到网络,很是麻烦。
Reply View the author
avatar
SamLukeYes
deepin
2020-04-19 00:58
#4
https://bbs.deepin.org/post/192085
还是老老实实15.11吧

其实新版系统用旧内核应该也可以,只要不是太旧的。我用的manjaro默认内核版本都滚到5.6了,支持我触屏的linux-surface-lts才4.19。
Reply View the author
avatar
jmjoy
deepin
2020-04-19 01:47
#5
Realtek的网卡对Linux支持好差。。
Reply View the author
avatar
xmeng
deepin
2020-04-19 02:22
#6
参考这个https://www.xmengnet.cn/index.php/archives/23/
驱动地址 https://github.com/whitebatman2/rtl8821CU
Reply View the author
avatar
zanyrain
deepin
2020-04-19 04:30
#7
Github有请,https://bbs.deepin.org/user/48640 建议统信和瑞昱合作下吧,他家Linux驱动真的一言难尽
Reply View the author
avatar
zr840217
deepin
2020-04-19 07:47
#8
我的8812AU也不能用
Reply View the author
avatar
lipan567
deepin
2020-04-19 16:44
#9
按照上面的网友@lyp1314的方法成功安装上了8821ce无线网卡
Reply View the author
avatar
szyhome
deepin
2020-09-28 01:34
#10
https://bbs.deepin.org/post/192085
参考这个https://www.xmengnet.cn/index.php/archives/23/
驱动地址 https://github.com/whitebatman2/rtl8 ...

能不能具体指导下如何安装,我的网卡是TLWDN5200H,查网上说就是8812CU,请能详细指点一下方法
Reply View the author
avatar
marry100
deepin
2020-09-29 05:00
#11
https://bbs.deepin.org/post/192085
我的8812AU也不能用

我的8812BU也不能用
Reply View the author
avatar
四不像
deepin
2020-10-03 17:32
#12
https://bbs.deepin.org/post/192085
能不能具体指导下如何安装,我的网卡是TLWDN5200H,查网上说就是8812CU,请能详细指点一下方法 ...

好像网页上写有。但是几乎下载 不了
make
sudo make install
sudo modprobe 8821cu
Reply View the author
avatar
szyhome
deepin
2020-10-03 18:23
#13
https://bbs.deepin.org/post/192085
好像网页上写有。但是几乎下载 不了
make
sudo make install

找到成功的方法了,谢谢!
Reply View the author
avatar
szyhome
deepin
2020-10-03 20:33
#14
本帖最后由 szyhome 于 2020-10-3 12:34 编辑

打开终端,sudo  su,然后执行下面每个命令,切记操作完重启一次电脑OK

sudo apt update
sudo apt install build-essential git dkms
git clone https://github.com/brektrou/rtl8821CU.git
cd rtl8821CU
chmod +x dkms-install.sh
sudo ./dkms-install.sh
sudo modprobe 8821cu
Reply View the author