Hi there, I'm running the AC1200 from www.amazon.com/dp/B07V4R3QHW on the raspberry pi 4 (aarch64). I switched the device from USB3 to USB2 port and it worked instantly. Will USB3 be supported in the future?
pastebin.com/pDhPjpW0
Git Clone URL: | https://aur.archlinux.org/rtl88x2bu-dkms-git.git (read-only, click to copy) |
---|---|
Package Base: | rtl88x2bu-dkms-git |
Description: | Kernel module for Realtek rtl88x2bu WiFi chipset |
Upstream URL: | https://github.com/RinCat/RTL88x2BU-Linux-Driver |
Keywords: | RTL8812BU RTL8822BU |
Licenses: | GPL2 |
Submitter: | RinCat |
Maintainer: | RinCat |
Last Packager: | RinCat |
Votes: | 56 |
Popularity: | 1.10 |
First Submitted: | 2018-11-23 23:14 (UTC) |
Last Updated: | 2024-12-03 04:43 (UTC) |
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 .. 19 Next › Last »
Hi there, I'm running the AC1200 from www.amazon.com/dp/B07V4R3QHW on the raspberry pi 4 (aarch64). I switched the device from USB3 to USB2 port and it worked instantly. Will USB3 be supported in the future?
pastebin.com/pDhPjpW0
Thank you. Works fine with TP-Link Archer T3U (USB) [Realtek RTL8812BU] 2357:012d Manjaro 5.13.11
Thanks! This is the only AUR, that worked for me! Archer T3U Plus, linux 5.12
I am encountering issues with the Archer T3U Plus (on USB 3.0 and 2.0 (just have seen there have been issues with only 3.0 on some repos with this driver so thought it was relevant to mention) on "5.13.5-1-MANJARO" kernel, here is the dmesg with modprobe 88x2bu rtw_drv_log_level=5
(First one was before modprobe as I forgot, second time it was plugged in was with the modprobe) https://hastebin.com/igojivejob.yaml
Works without a hitch - thanks !!! TP-Link Archer AC1300 T3U Plus High Gain
@BannedPatriot updated, thanks.
@RinCat There is a newer version of this driver available. I've also patched the driver for Kernel v5.12.
@neuromante reinstall, I had it fixed in git.
@RinCat
[SOLVED]
I tested an unofficial kernel (5.12-ck-zen2) which seem to be based on the official 5.12 with additional patches... The kernel module buiding failed. This is the relevant log:
var/lib/dkms/rtl88x2bu/5.8.7.1.r115.f4dadca/build/os_dep/linux/recv_linux.c: In function ‘napi_recv’:
/var/lib/dkms/rtl88x2bu/5.8.7.1.r115.f4dadca/build/os_dep/linux/recv_linux.c:358:55: error: ‘GRO_DROP’ undeclared (first use in this function)
358 | if (rtw_napi_gro_receive(&padapter->napi, pskb) != GRO_DROP)
| ^~~~~~~~
/var/lib/dkms/rtl88x2bu/5.8.7.1.r115.f4dadca/build/os_dep/linux/recv_linux.c:358:55: note: each undeclared identifier is reported only once for each function it appears in
Nevermind...I had to update my local aur package...
Pinned Comments
RinCat commented on 2020-09-20 23:29 (UTC)
If you encountered any problems, set debug log use
echo 5 > /proc/net/rtl88x2bu/log_level
ormodprobe 88x2bu rtw_drv_log_level=5
, and post your dmesg and network managers logs to https://pastebin.com/ .