Search Criteria
Package Details: linux-cachyos 6.15.6-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/linux-cachyos.git (read-only, click to copy) |
---|---|
Package Base: | linux-cachyos |
Description: | The Linux BORE + LTO + AutoFDO + Propeller Cachy Sauce Kernel by CachyOS with other patches and improvements. kernel and modules |
Upstream URL: | https://github.com/CachyOS/linux-cachyos |
Keywords: | cachyos kernel linux |
Licenses: | GPL-2.0-only |
Provides: | ADIOS-MODULE, KSMBD-MODULE, NTSYNC-MODULE, UKSMD-BUILTIN, VHBA-MODULE, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE |
Submitter: | ptr1337 |
Maintainer: | ptr1337 (sir_lucjan) |
Last Packager: | sir_lucjan |
Votes: | 32 |
Popularity: | 1.78 |
First Submitted: | 2021-10-12 18:31 (UTC) |
Last Updated: | 2025-07-10 16:42 (UTC) |
Dependencies (20)
- coreutils (coreutils-gitAUR, coreutils-selinuxAUR, coreutils-uutilsAUR, coreutils-uutils-symlinkAUR, coreutils-uutils-selinuxAUR)
- initramfs (booster-gitAUR, booster-wip-gitAUR, mkinitcpio-gitAUR, ugrd-gitAUR, ugrdAUR, dracut-gitAUR, booster, dracut, mkinitcpio)
- kmod (kmod-gitAUR)
- bc (bc-ghAUR) (make)
- cpio (cpio-gitAUR) (make)
- gettext (gettext-gitAUR) (make)
- libelf (elfutils-gitAUR) (make)
- pahole (pahole-gitAUR) (make)
- perl (perl-gitAUR) (make)
- python (python37AUR) (make)
- rust (rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rustup-gitAUR, rustup) (make)
- rust-bindgen (rust-bindgen-gitAUR) (make)
- rust-src (rust-src-gitAUR, rustup-gitAUR, rustup) (make)
- tar (tar-gitAUR) (make)
- xz (xz-gitAUR) (make)
- zstd (zstd-gitAUR, zstd-staticAUR) (make)
- linux-firmware (linux-libre-firmwareAUR, linux-firmware-gitAUR, linux-firmware-uncompressedAUR) (optional) – firmware images needed for some devices
- modprobed-dbAUR (optional) – Keeps track of EVERY kernel module that has ever been probed - useful for those of us who make localmodconfig
- scx-scheds (scx-scheds-gitAUR) (optional) – to use sched-ext schedulers
- wireless-regdb (optional) – to set the correct wireless channels of your country
Required by (12)
- ksmbd-tools (requires KSMBD-MODULE)
- linux-cachyos-headers
- mullvad-wg.sh-git (requires WIREGUARD-MODULE) (optional)
- piavpn-bin (requires WIREGUARD-MODULE) (optional)
- piavpn-manual-git (requires WIREGUARD-MODULE)
- uksmd-cachyos-nosystemd-git (requires UKSMD-BUILTIN) (optional)
- uksmd-nosystemd-git (requires UKSMD-BUILTIN) (optional)
- uksmdstats-git (requires UKSMD-BUILTIN) (optional)
- virtualbox-guest-utils-nox-svn (requires VIRTUALBOX-GUEST-MODULES)
- virtualbox-guest-utils-svn (requires VIRTUALBOX-GUEST-MODULES)
- wine-osu-spectator (requires NTSYNC-MODULE) (optional)
- wine-osu-spectator-wow64 (requires NTSYNC-MODULE) (optional)
Latest Comments
1 2 3 4 5 6 .. 9 Next › Last »
Delor3an91 commented on 2025-06-27 19:49 (UTC) (edited on 2025-06-28 08:57 (UTC) by Delor3an91)
Hi CachyOS Team,
Build error on Ivybridge:
TY for your work and your understanding.
EDIT : Latest
rust
update resolved the problem.Wish You well
peter.lyonskehl commented on 2025-06-26 19:46 (UTC) (edited on 2025-06-26 20:37 (UTC) by peter.lyonskehl)
Team CachyOS, Please respect user's /etc/makepkg.conf, specifically MAKEFLAGS. Currently you ignore that and in
PKGBUILD
you 3x use-j"$(nproc)"
.While that may satisfy those with very fast or dedicated/separate machines, it freezes slower machines.
Yes, if you do change it now, that may affect existing users. But if those users didn't complain yet, they have machines powerful enough and they don't have any big problem - other than that they may want to change their /etc/makepkg.conf. So those users do have a workaround - and a very easy one.
As-is, this is unusable-to-build for users with slower machines, AND we have do NOT have an AUR-friendly workaround
bash
aliases are not propagated to children shell sessionsmaking a simple script called
nproc
that prints (for example)1
and adding that script's location in front of any existing PATH does propagate to children shell sessions, but not when installing with Manjaro's pamac or yay.The only workaround is having a custom
nproc
on PATH (as above), and installing with basic tools only:git clone https://aur.archlinux.org/linux-cachyos.git
cd linux-cachyos
PATH=~:$PATH makepkg -si
then most likely:
pacman -U linux-cachyos.pkg.tar.zst
(or some kind of:pacman -U package-name.pkg.tar.zst
)Correct, it's impossible to please everyone. But as-is is discriminating.
Ja4e commented on 2025-06-11 17:15 (UTC) (edited on 2025-06-13 06:40 (UTC) by Ja4e)
Hi CachyOS Team,
Please do keep proper update for all your updated patch. It was very annoying to get a proper update without manual intervention.
Every time after I'm attempting to update the kernel it will always have this issue
Try to update the b2sums properly into the package file? the problematic one is supposed to be
0001-cachyos-base-all.patch
Thank you
Delor3an91 commented on 2025-05-09 17:09 (UTC) (edited on 2025-05-09 17:12 (UTC) by Delor3an91)
Hi CachyOS Team,
May You please push a commit here before make some modification(s) on packages files? This way it will not be a waste of time or energy trying to build
linux-cachyos
and then encounter an error."0001-cachyos-base-all.patch": Change(s) seem(s) present. new
b2sum 0001-cachyos-base-all.patch
seem 676a7c55054cb8c6a29a8999a01ec7de22e76118333d5d2349e63c00f126cb69851fff3ca1c180f69a7e272ae0d47308be25cc1cdc95f50974cc9f97f05d9e26TY for your work and your understanding.
Wish You well
EndlessEden commented on 2025-05-04 10:30 (UTC)
0001-cachyos-base-all.patch changed, 7779ea9233cec0daa350ba8d9c73d86429c5d9beb2af526ea0cb997d440188a2ccaec55c7f4166afb4f323825dc7e005b32d141378753bf271a26b71588ce3e6 0001-cachyos-base-all.patch
43615 commented on 2025-04-23 01:31 (UTC)
A checksum doesn't match:
The b2sum of the downloaded file is
d684dd248a32c12befddfed7355a4b008ceb5ed1b37d992d91654eb1924e513495bfd681dc8e518e145184e021e3aabae8b8a9d2e4444cc12454c08edc5b770e
.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:
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
1 2 3 4 5 6 .. 9 Next › Last »