@daemonspudguy please edit your comment and paste in gist or any other external service, simply to clean the comments section. Thank you!
Edit: about your log, do you have something customized in /etc/mkinitcpio.conf?
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) |
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 52 Next › Last »
@daemonspudguy please edit your comment and paste in gist or any other external service, simply to clean the comments section. Thank you!
Edit: about your log, do you have something customized in /etc/mkinitcpio.conf?
@figue ok. Here's the output of that command. https://gist.github.com/daemonspudguy/d3032dc7fd6945ec255ddddebcb1bc58
@daemonspudguy mkinitcpio has -v (verbose). Try to launch it with -v and see what's going on.
I can't get XanMod to properly make an initcpio, it just says that errors were encountered and the resulting image hangs the machine.
@figue ah yes, sorry for the fuss, my bad
You can remove our comments since they don't contribute anything valuable to the discussion.
@murlakatamenka stable version is:
Linux 6.5 Stable Mainline [MAIN] 6.5.9-xanmod1
If you want to install edge, use https://aur.archlinux.org/packages/linux-xanmod-edge
@BryanLiang SourceForge was down yesterday, so patches were not available. It was fixed today.
What happened to Linux-Xanmod 6.4.15? Why it is reverted?
6.4.10-1 not building with clang:
clang-15: error: optimization flag '-fexcess-precision=fast' is not supported [-Werror,-Wignored-optimization-argument]
6.4.8-1 currently not building with clang:
clang-15: error: unknown argument: '-fcx-limited-range'
clang-15: error: optimization flag '-fexcess-precision=fast' is not supported [-Werror,-Wignored-optimization-argument]
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: