@iyanmv of course, sorry for the noise!
Search Criteria
Package Details: rtl88xxau-aircrack-dkms-git r1298.b44d288-1
Package Actions
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-2.0-only |
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: | 46 |
Popularity: | 0.30 |
First Submitted: | 2019-01-29 20:43 (UTC) |
Last Updated: | 2024-05-21 09:00 (UTC) |
Latest Comments
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 .. 22 Next › Last »
kyak commented on 2020-08-17 14:45 (UTC)
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.
iyanmv commented on 2020-04-17 12:49 (UTC)
@direc85 this is a git package as you can see from the name of the package, so according to AUR guidelines "AUR maintainers should not commit mere pkgver bumps".
You are responsible to update whenever you want. Notice that the PKGBUILD will always try to use the last commit from upstream so you just need to call makepkg
. Or you can also use a helper, that's also your choice.
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 branchv5.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:Read the README.me to learn how to set your interface in monitor mode (and other things).
Important: Use
ip
andiw
instead ofifconfig
andiwconfig