|
@@ -0,0 +1,23 @@
|
|
|
|
|
+ubuntu18.04安装RTL8821CE无线网卡驱动
|
|
|
|
|
+执行前需要检查ubuntu内核版本,该驱动对内核版本有要求。
|
|
|
|
|
+
|
|
|
|
|
+```shell
|
|
|
|
|
+sudo apt install bc module-assistant build-essential dkms
|
|
|
|
|
+sudo m-a prepare
|
|
|
|
|
+```
|
|
|
|
|
+
|
|
|
|
|
+git仓库:https://github.com/tomaspinho/rtl8821ce.git
|
|
|
|
|
+
|
|
|
|
|
+```shell
|
|
|
|
|
+sudo apt-get install dkms
|
|
|
|
|
+sudo ./dkms-install.sh
|
|
|
|
|
+```
|
|
|
|
|
+
|
|
|
|
|
+执行成功后重启
|
|
|
|
|
+
|
|
|
|
|
+参考:
|
|
|
|
|
+
|
|
|
|
|
+- https://www.cnblogs.com/aplmmy49y/p/16145241.html
|
|
|
|
|
+- https://blog.csdn.net/u013633921/article/details/121434071
|
|
|
|
|
+
|
|
|
|
|
+
|