Package Details: linux-mainline-headers 6.12-1

Git Clone URL: https://aur.archlinux.org/linux-mainline.git (read-only, click to copy)
Package Base: linux-mainline
Description: Headers and scripts for building modules for the Linux Mainline kernel
Upstream URL: https://kernel.org/
Licenses: GPL-2.0-only
Submitter: miffe
Maintainer: miffe
Last Packager: miffe
Votes: 278
Popularity: 2.41
First Submitted: 2011-07-22 06:50 (UTC)
Last Updated: 2024-11-18 03:24 (UTC)

Required by (0)

Sources (2)

Pinned Comments

miffe commented on 2020-01-30 21:44 (UTC)

Repository here

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 .. 76 Next › Last »

ckane commented on 2022-02-07 23:15 (UTC) (edited on 2022-02-07 23:16 (UTC) by ckane)

I would recommend adding the following change to the config:

diff --git a/config b/config
index 40c8019..898c766 100644
--- a/config
+++ b/config
@@ -644,6 +644,7 @@ CONFIG_CPU_FREQ_GOV_SCHEDUTIL=y
  # CPU frequency scaling drivers
  #
  CONFIG_X86_INTEL_PSTATE=y
+CONFIG_X86_AMD_PSTATE=y
  CONFIG_X86_PCC_CPUFREQ=m
  CONFIG_X86_ACPI_CPUFREQ=m
  CONFIG_X86_ACPI_CPUFREQ_CPB=y

miffe commented on 2022-01-30 21:14 (UTC)

The PSU in my server blew, so it will be a few days until the repo and rc2 is online.

kola54453 commented on 2022-01-30 14:26 (UTC)

repo seems to be down atm

MuggleTwist commented on 2022-01-05 21:14 (UTC)

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

swyter commented on 2022-01-01 17:38 (UTC)

Very small thing; I think wireguard-maineline in the PKGBUILD should be wireguard-mainline.

miffe commented on 2021-12-14 23:27 (UTC)

@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.

CyrIng commented on 2021-12-14 23:19 (UTC)

@arglebargle : Bravo! Your patch helps me to build the CoreFreq driver.

HoaS commented on 2021-11-30 15:41 (UTC)

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!