Thanks! af0a0f45aeae
Search Criteria
Package Details: linux-xanmod-headers 7.0.9-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: | GPL-2.0-only |
| Submitter: | Yoshi2889 |
| Maintainer: | figue (figuepluto, jfigueras) |
| Last Packager: | figue |
| Votes: | 131 |
| Popularity: | 0.196625 |
| First Submitted: | 2017-02-14 09:40 (UTC) |
| Last Updated: | 2026-05-17 23:27 (UTC) |
Dependencies (13)
- pahole (pahole-gitAUR)
- bc (bc-ghAUR) (make)
- cpio (cpio-gitAUR) (make)
- gettext (gettext-gitAUR, gettext-gitAUR) (make)
- libelf (elfutils-gitAUR, elfutils-gitAUR) (make)
- pahole (pahole-gitAUR) (make)
- perl (perl-gitAUR) (make)
- python (make)
- rust (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rustup) (make)
- rust-bindgen (rust-bindgen-gitAUR) (make)
- rust-src (rustup-gitAUR, rust-src-gitAUR, rustup) (make)
- tar (tar-gitAUR, uutils-tar-gitAUR) (make)
- xz (xz-gitAUR) (make)
Required by (1)
- linuwu-sense-dkms (optional)
Sources (4)
Latest Comments
« First ‹ Previous 1 .. 25 26 27 28 29 30 31 32 33 34 35 .. 53 Next › Last »
figue commented on 2020-12-10 16:48 (UTC)
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?
figue commented on 2020-12-03 10:00 (UTC)
@xuanruiqi thanks! See 228b10d29424
xuanruiqi commented on 2020-12-03 05:19 (UTC) (edited on 2020-12-03 05:21 (UTC) by xuanruiqi)
Cachy no longer conflicts with NUMA and fair group sched so you can remove
scripts/config --disable CONFIG_NUMA and scripts/config --disable FAIR_GROUP_SCHED.
Netl0tUz commented on 2020-11-29 20:28 (UTC)
i used command { zcat /proc/config.gz > myconfig } to use arch default config file to build kernel Like the example you mentioned ( i can't use modprobed-db cuz it doesn't seem it works with luks2 and i can't boot and building it completely without any changes gives error like cant find z3fold or Problem loading X.509 certificate -65 ) but after output : Using user CUSTOM config... , configuration written to .config , it stops and doesn't do anything. is there anyway to build it like arch default kernel?
figue commented on 2020-11-26 20:39 (UTC) (edited on 2020-11-26 20:40 (UTC) by figue)
So I was waiting for an update of the cachy branch, but as it seems will not be updated, I'll release 5.9.11 without it.
figue commented on 2020-11-23 19:38 (UTC) (edited on 2020-11-23 19:40 (UTC) by figue)
@xuanruiqi cachy is in a separate branch (upstream decision) and in the previous release it wasn't updated. Yesterday I forgot to push the local commit enabling it again... :P
So, here you have: 7585470cc7cb
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: