Package Details: rtl8821au-dkms-git 5.12.5.2.r148.g0bfe654-1

Git Clone URL: https://aur.archlinux.org/rtl8821au-dkms-git.git (read-only, click to copy)
Package Base: rtl8821au-dkms-git
Description: rtl8821AU and rtl8811AU chipset driver with firmware v5.12.5.2
Upstream URL: https://github.com/morrownr/8821au-20210708
Licenses: GPL2
Conflicts: 8821au
Submitter: zebulon
Maintainer: zebulon
Last Packager: zebulon
Votes: 47
Popularity: 0.074335
First Submitted: 2017-09-12 06:28 (UTC)
Last Updated: 2022-09-02 13:23 (UTC)

Dependencies (3)

Required by (0)

Sources (2)

Pinned Comments

zebulon commented on 2019-10-01 06:18 (UTC)

To all having an issue with this driver: please try https://aur.archlinux.org/packages/rtl88xxau-aircrack-dkms-git alternatively.

solsticedhiver commented on 2019-03-17 10:59 (UTC) (edited on 2019-03-17 21:10 (UTC) by solsticedhiver)

a patch to make it work for rpi and may be other ARM device:

--- PKGBUILD.old    2019-03-15 20:08:05.345042676 +0100
+++ PKGBUILD    2019-03-15 20:04:24.390294977 +0100
@@ -32,4 +32,10 @@
         sed -e "s/@_PKGBASE@/${_pkgbase}-dkms/" \
                         -e "s/@PKGVER@/${pkgver}/" \
                         -i "${pkgdir}"/usr/src/${_pkgbase}-${pkgver}/dkms.conf
+
+   # patch Makefile for RPI
+   sed -i '/^CONFIG_PLATFORM_I386_PC/s/y/n/' ${pkgdir}/usr/src/${_pkgbase}-${pkgver}/Makefile
+   sed -i '/^CONFIG_PLATFORM_ARM_RPI/s/n/y/' ${pkgdir}/usr/src/${_pkgbase}-${pkgver}/Makefile
+   # disable debug code with __DATE__ macro (TODO: proper fix ?)
+   sed -i '/__DATE__/s/^/\/\//' ${pkgdir}/usr/src/${_pkgbase}-${pkgver}/core/rtw_debug.c
 }

Note: I am seeing the interface of the usb wifi key marketed as DEEPOW dongle (from amazon) changing MAC address at every boot even though I have not set up anything like that in netctl, here.

I don't know if it's a hardware problem or driver problem. However, it's the same with rtl88xxau-aircrack-dkms-git driver

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 15 Next › Last »

instance commented on 2018-05-31 09:21 (UTC)

If anyone has issues regarding the MAC constantly changing: Given that the mod is called 8812au, put "options 8812au rtw_initmac=YOUR_MAC_ADDR" into /etc/modprobe.d/8812au.conf

Replace YOUR_MAC_ADDR with your desired MAC address.

zebulon commented on 2018-03-16 07:24 (UTC)

@jaylittle: thanks for reporting. I do not know where the problem came from since this number is automatically generated with makepkg. Anyway, this is fixed now. Users may need to force upgrade due to a lower pkgver number.

jaylittle commented on 2018-03-15 22:59 (UTC)

The pkgver variable in the PKGBUILD file is inaccurate which results in this package always being recompiled during a system wide upgrade using pacaur.

The correct value according to the upstream git repo should be:

5.1.5.r57.g386f345

Thanks!

weiti commented on 2018-02-02 15:59 (UTC)

@remy.grunblatt: I use this driver on an WPA2 Network with EAP-TLS Auth without any issues ... HTH

zebulon commented on 2018-02-02 10:29 (UTC)

I just pushed patches for kernel 4.15 into this repository. Should now build with the kernel in Testing.

zebulon commented on 2018-02-02 10:28 (UTC)

@remy.grunblatt:I am sorry I cannot help, I do not have access to such networks. There are tips to configure WPA2 Enterprise and eduroam specifically in the Wiki: https://wiki.archlinux.org/index.php/Wireless_network_configuration#WPA2_Enterprise but I suppose you already checked out the advice here?

<deleted-account> commented on 2018-01-03 14:14 (UTC)

Hi, can someone try to connect to a wpa2 entreprise network (such as eduroam) and tell me if it works, with this driver?

I keep getting stuff like "nl80211: Drv Event 48 (NL80211_CMD_DISCONNECT) received for wlan[…]" messages after EAP identity exchange.

Thanks

zebulon commented on 2017-12-15 14:01 (UTC) (edited on 2017-12-15 14:07 (UTC) by zebulon)

I have uploaded a patched version that compiles for 4.14 kernels on Arch. Also, dkms.conf now supports multi-threading.

zebulon commented on 2017-12-15 12:56 (UTC)

Hi, apologies for the lates answer. I have been ill and it was difficult for me to maintain th epackage. I'll patch it for kernel 4.14 soon.

Phate666 commented on 2017-12-13 06:12 (UTC) (edited on 2017-12-13 06:12 (UTC) by Phate666)

This patch makes it work with kernel 4.14: https://github.com/paspro/rtl8812au/commit/da706779e3062325337298461dd6f8c606bb776f