Giter Site home page Giter Site logo

ilnanny / rtl8812au-linux Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 1.0 27.06 MB

drivers for usb-wireless stick rtl8812au

C 62.86% Makefile 0.28% Batchfile 32.87% Shell 0.01% C++ 3.70% Objective-C 0.29%
rtl8812au linux-drivers wifi wlan wpa-supplicant network gentoo archlinux slackware devuan debian ubuntu linux-mint fedora

rtl8812au-linux's Introduction

#RTL8812AU-Linux


RTL8812AU-Linux

_____________________________________________________________________________________________

___ *Assuming you have already installed the build softwares, linux-headers or dkms; Follow the steps:


___ *Build

 make
 sudo insmod 8812au.ko

After loading the module, a wireless network interface named Realtek 802.11n WLAN Adapter should be available.

___ *Installing

 sudo cp 8812au.ko /lib/modules/(uname -r)/kernel/drivers/net/wireless
 sudo depmod

The driver module should now be loaded automatically.

___ *DKMS

Automatically rebuilds and installs on kernel updates [Debian and derivates]

 sudo apt-get install build-essential dkms

The driver source must be copied to /usr/src/8812au-4.2.2

Then add it to DKMS:

 sudo dkms add -m 8812au -v 4.2.2
 sudo dkms build -m 8812au -v 4.2.2
 sudo dkms install -m 8812au -v 4.2.2

Check with:

 sudo dkms status

Automatically load at boot:

 echo 8812au | sudo tee -a /etc/modules

Eventually remove from DKMS with:

 sudo dkms remove -m 8812au -v 4.2.2 --all

rtl8812au-linux's People

Contributors

ilnanny avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

ranukasilva

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.