
RTL8821CU: Realtek RTL8811CURTL8821CU USB Wi-Fi适配器驱动程序5.4.1版本(适合Linux...)
5星
- 浏览量: 0
- 大小:None
- 文件类型:None
简介:
这款RTL8821CU驱动程序是Realtek专为使用RTL8811CURTL8821CU USB Wi-Fi适配器的Linux系统设计,提供稳定的网络连接支持。
Realtek RTL8811CU / RTL8821CU USB wifi适配器驱动程序5.4.1版(适用于Linux 4.4.x至5.5.x)在构建此驱动程序之前,请确保已安装make,gcc,linux-header和git。首先,在~/build目录下克隆存储库:
```
mkdir -p ~/build
cd ~/build
git clone https://github.com/brektrou/rtl8821CU.git
```
使用DKMS进行构建和安装:DKMS是一个系统,当安装或更新新内核时会自动重新编译并安装内核模块。要使用DKMS,请先根据您的Linux发行版安装dkms软件包:
- Debian / Ubuntu:
```
sudo apt-get install dkms
```
- Arch Linux / Manjaro:
```
sudo pacman -S dkms
```
要在该项目中使用DKMS功能,只需运行:
```
./install.sh
```
全部评论 (0)
还没有任何评论哟~


