Giter Site home page Giter Site logo

rajpratik71 / realtek-rtl8811au_8812au_8821au_linux-source-code Goto Github PK

View Code? Open in Web Editor NEW
9.0 5.0 0.0 1.42 MB

rtl8811AU_8812AU_8821AU linux kernel driver for (801.11ac) Wireless Dual-Band module based on realtek rtl8811AU_8812AU_8821AU chipset

License: GNU General Public License v2.0

Makefile 0.42% Shell 0.03% C 93.65% Objective-C 0.42% C++ 5.48%
linux-drivers linux-kernel-module linux-kernel wifi-modules realtek rtl8811au rtl8812au

realtek-rtl8811au_8812au_8821au_linux-source-code's Introduction

rtl8811Au_8812AU_8821AU_linux

rtl8811AU_8812AU_8821AU linux kernel driver for (801.11ac) Wireless Dual-Band module based on realtek rtl8811AU_8812AU_8821AU chipset

#Source code can be also use for following chipsets also

RTL8192C RTL8192D RTL8723A RTL8188E RTL8812A RTL8821A RTL8192E RTL8723B

Compiling with DKMS

# sudo cp -R . /usr/src/rtl8812AU_8821AU_linux-1.0
# sudo dkms add -m rtl8812AU_8821AU_linux -v 1.0
# sudo dkms build -m rtl8812AU_8821AU_linux -v 1.0
# sudo dkms install -m rtl8812AU_8821AU_linux -v 1.0

Compiling for Raspberry Pi

Install kernel headers and other dependencies.

# sudo apt-get install linux-image-rpi-rpfv linux-headers-rpi-rpfv dkms build-essential bc

Append following at the end of your /boot/config.txt, reboot your Pi

kernel=vmlinuz-3.10-3-rpi
initramfs initrd.img-3.10-3-rpi followkernel

Edit Makefile and turn on CONFIG_PLATFORM_ARM_RPI, turn off CONFIG_PLATFORM_I386_PC

CONFIG_PLATFORM_I386_PC = n
CONFIG_PLATFORM_ARM_RPI = y
# cd /usr/src/rtl8812AU_8821AU_linux
# sudo make clean
# sudo make
# sudo make install
# sudo modprobe -a 8812au

Contributors

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.