Skip to content

MatoMoj/rtl8812au-5.9.3.2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rtl8812au-5.9.3.2

Realtek 8812AU driver version 5.9.3.2

Only supports 8812AU chipset.

Builds clean with no errors on kernels 5.4, 5.8, 5.9, 5.10, 5.11, 5.12. Fully tested on kernel 5.4 with no dmesg badness, wavemon working fine, good speeds etc. Partially tested on kernels 5.8, 5.9, 5.10, 5.11, 5.12 with no dmesg badness, and wavemon working fine.

Building

To build and install module manually:

$ make
$ sudo make install

To use dkms install:

  (as root, or sudo) copy source folder contents to /usr/src/rtl8812au-5.9.3.2
$ sudo dkms add -m rtl8812au -v 5.9.3.2
$ sudo dkms build -m rtl8812au -v 5.9.3.2
$ sudo dkms install -m rtl8812au -v 5.9.3.2

To use dkms uninstall and remove:

$ sudo dkms remove -m rtl8812au -v 5.9.3.2 --all

NetworkManager

As others have noted, people using NetworkManager need to add this stanza to /etc/NetworkManager/NetworkManager.conf

  [device]
  wifi.scan-rand-mac-address=no

About

Realtek 8812AU driver version 5.9.3.2

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 97.4%
  • C++ 1.2%
  • Other 1.4%