@a36233: have you got supplementary CFLAGS or CXXFLAGS in your /etc/makepkg.conf than the arch defaults? It compiles fine here with both kernels 4.11.9-1-ARCH and 4.11.11-1-ck. Which kernel do you use?
EDIT: it looks like you have -Werror=incompatible-pointer-types in your CFLAGS, which makes your compiler throw an error in place of a warning. This is not the default in arch, so you might have added this option in makepkg.conf or yur bashrc, etc. This could be corrected in the code, I will look at it anyway.
Search Criteria
Package Details: rtl8812au-dkms-git 5.13.6.r46.gcbe2fd6-1
Package Actions
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.003293 |
First Submitted: | 2015-06-08 13:04 (UTC) |
Last Updated: | 2024-05-23 13:07 (UTC) |
Dependencies (3)
Required by (0)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 23 24 25 26 27 28 29 30 31 32 Next › Last »
zebulon commented on 2017-07-19 19:25 (UTC) (edited on 2017-07-20 08:41 (UTC) by zebulon)
zebulon commented on 2017-07-19 19:22 (UTC) (edited on 2017-07-19 19:27 (UTC) by zebulon)
@greyone: not sure. Have you tried the other 8812au packages on AUR? Is it specific to my version? EDIT: I see the same bcdUSB 2.00 with my adapter (Edimax 1200ac). I will check other sources to see if I can fix this.
a36233 commented on 2017-07-17 11:07 (UTC)
It fails to compile with:
cfg80211.c:6392:25: error: initialization from incompatible pointer type [-Werror=incompatible-pointer-types]
.change_virtual_intf = cfg80211_rtw_change_iface,
^~~~~~~~~~~~~~~~~~~~~~~~~
/AUR/rtl8812au-v5-dkms-git/src/rtl8812au/os_dep/linux/ioctl_cfg80211.c:6392:25: note: (near initialization for ‘rtw_cfg80211_ops.change_virtual_intf’)
/AUR/rtl8812au-v5-dkms-git/src/rtl8812au/os_dep/linux/ioctl_cfg80211.c:6415:22: error: initialization from incompatible pointer type [-Werror=incompatible-pointer-types]
.add_virtual_intf = cfg80211_rtw_add_virtual_intf,
greyone commented on 2017-07-16 16:19 (UTC) (edited on 2017-07-16 17:28 (UTC) by greyone)
Hello,
I have "Netis wf2190" configured as AP with hostapd.
My device is recognized as usb2.0 (bcdUSB 2.0) instead as usb3.0. Is this a driver or OS issue or I did something incorrect?
In general I don't have any other problems using this driver. My kernel is 4.11.9-1-ARCH.
Thank you!
<deleted-account> commented on 2017-07-11 00:32 (UTC)
There is changelog (ReleaseNotes.pdf) inside the driver package. It is quite simple and uses words like "Fix XXX issue" or "Update XXX".
According to Jes Sorensen:
https://www.linuxplumbersconf.org/2016/ocw/system/presentations/4089/original/2016-11-02-rtl8xxxu-presentation.pdf
Realtek development process
1)Respin hardware
2)cp -a driver-<oldchip> driver-<newchip>
3)Hack driver-<newchip>
4)Release driver-<newchip>
5)goto 1
Think twice before you buy Realtek wireless adapters which have no driver in kernel.
zebulon commented on 2017-07-10 15:27 (UTC)
@rollenwiese: you are right, there are a few VIDs that are missing in my version. I will push them to my repo soon.
zebulon commented on 2017-07-10 15:03 (UTC)
@bhrgovlh: very useful, thanks (even without translation ;) We learn that there was no official driver between 4.3.20 and 5.1.5. It also confirms what I suspected: driver 4.3.22 is not stable and probably not fresher than 4.3.20. Glad to see that Realtek is doing some cleanup in their mess, but on the other hand the culture of secrecy and lack of changelog is really a pain. Their main website has no 8812AU driver at all!
<deleted-account> commented on 2017-07-10 12:54 (UTC)
This Chinese site may give you a hint:
http://www.zapo.com.cn/product_page.asp?id=68
(You may use Google Translate)
zebulon commented on 2017-07-10 09:53 (UTC)
@bhrgovlh: many thanks. Any idea where this driver comes from, and if other repos have already integrated it?
Pinned Comments
zebulon commented on 2019-10-01 06:19 (UTC)
To all having an issue with this driver: please try https://aur.archlinux.org/packages/rtl88xxau-aircrack-dkms-git alternatively.