1、下载必备安装包 make、gcc(debian中可用build-essential包)、bc、linux-headers-$(uname -r)、dkms sudoaptinstallbuild-essential bcsudoaptinstalllinux-headers-$(uname-r) dkms 2、在github中下载8811cu的驱动(8811cu和8821cu用的同一个
参考github上用于RTL8811CU的版本(链接 https://github.com/alex14fr/RTL8811CU) make sudo make install reboot
前言==只要是驱动为rtl8811CU都可以参考== 基于NVIDIA Xavier NX 此处是绿联AC650M,根据商家的教程,显示我ubuntu内核太高。因此不能用他们提供的驱动。 奇怪的是我在ubuntu20.04使用的方法在18.04上就不适用,因此我在这分为两个不同版本进行演示安装。我感觉是因为内核原因 Ubuntu20.04下安装 【1】 首先无线网卡插...
去Tenda官网确定了我这款U10网卡用的芯片是realtek 8811CU,然后在github上找到了一个可用的驱动Realtek RTL8811CU/RTL8821CU USB wifi adapter driver version 5.4.1 for Linux 4.4.x up to 5.x 他在Readme里给出了安装步骤,这里我用中文记录一个流程,对他没提到的点进行说明 1.准备工作 在开始之前,我们应该...
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...
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 For openSUSE sudo zypper update -y sudo zypper install -y kernel-default-devel dkms git bc ...
之前一直用的树莓派官方32位系统安装驱动,老是出现错误,一个系统出现两种架构,导致内核头文件下载有问题,换成64位系统后,问题轻松解决。另外,linux内核是6以下的也能安装成功,但架构会变成armv7l,当时本人安装时也报错了,但能解决错误,最后也安装成功了。
以下是一个简单的示例,展示了如何使用C语言编写一个基本的Realtek8811CU无线网卡驱动程序: #include <linux/module.h> #include <linux/kernel.h> #include <linux/init.h> #include <linux/netdevice.h> #include <linux/ethernet.h> #include <asm/io.h> ...
cd ~/build/rtl8821CU make sudo make install If you later on want to remove it, do the following: cd ~/build/rtl8821CU sudo make uninstall Checking installed driver If you successfully install the driver, the driver is installed on/lib/modules/<linux version>/kernel/drivers/net/wireless/re...
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...