Automatically generated file; DO NOT EDIT.
Linux/x86 5.15.2-arch1 Kernel Configuration
Your kernel config is from the previous kernel. Maybe this is why the rtw89 driver is not being built
Git Clone URL: | https://aur.archlinux.org/linux-mainline.git (read-only, click to copy) |
---|---|
Package Base: | linux-mainline |
Description: | Documentation for the Linux Mainline kernel |
Upstream URL: | https://kernel.org/ |
Licenses: | GPL-2.0-only |
Submitter: | miffe |
Maintainer: | miffe |
Last Packager: | miffe |
Votes: | 281 |
Popularity: | 1.83 |
First Submitted: | 2011-07-22 06:50 (UTC) |
Last Updated: | 2025-01-20 06:29 (UTC) |
« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 14 15 .. 77 Next › Last »
Your kernel config is from the previous kernel. Maybe this is why the rtw89 driver is not being built
Very small thing; I think wireguard-maineline in the PKGBUILD should be wireguard-mainline.
@HoaS: I don't change the config from the default from core/linux. It's just too much of a maintenance burden for me. But you can easily configure it for yourself.
@arglebargle : Bravo! Your patch helps me to build the CoreFreq driver.
Any chance the rtw89 driver could be added? I need it for my Realtek RTL8852AE wireless card.
CONFIG_RTW89=m
CONFIG_RTW89_CORE=m
CONFIG_RTW89_PCI=m
CONFIG_RTW89_8852AE=m
CONFIG_RTW89_DEBUG=y
CONFIG_RTW89_DEBUGFS=y
Thanks!
@arglebargle
Do you run that in bash
before doing a makepkg -cfsi
?
If anyone else is having trouble with DKMS modules starting with 5.16 this gets things moving for me again:
diff --git a/PKGBUILD b/PKGBUILD
index 12bec08..a0d30f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -243,6 +243,9 @@ _package-headers() {
# add objtool for external module building and enabled VALIDATION_STACK option
install -Dt "$builddir/tools/objtool" tools/objtool/objtool
+ # add resolve_btfids for external module building
+ install -Dt "$builddir/tools/bpf/resolve_btfids" tools/bpf/resolve_btfids/resolve_btfids
+
# add xfs and shmem for aufs building
mkdir -p "$builddir"/{fs/xfs,mm}
@SimPilotAdamT: It's not on by default, see https://github.com/archlinux/svntogit-packages/blob/5fba24e0c1702cf63ca16bef091746c11169cfd6/trunk/makepkg.conf#L48
Pinned Comments
miffe commented on 2020-01-30 21:44 (UTC)
Repository here