Package Details: linux-cachyos-headers 6.13.5-1

Git Clone URL: https://aur.archlinux.org/linux-cachyos.git (read-only, click to copy)
Package Base: linux-cachyos
Description: Headers and scripts for building modules for the Linux BORE + LTO + AutoFDO + Propeller Cachy Sauce Kernel by CachyOS with other patches and improvements. kernel
Upstream URL: https://github.com/CachyOS/linux-cachyos
Keywords: cachyos kernel linux
Licenses: GPL-2.0-only
Submitter: ptr1337
Maintainer: ptr1337 (sir_lucjan)
Last Packager: sir_lucjan
Votes: 29
Popularity: 2.93
First Submitted: 2021-10-12 18:31 (UTC)
Last Updated: 2025-02-27 16:55 (UTC)

Latest Comments

1 2 3 4 5 6 .. 8 Next › Last »

solsticedhiver commented on 2025-02-26 23:10 (UTC)

Anyone tried this with _localmodcfg=yes ? Because it seems to stall here; like it does on my other build with modprobe.db.

I needed to patch the PKGBUILD with:

@@ -490,7 +491,7 @@ prepare() {
     if [ "$_localmodcfg" = "yes" ]; then
         if [ -e "$_localmodcfg_path" ]; then
             echo "Running Steven Rostedt's make localmodconfig now"
-            make "${BUILD_FLAGS[@]}" LSMOD="${_localmodcfg_path}" localmodconfig
+            yes "" | make "${BUILD_FLAGS[@]}" LSMOD="${_localmodcfg_path}" localmodconfig
         else
             _die "No modprobed.db data found"
         fi

https://wiki.archlinux.org/title/Talk:Modprobed-db#command_to_run_when_building_kernel

theorland commented on 2025-02-16 01:44 (UTC) (edited on 2025-02-16 01:53 (UTC) by theorland)

any step to compile on LTS kernel ? I have gotten patching error issue

and I got auto.conf error when compiling on latest kernel

[*] DETECTED CPU (MARCH) : TIGERLAKE
Enabling CachyOS config...
Selecting CACHYOS CPU scheduler...
Selecting 'thin' LLVM level...
Setting tick rate to 1000Hz...
Selecting 'full' tick type...
Selecting 'full' preempt type...
Enabling KBUILD_CFLAGS -O3...
Selecting 'always' TRANSPARENT_HUGEPAGE config...
Enable USER_NS_UNPRIVILEGED
Rewrite configuration...
  SYNC    include/config/auto.conf
  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/kconfig/conf.o
  HOSTCC  scripts/kconfig/confdata.o
  HOSTCC  scripts/kconfig/expr.o
  LEX     scripts/kconfig/lexer.lex.c
/bin/sh: line 1: flex: command not found
make[3]: *** [scripts/Makefile.host:9: scripts/kconfig/lexer.lex.c] Error 127
make[2]: *** [Makefile:733: syncconfig] Error 2
/home/user/.cache/yay/linux-cachyos/src/linux-6.13.2/Makefile:777: include/config/auto.conf: No such file or directory
make[1]: *** [/home/user/.cache/yay/linux-cachyos/src/linux-6.13.2/Makefile:834: include/config/auto.conf] Error 2
make: *** [Makefile:251: __sub-make] Error 2

patlefort commented on 2025-02-08 18:44 (UTC)

I see that sources change based on options, however checksums do not. Checksums should also change with options. Alternatively, you could include all possible sources and all checksums regardless of options.

patlefort commented on 2025-02-08 18:36 (UTC)

0001-cachyos-base-all.patch and 0001-rt-i915.patch fail validity check.

nmsl commented on 2025-01-21 12:42 (UTC)

need some default autofdo profiles plz

solarpunkjulian commented on 2024-12-21 12:48 (UTC)

Could you please add flex to the makedeps, without it building using localmodcfg fails

ptr1337 commented on 2024-12-09 21:19 (UTC)

@KorvusKrash

This commonly just happens, when we are updating to a new kernel version. We are doing verification work between pushing to github and pushing to AUR.

If you want to have all time the latest of greatest, please use the github one.

KorvusKrash commented on 2024-12-09 15:48 (UTC)

Failing b2sums validity checks again, this time it's 0001-cachyos-base-all.patch and 0001-bore-cachy.patch

Riebeck commented on 2024-11-20 17:55 (UTC)

@ptr1337 Thanks