小白求教RTL8821安装出错
Tofloor
poster avatar
x358068769
deepin
2020-06-04 19:33
Author
      我是一个小白,开发 编程什么都不会, 就是想用一下国产的系统,装好deepin系统后没有无线网卡驱动,也不会连接打印机(型号:夏普SF-S261N) 现在百度学习安装无线网卡驱动出错。求大神帮帮我。
Reply Favorite View the author
All Replies
avatar
翻过山峰看见云
deepin
2020-06-04 19:57
#1
https://gitee.com/winter110/rtl8821ce   
下载这个后执行下面三个命令就行了,我也是这个网卡,安装的这个驱动.不过我系统是15.11
sudo apt install bc module-assistant build-essential dkms
sudo m-a prepare
sudo ./dkms-install.sh
Reply View the author
avatar
x358068769
deepin
2020-06-04 22:03
#2
https://bbs.deepin.org/post/195494
https://gitee.com/winter110/rtl8821ce   
下载这个后执行下面三个命令就行了,我也是这个网卡,安装的这个 ...

按你说的操作了  问题还是没有解决 ,不过还是要谢谢你
Reply View the author
avatar
翻过山峰看见云
deepin
2020-06-05 00:27
#3
https://bbs.deepin.org/post/195494
按你说的操作了  问题还是没有解决 ,不过还是要谢谢你

不知道你电脑什么品牌,我的是联想的,装完驱动还要建一个黑名单
  1. sudo gedit /etc/modprobe.d/ideapad.conf
Copy the Code

上面命令后在打开的文件中输入:blacklist ideapad_laptop
然后在执行
  1. sudo modprobe -r ideapad_laptop
Copy the Code

重启
Reply View the author
avatar
xmeng
deepin
2020-06-05 00:54
#4
rtl8821ce的教程,不知道你的8821能不能用
https://www.xmengnet.cn/23.html
Reply View the author