rtl8812AU_8821AU linux kernel driver for AC1200 (801.11ac) Wireless Dual-Band USB Adapter
C C++ Objective-C Other
Switch branches/tags
Nothing to show
Latest commit 0292aa6 Jul 31, 2017 @ptpt52 ptpt52 Merge pull request #227 from h221baker/h221baker/T4UHP-other-usb-pid
Add the other TP-Link T4UHP USB PID to the list
Permalink
Failed to load latest commit information.
contrib update driver module name to rtl8812au Oct 9, 2016
core rtw_mlme_ext: fix unhandled page fault May 6, 2017
hal Fix compilation failure when -Werror=switch-unreachable #207 (#208) Jun 1, 2017
include fix bad merge in (#205) :compile error May 13, 2017
os_dep Add the other TP-Link T4UHP USB PID to the list Jul 30, 2017
platform merge new version v4.3.14 from https://github.com/ptpt52/rtl8812au (#160 Oct 9, 2016
.gitignore a common ..gitignore for kernel module source Oct 9, 2016
.mailmap update email Sep 8, 2015
CONTRIBUTORS.md merge new version v4.3.14 from https://github.com/ptpt52/rtl8812au (#160 Oct 9, 2016
Kconfig merge new version v4.3.14 from https://github.com/ptpt52/rtl8812au (#160 Oct 9, 2016
LICENSE Initial commit Sep 4, 2013
Makefile disable CONFIG_CONCURRENT_MODE by default Jul 28, 2017
Makefile.dkms merge new version v4.3.14 from https://github.com/ptpt52/rtl8812au (#160 Oct 9, 2016
README.md merge new version v4.3.14 from https://github.com/ptpt52/rtl8812au (#160 Oct 9, 2016
clean initial import of rtl8812AU_8821AU_linux_v4.2.2_7502.20130517 Sep 4, 2013
contributors.sh merge new version v4.3.14 from https://github.com/ptpt52/rtl8812au (#160 Oct 9, 2016
dkms.conf merge new version v4.3.14 from https://github.com/ptpt52/rtl8812au (#160 Oct 9, 2016
fetch.sh added fetch.sh May 8, 2015
ifcfg-wlan0 merge new version v4.3.14 from https://github.com/ptpt52/rtl8812au (#160 Oct 9, 2016
runwpa initial import of rtl8812AU_8821AU_linux_v4.2.2_7502.20130517 Sep 4, 2013
wlan0dhcp initial import of rtl8812AU_8821AU_linux_v4.2.2_7502.20130517 Sep 4, 2013

README.md

rtl8812au

Realtek 8812AU/8821AU USB WiFi driver.

for AC1200 (801.11ac) Wireless Dual-Band USB Adapter

This code is base on version 4.3.14 from https://github.com/diederikdehaas/rtl8812AU

Known Supported Devices:

* COMFAST 1200Mbps USB Wireless Adapter(Model: CF-912AC)

Compiling with DKMS

# sudo make -f Makefile.dkms install

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
# sudo make clean
# sudo make
# sudo make install
# sudo modprobe -a rtl8812au

Contributors

  • Anand Babu (AB) Periasamy
  • Andreas Hofmann
  • Andrew Mann
  • AndyPi
  • Anton
  • archshift
  • bits3rpent
  • Chen Minqiang
  • Daiki Tamada
  • Fjodor42
  • gremsto
  • HackDefendr
  • Harshavardhana
  • jjones-jr
  • Joe
  • Joe Acosta
  • John Lenz
  • Jos Dehaes
  • Karl-Philipp Richter
  • Marco Milanesi
  • Mauro Ribeiro
  • Maximilian Schwerin
  • mpoly
  • Nick Bartos
  • Peter H. Li
  • pgroenbech
  • scrivy
  • Taehan Stott
  • Vicent Llongo
  • Victor Azizi
  • 赵迤晨 (Zhao, Yichen)