/rtl8812au-dkms

Realtek 802.11ac (rtl8812au) Linux Driver Ver.4.3.8

Primary LanguageC

#Realtek 802.11ac (rtl8812au) Linux Driver Version 4.3.8

The driver was originally from HERE.

The driver was tested on Raspberry Pi 2 under updated ArchLinux ARM for Comfast CF-912AC. It should be compatible with other WiFi USB adapters with the same chip of 8812au inside.

The default platform is X86. You should change the target platform in Makefile if you want to build for different architectures.

Note that the kernel should has configuration as below1:

[*] Networking support --->
      <*>   Wireless --->
              <*>   cfg80211 - wireless configuration API
              <*>   Generic IEEE 802.11 Networking Stack (mac80211)
      <*>   RF switch subsystem support --->
    Device Drivers --->
      [*] Network device support --->
            [*]   Wireless LAN --->
                    <M>   Realtek rtlwifi family of devices --->
                            <M>   Realtek RTL8821AE/RTL8812AE Wireless Network Adapter
                            <M>   Realtek RTL8192CU/RTL8188CU USB Wireless Network Adapter
      [*] Staging drivers --->
            <M>   Support for rtllib wireless devices
            <M>     Support for rtllib CCMP crypto
            <M>     Support for rtllib TKIP crypto
            <M>     Support for rtllib WEP crypto
            <M>   Realtek RTL8723AU Wireless LAN NIC driver
            [*]     Realtek RTL8723AU AP mode
            [*]     Realtek RTL8723AU BlueTooth Coexistence

otherwise the driver will not be modprobeed properly.

#Install:

git clone https://github.com/meoow/dkms-rtl8812au.git

sudo cp -r dkms-rtl8812au/8812au-4.3.8 /usr/src

sudo dkms install 8812au/4.3.8