For Ubuntu/Kali Linux/LinuxMint sudo apt update sudo apt-get -y install linux-headers-generic dkms git bc git clone https://github.com/fastoe/RTL8811CU.gitcdRTL8811CU make sudo make install sudo reboot For openSUSE sudo zypper update -y sudo zypper install -y kernel-default-devel dkms gi...
强烈推荐:morrownr/8821cu-20210916: Linux Driver for USB WiFi Adapters that are based on the RTL8811CU, RTL8821CU, RTL8821CUH and RTL8731AU Chipsets - v5.12.0.4 (github.com) 可以说是一步到位 # 先克隆 git 仓库 git clone https://github.com/morrownr/8821cu-20210916.git cd 8821cu-20210...
参考github上用于RTL8811CU的版本(链接 https://github.com/alex14fr/RTL8811CU) make sudo make install reboot
执行第五步、第六步后,出现:lanfeng@lanfeng:~/build$ cd rtl8821cu lanfeng@lanfeng:~/build/rtl...
Before build this driver make suremake,gcc,linux-headerandgithave been installed. First, clone this repository mkdir -p ~/build cd ~/build git clone https://github.com/brektrou/rtl8821CU.git Build and install with DKMS DKMS is a system which will automatically recompile and install a kern...
Realtek RTL8811CU/RTL8821CU USB wifi adapter driver version 5.4.1 for Linux 4.4.x up to 5.x Before build this driver make suremake,gcc,linux-headerandgithave been installed. First, clone this repository mkdir -p ~/build cd ~/build git clone https://github.com/brektrou/rtl8821CU.git...
git clone https://github.com/KwanWaiPang/8821cu.git 【3】 下载完驱动以后,进入文件夹编译 cd8821cu make 如果报错,应该是没有安装make和gcc,输入下面的命令 sudo apt-get install make sudo apt-get install gcc 【4】 编译完成后安装 make install ...
gitclonehttps://github.com/morrownr/8821cu-20210916cd8821cu-20210916 make ARCH=riscv sudo make install 插入USB无线网卡。不出意外的话在ifconfig里会出现一个类似这样的网卡信息。记住它的mac地址。 ifconfig# wlx40a5ef217bd3: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500# ether 40:a5:ef:21:7b:...
前言:虽然树莓派内置网卡,但性能确实很一般,所以本人在海鲜市场淘了款二手无线网卡,来升级一下树莓派网络性能。 之前一直用的树莓派官方32位系统安装驱动,老是出现错误,一个系统出现两种架构,导致内核头文件下载有问题,换成64位系统后,问题轻松解决。另外,linux内核是6以下的也能安装成功,但架构会变成armv7l,当时本...
# Ubuntu (18.04, 20.04)/Debian 10.3/Linux Lite 5/Mint/Kali (tested) sudo apt-get update sudo apt-get install -y build-essential dkms git git clone https://github.com/fastoe/RTL8811CU.git cd RTL8811CU make sudo make install sudo reboot ...