CONFIG_RTW88_8821AU=m
CONFIG_RTW88_8812AU=m
So can this be enabled in 6.13? I see it still stays left out though officially supported. Even openwrt backported this to coming release 24.10.0-rc4
Git Clone URL: | https://aur.archlinux.org/linux-mainline.git (read-only, click to copy) |
---|---|
Package Base: | linux-mainline |
Description: | The Linux Mainline kernel and modules |
Upstream URL: | https://kernel.org/ |
Licenses: | GPL-2.0-only |
Provides: | KSMBD-MODULE, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE |
Replaces: | virtualbox-guest-modules-arch, wireguard-arch |
Submitter: | miffe |
Maintainer: | miffe |
Last Packager: | miffe |
Votes: | 281 |
Popularity: | 2.20 |
First Submitted: | 2011-07-22 06:50 (UTC) |
Last Updated: | 2025-01-20 06:29 (UTC) |
CONFIG_RTW88_8821AU=m
CONFIG_RTW88_8812AU=m
So can this be enabled in 6.13? I see it still stays left out though officially supported. Even openwrt backported this to coming release 24.10.0-rc4
@muziknavi That's good! Only few 8821AU/8812AU devices are supported by kernel 6.13 and your wifi adapter is one of them.
I built locally this PKGBUILD with enabled modules, it works great.
Dec 05 13:06:07 kernel: rtw_8812au 3-1.5:1.0: Firmware version 52.14.0, H2C version 0
@muziknavi I have a bad news for you.
The patches that contain device ids for 8812AU/8821AU [1][2] are not merged into linux mainline, so currently only the devices whose id is "2604:0012" or "2357:011e" are supported [3]. Your wifi adapter may still not work even if these two options are enabled.
[1] https://github.com/pkshih/rtw/commit/7b5ce65d90187f0944e70dc5741aa0edfac926f4
[2] https://github.com/pkshih/rtw/commit/1ee6ff9ae3c1a9eda9081f9db04f85d3a7352d38
[3] https://github.com/torvalds/linux/commit/8f82bb2cfaf7b8992e0e8493cb765138254f87c9
Could you add these wifi drivers to config? I have this wifi for which the kernel started support since 6.13
CONFIG_RTW88_8821AU=m
CONFIG_RTW88_8812AU=m
In 6.13rc1 at least rtw8821/12 is not set:
# CONFIG_RTW88_8821AU is not set
# CONFIG_RTW88_8812AU is not set
So, how do we enable the new preemp-RT "mode"? In the config file there is no such option. Thanx.
@alpha_gu yes this is a known problem, see https://bbs.archlinux.org/viewtopic.php?id=301155
Virtualbox can't run with this kernel, a error message says VMX ROOT MODE ...
The modules are not compressed.
And the binary packages in miffe repo didn't work on my pc, the packages built on my pc didn't work neither, I will try to find the cause this weekend.
Pinned Comments
miffe commented on 2020-01-30 21:44 (UTC)
Repository here