laxijin
deepin
2020-09-15 07:27 1、下载驱动
git clone https://github.com/whitebatman2/rtl8821CU.git
2、安装驱动
cd ./rtl8821CU
make
sudo make install
3、查看网卡
lsusb
得到的结果里应该有0bda:1a2b
继续执行
sudo usb_modeswitch -KW -v 0bda -p 1a2b
加载模块
sudo modprobe 8821cu
我的就是这样可以用,15.11和20社区版都可以。
git clone https://github.com/whitebatman2/rtl8821CU.git
2、安装驱动
cd ./rtl8821CU
make
sudo make install
3、查看网卡
lsusb
得到的结果里应该有0bda:1a2b
继续执行
sudo usb_modeswitch -KW -v 0bda -p 1a2b
加载模块
sudo modprobe 8821cu
我的就是这样可以用,15.11和20社区版都可以。
Reply Like 0 View the author


中文 

Kernel preparation unnecessary for this kernel. Skipping...
Building module:
cleaning build area...
'make' KVER=4.19.0-loongson-3-desktop...(bad exit status: 2)
Error! Bad return status for module build on kernel: 4.19.0-loongson-3-desktop (mips64)
Consult /var/lib/dkms/rtl8821CU/5.2.5.3/build/make.log for more information.
2020年 09月 14日 星期一 14:00:43 CST
make ARCH=mips64 CROSS_COMPILE= -C /lib/modules/4.19.0-loongson-3-desktop/build M=/var/lib/dkms/rtl8821CU/5.2.5.3/build modules
make[1]: 进入目录“/usr/src/linux-headers-4.19.0-loongson-3-desktop”
Makefile:614: arch/mips64/Makefile: 没有那个文件或目录
make[1]: *** 没有规则可制作目标“arch/mips64/Makefile”。 停止。
make[1]: 离开目录“/usr/src/linux-headers-4.19.0-loongson-3-desktop”
make: *** [Makefile:1923:modules] 错误 2