@Singularity indeed. Thanks for the comment.
Search Criteria
Package Details: linux-xanmod-headers 6.14.6-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: | 0.96 |
First Submitted: | 2017-02-14 09:40 (UTC) |
Last Updated: | 2025-05-09 23:30 (UTC) |
Dependencies (10)
Required by (0)
Sources (4)
Latest Comments
« First ‹ Previous 1 .. 24 25 26 27 28 29 30 31 32 33 34 .. 52 Next › Last »
figue commented on 2020-12-18 15:57 (UTC)
Singularity commented on 2020-12-18 11:18 (UTC)
Since we all compile the kernel here … one can boot without initramfs, if one compiles the modules necessary for accessing the hard drive into the kernel. With this PKGBUILD it's also quite practical, one can create the file "myconfig" next to the PKGBUILD with lines of the form "scripts/config --enable CONFIG_SATA_AHCI". I only needed that one additional module compiled in.
figue commented on 2020-12-14 23:28 (UTC)
New package for XanMod + Cacule scheduler:
figue commented on 2020-12-13 09:01 (UTC) (edited on 2020-12-13 09:11 (UTC) by figue)
@xuanruiqi My apologies, it seems not stable yet and upstream decided to remove it for now. Instead I see that the cachy branch was updated. I'll revert the cacule advice for now until it becomes stable enough.
Edit: done 2ef6ccea265b
xuanruiqi commented on 2020-12-13 08:46 (UTC)
Where is linux-xanmod-cacule, though?
figue commented on 2020-12-10 16:48 (UTC)
Thanks! af0a0f45aeae
Scimmia commented on 2020-12-10 16:43 (UTC)
Please see the warning here: https://wiki.archlinux.org/index.php/Kernel/Arch_Build_System#Modifying_the_PKGBUILD
figue commented on 2020-12-10 09:26 (UTC)
@rayzorben let me ask to Alexander (upstream developer) about his plans with cachy... If this situation will be longer, I'll split it.
rayzorben commented on 2020-12-10 07:58 (UTC)
Can you split this out into 2 separate packages?
linux-xanmod
linux-xanmod-cachy
I don't really want this kernel without cachy, so to have it come up when I do an Syyu
and then fail is sort of frustrating.
Then you only update the cachy branch when it is available.
I appreciate all of the work that you do to distribute this.
JuniorJPDJ commented on 2020-12-05 21:21 (UTC)
Am I only person having problems with waking up from sleep using this package?
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: