WARNING: I've added 2 new microarchitectures. From now, native will be 99. Check the script choose-gcc-optimization.sh
for all details.
Search Criteria
Package Details: linux-xanmod-headers 6.11.10-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/linux-xanmod.git (read-only, click to copy) |
---|---|
Package Base: | linux-xanmod |
Description: | Headers and scripts for building modules for the Linux Xanmod - Stable Mainline [MAIN] kernel |
Upstream URL: | http://www.xanmod.org/ |
Licenses: | GPL2 |
Submitter: | Yoshi2889 |
Maintainer: | figue (figuepluto, jfigueras) |
Last Packager: | figue |
Votes: | 132 |
Popularity: | 2.20 |
First Submitted: | 2017-02-14 09:40 (UTC) |
Last Updated: | 2024-11-22 21:25 (UTC) |
Dependencies (10)
- pahole (pahole-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, python311AUR, python310AUR) (make)
- tar (tar-gitAUR, busybox-coreutilsAUR) (make)
- xz (xz-gitAUR) (make)
Required by (0)
Sources (4)
Latest Comments
« First ‹ Previous 1 .. 20 21 22 23 24 25 26 27 28 29 30 .. 52 Next › Last »
figue commented on 2021-01-30 18:50 (UTC)
frostwork commented on 2021-01-27 10:22 (UTC)
Thanks for the quick reply @figue and kudos to @nloewen for the suggestion!
figue commented on 2021-01-27 10:19 (UTC)
@frostwork yes, it works. I've been compiling a couple of kernels with ${XDG_CONFIG_HOME}/linux-xanmod/myconfig and it's fine. Thanks again for the suggestion.
frostwork commented on 2021-01-27 10:16 (UTC)
@figure, Thank you for maintaining this package!
I can confirm that ccc3ce5e4b83 works fine with a script "${XDG_CONFIG_HOME}/linux-xanmod/myconfig" applying custom kernel patches, so I assume a full custom config works as well.
figue commented on 2021-01-24 22:24 (UTC)
@nloewen Can you confirm that ccc3ce5e4b83 works? A myconfig file in $startdir has preference over ${XDG_CONFIG_HOME}/linux-xanmod/myconfig
figue commented on 2021-01-24 22:15 (UTC)
@nloewen seems a good idea. Will be added for sure.
brknrobot commented on 2021-01-24 21:30 (UTC)
I'm using Yay, and would like to make sure that "myconfig" doesn't get lost in any automated build directory cleaning. Would it be possible to add something like ~/.config/linux-xanmod/myconfig
as a fallback path so it can be kept in a safe directory? This would also be good for anyone doing builds in a temp directory.
harappan commented on 2021-01-20 17:35 (UTC)
@figue
Thanks the export function worked. I am not sure, tried the makepkg even when it was 10.5 with manually editing the pkgbuild, however it gave me the error. General yay update works without a problem, but only updates for generic cpu.
figue commented on 2021-01-20 17:25 (UTC)
@agamemnon failure occurred in prepare? What happened?
With yay, you can try to export as global variable, for instance "export _microarchitecture=42"
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: