Package Details: rtl8812au-dkms-git 5.13.6.r46.gcbe2fd6-1

Git Clone URL: https://aur.archlinux.org/rtl8812au-dkms-git.git (read-only, click to copy)
Package Base: rtl8812au-dkms-git
Description: rtl8812AU chipset driver with firmware v5.13.6
Upstream URL: https://github.com/morrownr/8812au-20210820
Licenses: GPL2
Conflicts: rtl8812au
Submitter: thelinuxguy
Maintainer: zebulon (zebulon)
Last Packager: zebulon
Votes: 76
Popularity: 0.000560
First Submitted: 2015-06-08 13:04 (UTC)
Last Updated: 2024-05-23 13:07 (UTC)

Dependencies (3)

Required by (0)

Sources (2)

Pinned Comments

zebulon commented on 2019-10-01 06:19 (UTC) (edited on 2025-02-12 07:25 (UTC) by zebulon)

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

Latest Comments

« First ‹ Previous 1 .. 21 22 23 24 25 26 27 28 29 30 31 32 Next › Last »

morosa commented on 2017-09-05 13:53 (UTC)

I don't know why it doeen't work now (checked on linux 4.12 and 4.13) even if you patched it for thoes wifis: diff --git a/os_dep/linux/usb_intf.c b/os_dep/linux/usb_intf.c --- a/os_dep/linux/usb_intf.c +++ b/os_dep/linux/usb_intf.c @@ -198,6 +198,8 @@ {USB_DEVICE_AND_INTERFACE_INFO(USB_VENDER_ID_REALTEK, 0x0823, 0xff, 0xff, 0xff), .driver_info = RTL8821}, /* 8821AU */ /*=== Customer ID ===*/ {USB_DEVICE(0x7392, 0xA811), .driver_info = RTL8821}, /* Edimax - Edimax */ + {USB_DEVICE(0x7392, 0xA812),.driver_info = RTL8821}, /* Edimax - EW-7811UTC */ + {USB_DEVICE(0x7392, 0xA813),.driver_info = RTL8821}, /* Edimax - EW-7811UAC */ {USB_DEVICE(0x04BB, 0x0953), .driver_info = RTL8821}, /* I-O DATA - Edimax */ {USB_DEVICE(0x2001, 0x3314), .driver_info = RTL8821}, /* D-Link - Cameo */ {USB_DEVICE(0x2001, 0x3318), .driver_info = RTL8821}, /* D-Link - Cameo */

fabertawe commented on 2017-09-05 13:01 (UTC) (edited on 2017-09-05 13:03 (UTC) by fabertawe)

5.2.9 is working for me - thanks. ID 0bda:8812 Realtek Semiconductor Corp. RTL8812AU 802.11a/b/g/n/ac 2T2R DB WLAN Adapter

zebulon commented on 2017-09-05 10:59 (UTC)

I just pushed the new driver 5.2.9. It only supports 8812au and has no monitoring or frame injection, which are not available. But I read it solves memory leaks issues compared to 5.1.5. Also, there is no CONFIG_CALIBRATE_TX_POWER_TO_MAX option in the Makefile, but it seems it has been replaced with CONFIG_TXPWR_LIMIT_EN, which I set to y. Hence this is the #txpower branch of the repository. Please let me know if this working fine.

marakasmalan commented on 2017-08-21 20:04 (UTC)

@zebulon Thanks! I concur with your information. On the pi with Kali I am able to get higher tx power, but need to confirm this is actually the case. I use the injection capability, but no need to stagnate your package only for my interest. Again,thank you for the work you are doing and fast responses when there are a problem with new kernels!

zebulon commented on 2017-08-18 09:21 (UTC)

@nikita2206: yes, I have been testing it and it works fine. We would lose the frame injection code that was put in 5.1.5, but does anyone use it here? I am going to submit a new PKGBUILD asap. @marakasmalan: txpower is set to max in the config file, see https://github.com/zebulon2/rtl8812au/commit/3f5aab9d8c73028f4188fc770b01c58d8585e11d

marakasmalan commented on 2017-08-17 23:59 (UTC)

@zebulon: Thanks! I can confirm this works with Edimax AC600 adaptor (EW-7811UAC) However, cannot set txpower, defaults to 12dB

nikita2206 commented on 2017-08-15 14:30 (UTC)

Hey @zebulon , yours seems like the latest version of a patch among others here, at aur.archlinux.org. I just found a newer version of this driver at https://github.com/gordboy/rtl8812au you might want to have a look and update your fork, thanks for your work.

greyone commented on 2017-08-01 06:54 (UTC) (edited on 2017-08-01 06:55 (UTC) by greyone)

@zebulon: It works. Thanks.

libcg commented on 2017-07-31 18:12 (UTC)

@zebulon: working fine. thanks!

zebulon commented on 2017-07-30 11:11 (UTC)

@libcg: I have merged a fix into my git repo. Can you please reinstall the driver again?