Coder Social home page Coder Social logo

chemicalfiber / rtl8821cu Goto Github PK

View Code? Open in Web Editor NEW

This project forked from brektrou/rtl8821cu

0.0 1.0 0.0 7.68 MB

适配Realtek RTL8811CU/RTL8821CU USB无线网卡的Linux驱动程序。Realtek RTL8811CU/RTL8821CU USB Wi-Fi adapter driver for Linux

License: GNU General Public License v2.0

Makefile 0.34% Shell 0.01% C 98.44% C++ 0.82% Objective-C 0.40%

rtl8821cu's Introduction

Realtek RTL8811CU / RTL8821CU USB无线网卡的Linux驱动程序

使用说明

这是一篇给小白看的使用说明,具体的编译构建指南请查阅README-Original-en.md

一、确认你的主机环境是Linux(废话)

这里以Ubuntu 20.04LTS作为演示

二、安装前置条件和编译环境:

安装gitgccmakebclinux-header或者kernel-devel。 如果你的系统的包管理系统没有抽风的话linux-header或者kernel-devel应该会在安装前面4项的时候自动帮你安装好了。

sudo apt install gcc g++ build-essential git dkms

三、下载驱动源码:

常规做法:

git clone https://github.com/chemicalfiber/rtl8821CU.git

如果你在**大陆地区或网络环境不佳:

git clone https://ghproxy.com/https://github.com/chemicalfiber/rtl8821CU.git

或者: 点我直接下载源码zip

你需要手动解压下载后的zip包。

四、编译安装:

在终端中逐条输入下列命令:

cd rtl8821CU
chmod +x dkms-install.sh
sudo ./dkms-install.sh
sudo modprobe 8821cu
reboot

五、检查验证

如果你也是使用Ubuntu 20.04LTS,你可以在右上角的快捷设置菜单中看到多出来一项USB 无线网络 未连接,这项便是成功驱动之后的USB网卡,使用它连接到你的无线网络吧。

在Gnome的无线网络设置页面中,如果你先前也有内置的PCI无线装置,那么Gnome一般不会默认显示你的USB网络设置,它会在设置窗口上方显示为Realtek 无线网络

rtl8821cu's People

Contributors

brektrou avatar mleeman avatar pprindeville-wti avatar lobuhi avatar skallwar avatar yidiq7 avatar satanicraw avatar athoik avatar vufa avatar dratrav avatar igorpecovnik avatar j-cztery avatar nhasbun avatar pbeyl avatar cuong95nddev avatar rrafal1337 avatar slkun avatar timgates42 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.