1、下载必备安装包 make、gcc(debian中可用build-essential包)、bc、linux-headers-$(uname -r)、dkms sudoaptinstallbuild-essential bcsudoaptinstalllinux-headers-$(uname-r) dkms 2、在github中下载8811cu的驱动(8811cu和8821cu用的同一个驱动),注意下驱动程序是否能在当前版本的内核中使用,brektrou的驱动无...
参考github上用于RTL8811CU的版本(链接 https://github.com/alex14fr/RTL8811CU) make sudo make install reboot
Realtek RTL8811CU Driver for Linux Driver for 802.11ac USB adapter with RTL8811CU chipset. Build Status OSBuild status Ubuntu 22.04 Ubuntu 20.04 Kali Linux 2024.1 LinuxMint 21.3 Cinnamon openSUSE Leap 15.5 For Ubuntu/Kali Linux/LinuxMint
No support will be provided for other Linux distributions or Linux Kernel versions outside of that range. 同样不能用,NG https://github.com/axiomware/RTL8821CU_driver_v5.8.1 RTL8811CU and RTL8821CU driver The Realtek RTL8811CU-CG is a highly integrated single-chip that supports 1-stream...
Realtek RTL8811CU/RTL8821CU USB wifi adapter driver version 5.4.1 for Linux 4.4.x up to 5.4.x Before build this driver make suremake,gcc,linux-headerandgithave been installed. First, clone this repository mkdir -p ~/build cd ~/build ...
The purpose of this repo is to serve as a permanent link to the repo that contains the most current Linux driver for USB WiFi adapters based on the rtl8811cu, rtl8821cu and rtl8731au chipsets. [root@localhost 8821cu]# git clone https://github.com/morrownr/8821cu-20210118.git Cloning ...
#include <linux/ethernet.h> #include <asm/io.h> #define DEVICE_NAME "rtl8811cu" static int __init rtl8811cu_init(void) { printk(KERN_INFO "RTL8811CU wireless LAN driver initializing... "); // 初始化硬件和通信参数 // ...
下载驱动(下载失败可以多试几次,也可以直接到仓库里下载后上传到树莓派) git clone https://github.com/morrownr/8821cu-20210916.git 运行安装脚本 cd ~/8821cu-20210916 # 进入驱动 sudo ./install-driver.sh # 运行安装脚本 运行完重启即可
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...
There are many USB Wirless devices that have the RTL8811cu chipset, so the device may not look like the illustration. Also as many of these devices come with the driver on a mini cdrom and people don't have cdrom drives on their computer or laptop these days, you'll need to get it...