Realtek RTL8811CU / RTL8821CU USB wifi适配器驱动程序5.4.1版(适用于Linux 4.4.x至5.5.x)
在构建此驱动程序之前,请确保已安装make , gcc , linux-header和git 。
首先,克隆此存储库
mkdir -p ~/build
cd ~/build
git clone https://github.com/brektrou/rtl8821CU.git
使用DKMS进行构建和安装
DKMS是一个系统,当安装或更新新内核时,该系统将自动重新编译并安装内核模块。 要使用DKMS,请安装dkms软件包。
Debian / Ubuntu:
sudo apt-get install dkms
Arch Linux / Manjaro:
sudo pacman -S dkms
要在此项目中使用DKMS功能,只需运行:
./
1