Hello~
I can totally understand why you would not set a replaces for a kernel in such a case.
That said, I've made the change to regular Xanmod and (after having to DL an Archiso because I'm a dummy and forgot to make the initcpios...) I'm back on.
Thanks again for your fast reply, and also for your work maintaining the package !
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.20 |
| 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 .. 6 7 8 9 10 11 12 13 14 15 16 .. 53 Next › Last »
Wrexes commented on 2022-11-24 18:04 (UTC) (edited on 2022-11-24 18:05 (UTC) by Wrexes)
figue commented on 2022-11-23 19:27 (UTC) (edited on 2022-11-23 19:30 (UTC) by figue)
@Wrexes indeed, -edge is not supported upstream anymore. You can find current maintained branches in upstream url:
Releases
Linux 6.0 Current Stable (MAIN) 6.0.9-xanmod1 2022-11-16 [ Tree ] [ Tarball ] [ Patch ] [ Changes ] [ Full ChangeLog ]
Linux 6.0-rt Stable Real-time (RT) 6.0.7-rt14-xanmod1 2022-11-04 [ Tree ] [ Tarball ] [ Patch ] [ Changes ] [ Full ChangeLog ]
Linux 5.15 Long Term Support (LTS) 5.15.78-xanmod1 2022-11-10 [ Tree ] [ Tarball ] [ Patch ] [ Changes ] [ Full ChangeLog ]
Sorry to not add a replace, but I thought the simple deletion was the right choice.
Wrexes commented on 2022-11-23 17:43 (UTC)
Hi ! The edge version of the package has disappeared without notice, and I didn't get a "X replaces Y" notification. Is it intentional? And do I need to remove it and replace it manually with this one? Thanks in advance for your response.
figue commented on 2022-11-15 19:23 (UTC)
@Grimish try to launch makepkg with -C to clean your sources. Also check you don't have any patch file in srcdir.
Grimish commented on 2022-11-15 18:26 (UTC)
Getting already patched kickbacks when I try to build. Anyone else experiencing this? Done a couple hard resets over the past 2 weeks and have only had 1 successful build at the beginning of that.
figue commented on 2022-11-02 19:01 (UTC)
@j1simon pinned message updated. use_ns is not in PKGBUILD anymore.
For the Task Type scheduler, it's in a separated package:
j1simon commented on 2022-11-02 15:23 (UTC) (edited on 2022-11-02 15:23 (UTC) by j1simon)
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?
j1simon commented on 2022-11-02 10:05 (UTC) (edited on 2022-11-02 10:08 (UTC) by j1simon)
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.
xpamych commented on 2022-10-16 19:08 (UTC)
@figue thx for quick fix)
figue commented on 2022-10-16 19:06 (UTC)
@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 :)
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: