@j1simon pinned message updated. use_ns is not in PKGBUILD anymore.
For the Task Type scheduler, it's in a separated package:
Git Clone URL: | https://aur.archlinux.org/linux-xanmod.git (read-only, click to copy) |
---|---|
Package Base: | linux-xanmod |
Description: | The Linux kernel and modules with Xanmod patches |
Upstream URL: | http://www.xanmod.org/ |
Licenses: | GPL2 |
Provides: | KSMBD-MODULE, NTFS3-MODULE, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE |
Replaces: | virtualbox-guest-modules-arch, wireguard-arch |
Submitter: | Yoshi2889 |
Maintainer: | figue (figuepluto, jfigueras) |
Last Packager: | figue |
Votes: | 132 |
Popularity: | 1.04 |
First Submitted: | 2017-02-14 09:40 (UTC) |
Last Updated: | 2025-03-31 06:52 (UTC) |
« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 .. 52 Next › Last »
@j1simon pinned message updated. use_ns is not in PKGBUILD anymore.
For the Task Type scheduler, it's in a separated package:
Can someone explain me why the main page (https://xanmod.org/) talks about the Task Type CPU Scheduler
if it is not in the patch?
I have several questions about pinned comments and PKGBUILD
:
env _microarchitecture=98 use_numa=n use_tracers=n use_ns=y _localmodcfg=y makepkg -sic
I don't see use_ns
anywhere.
In PKGBUILD
:
# Choose between the 4 main configs for stable branch. Default x86-64-v1 which use CONFIG_GENERIC_CPU2:
# Possible values: config_x86-64-v1 (default) / config_x86-64-v2 / config_x86-64-v3 / config_x86-64-v4
# Source files: https://github.com/xanmod/linux/tree/5.17/CONFIGS/xanmod/gcc
In that link doesn't exist config_x86-64-v4
On the main page (https://xanmod.org/) there is a link to a script (https://dl.xanmod.org/check_x86-64_psabi.sh) that detects the appropriate value for the CPU where it is compiled.
@figue thx for quick fix)
@xpamych @3d0 thanks for report it. Sorry about that. Should be ok now.
Also, you can use again _compiler=clang if you want a clang compilation :)
export _microarchitecture=99 use_numa=n use_tracers=n _compiler=clang && makepkg -sric
curl: (22) The requested URL returned error: 404 ==> ОШИБКА: Ошибка при загрузке 'https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-6.0.tar.xz' Прерывание...
fixed in PKGBUILD
_branch=6.x
after error =)
-> Setting version... cp: не удалось выполнить stat для 'CONFIGS/xanmod/gcc/config_x86-64': Нет такого файла или каталога ==> ОШИБКА: Произошел сбой в prepare(). Прерывание... /tmp/linux
Bad Url to get the kernel. It says https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-6.0.tar.xz. It should say https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.0.tar.xz
Edit: thanks for the fixes, now it's working
@sk21 depends on what you change. If it's already done by a PKGBUILD variable, you can launch your paru with your custom variables (add to your .bashrc or directly from terminal).
how can i edit the PKGBUILD and make it permanent across updates? currently i download it using paru and edit it, but updating my system seems to revert to the defaults
@That1Calculator unflagged:
Current Stable (STABLE) 5.17.13-xanmod1 2022-06-06
Pinned Comments
anlorsp commented on 2024-07-13 17:07 (UTC) (edited on 2024-07-15 04:53 (UTC) by anlorsp)
Adding
to myconfig does solve the "Failed to insert module 'nvidia': Key was rejected by service" problem.
Anyone who configured secure boot using sbctl and want to load dkms modules can try this solution.
figue commented on 2018-12-14 00:50 (UTC) (edited on 2023-02-27 20:00 (UTC) by figue)
This package have several variables to enable/disable features.
Personally I'm running now xanmod kernel compiled with this:
Also, you can now create the file myconfig in your local repo to build this package with a custom config or use ${XDG_CONFIG_HOME}/linux-xanmod/myconfig. This file can be a full kernel config or be a script with several entries to add/remove options (you have several examples in PKGBUILD by using scripts/config):
Code involved: