@dpm I found something interesting, in your logs, none of the MAC addresses matched each other. Try disable https://wiki.archlinux.org/index.php/NetworkManager#Configuring_MAC_address_randomization Also some users reported it works in T3U, and I still cannot find what caused it.
Search Criteria
Package Details: rtl88x2bu-dkms-git 5.13.1.r209.fcf8bf2-1
Package Actions
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: | 57 |
Popularity: | 0.071661 |
First Submitted: | 2018-11-23 23:14 (UTC) |
Last Updated: | 2025-06-10 14:14 (UTC) |
Latest Comments
« First ‹ Previous 1 .. 7 8 9 10 11 12 13 14 15 16 17 .. 20 Next › Last »
RinCat commented on 2020-10-26 06:30 (UTC)
dpm commented on 2020-10-25 11:54 (UTC) (edited on 2020-10-25 12:04 (UTC) by dpm)
@RinCat, one thing I could add is the NIC seems to be always in DORMANT
state, see
3: wlp3s0f0u2: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DORMANT group default qlen 1000
link/ether c6:8f:f9:79:7f:a5 brd ff:ff:ff:ff:ff:ff
dpm commented on 2020-10-24 08:25 (UTC)
@RinCat the Archer T3U is the only interface I have which is able to see and connect to WiFi, so I haven't explicitly selected it but there is no choice. Thanks for the clarification on the drivers
RinCat commented on 2020-10-23 17:37 (UTC)
@dpm Hi, did you set which interface to use for that WiFi network? BTW rtl8812b
and rtl8822b
use the same WiFi driver.
dpm commented on 2020-10-23 08:10 (UTC) (edited on 2020-10-23 08:42 (UTC) by dpm)
Hi @RinCat, thank you for providing the package. I have recently bought an Archer T3U (rtl8812bu
) adapater for my desktop and installed this package. I have the sample problem reported by @sklorpion one month ago. i.e. the dkms seems to be correctly loaded, there is one new NIC, I can see the Wifi from NetworkManager
but once inserted a correct password then it keeps asking it and does not connect to the net. There are two things that are strange according to me, looking at the dmesg
output: first, the adapter seems to be power up and down cyclically and the second it seems that the adapater is read as rtl8822b
and not as rtl8812b
as I expected.
Pastebin for dmesg: https://pastebin.com/CvrYESw2
Pastebin for NetworkManager: https://pastebin.com/pA7hnqGk
(since you were asking @sklorpion too, the P2P device seems to be created directly from the driver
NetworkManager[4517]: <info> [1603440136.8254] Wi-Fi P2P device controlled by interface wlp3s0f0u2 created
)
RinCat commented on 2020-09-21 20:04 (UTC)
@noideas4thisname try set log_level to 5 and see if something wrong. And is this only happened recently?
noideas4thisname commented on 2020-09-21 20:01 (UTC)
I'm facing the same issues as @MildlyProductive and all my networks re-prompt for auth when I know the password is correct. It does not seem like a config issue on the router - I've changed that a few times and can't find a culprit. The driver seems to be loading correctly and I can scan, but connecting fails.
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
or modprobe 88x2bu rtw_drv_log_level=5
, and post your dmesg and network managers logs to https://pastebin.com/ .
RinCat commented on 2020-09-20 23:26 (UTC)
@MildlyProductive that package is 2018 version driver, and this one is 2020 version. If both have similar issue, I cannot tell when/where the problem come from.
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/ .