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
# 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.0Install kernel headers and other dependencies.
# sudo apt-get install linux-image-rpi-rpfv linux-headers-rpi-rpfv dkms build-essential bcAppend 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 followkernelEdit 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