Package Details: rtl88xxau-aircrack-dkms-git r1200.cab4e4e-1

Git Clone URL: https://aur.archlinux.org/rtl88xxau-aircrack-dkms-git.git (read-only, click to copy)
Package Base: rtl88xxau-aircrack-dkms-git
Description: Aircrack-ng kernel module for Realtek 88XXau (USB adapters only) network cards (8811au, 8812au and 8821au chipsets) with monitor mode and injection support
Upstream URL: https://github.com/aircrack-ng/rtl8812au
Keywords: 8811au 8812au 8821au aircrack dkms driver injection rtl8811au rtl8812au rtl8821au rtl88xx wireless
Licenses: GPL
Conflicts: rtl8812au-aircrack-dkms-git, rtl8812au-dkms-git, rtl8812au-inject-dkms-git, rtl8814au-dkms-git, rtl8821au-dkms-git
Submitter: iyanmv
Maintainer: iyanmv
Last Packager: iyanmv
Votes: 44
Popularity: 0.028418
First Submitted: 2019-01-29 20:43 (UTC)
Last Updated: 2022-06-06 13:10 (UTC)

Dependencies (2)

Required by (0)

Sources (2)

Pinned Comments

iyanmv commented on 2020-01-10 16:02 (UTC)

This package now forces to use the branch v5.6.4.2 (the one that works better for me), which is the default one in the remote repository although they still mention branch v5.3.4 as the stable one. If you have any issues, please leave a comment, and also tried to change the branch in the source array. For example, change it to:

source=('rtl88xxau::git+https://github.com/aircrack-ng/rtl8812au.git#branch=v5.3.4'

Read the README.me to learn how to set your interface in monitor mode (and other things).

Important: Use ip and iw instead of ifconfig and iwconfig

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 21 Next › Last »

capoeira commented on 2020-08-17 16:07 (UTC)

is there any aur-helper that will update git packages with -Syu?

kyak commented on 2020-08-17 14:45 (UTC)

@iyanmv of course, sorry for the noise!

iyanmv commented on 2020-08-17 11:13 (UTC)

@kyak: yes, it does. Probably you are using an old commit. Remember that this is a git PKGBUILD so it is your responsibility to keep it up to date.

kyak commented on 2020-08-17 11:03 (UTC)

This kernel module doesn't build with 5.8.1-arch1-1

jpegxguy commented on 2020-08-15 08:43 (UTC)

Ah, I thought they put the most stable branch as default, not the newest. Though it might not be as stable for all users.

iyanmv commented on 2020-08-15 08:07 (UTC)

@jpegxguy because they often change the default branch upstream, and not all the times the default one is necessary the one that works the best. Right now, yes, I'm pointing to the default one (see pinned comment), but maybe it changes in the future.

jpegxguy commented on 2020-08-02 13:46 (UTC)

Why are you forcing the branch in the source array?

solsticedhiver commented on 2020-07-09 09:05 (UTC)

You can make it build on arm (at least rpis) by patching the Makefile.

I suggest changing the PKGBUILD by adding a prepare() function like:

prepare() {
        if [[ $CARCH =~ ^arm ]] ;then
                cd ${srcdir}/${_pkgbase}
                sed -i 's/CONFIG_PLATFORM_I386_PC = y/CONFIG_PLATFORM_I386_PC = n/g' Makefile
                sed -i 's/CONFIG_PLATFORM_ARM_RPI = n/CONFIG_PLATFORM_ARM_RPI = y/g' Makefile
        fi
}

cardinal commented on 2020-07-05 14:26 (UTC)

since i dont have much experience, but cant make this to compile with 5.8 kernel

abgeranzt commented on 2020-05-24 04:11 (UTC) (edited on 2020-05-24 04:12 (UTC) by abgeranzt)

After having the driver from rtl8812au-dkms-git break with a system upgrade, I switched to this one and it works flawlessly without having to fiddle around with it.