Code Monkey home page Code Monkey logo

rtl8821au's Introduction

Realtek Wireless Driver for Linux

Alternative Repository

This repository seems to contain approximately the same codebase with several different available versions. I would recommend using it as it's more actively maintained.

Supported chipsets

  • RTL8192C
  • RTL8192D
  • RTL8723A
  • RTL8188E
  • RTL8812A (AC1200)
  • RTL8821A (AC1200)
  • RTL8192E
  • RTL8723B

How to (general)

  1. Select your chipset and platform in Makefile. For example, change
...
CONFIG_RTL8821A = n
...

to

...
CONFIG_RTL8821A = y
...

and

CONFIG_PLATFORM_I386_PC = n

to

CONFIG_PLATFORM_I386_PC = y
  1. make
  2. If you have previously installed a wireless driver for your chipset, sudo modprobe -r [your_chipset_name] where [your_chipset_name] is 8821au for example.
  3. sudo make install
  4. sudo modprobe [your_chipset_name]

Release notes

v4.3.14_13455.20150212_BTCOEX20150128-51
Realtek release:
1. This driver can support 8811AU and 8821AU
2. Support BT coexist
3. Support Adaptivity
4. Support efuse and mac address can read from file
5. Support Sniffer feature
6. Support Linux kernel 3.16.0
7. Fix some 802.11 logo issue
8. Fix WPS issue

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.