@guiodic new branch 5.15 is only accepted as EDGE, not STABLE, you can see in this table: https://xanmod.org/#install_via_apturl
Please, use linux-xanmod-edge package instead (I'm just testing it right now, it will be updated soon).
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.86 |
First Submitted: | 2017-02-14 09:40 (UTC) |
Last Updated: | 2025-02-10 00:08 (UTC) |
« First ‹ Previous 1 .. 9 10 11 12 13 14 15 16 17 18 19 .. 52 Next › Last »
@guiodic new branch 5.15 is only accepted as EDGE, not STABLE, you can see in this table: https://xanmod.org/#install_via_apturl
Please, use linux-xanmod-edge package instead (I'm just testing it right now, it will be updated soon).
Would it be possible to get prebuilt releases such as on Fedora, which uses copr? https://copr.fedorainfracloud.org/coprs/rmnscnce/kernel-xanmod/
I'm asking because the kernel gets updated quite frequently and build times are quite long (with all threads) on an i5-4690k and i7-7700HQ.
FATAL: modpost: drivers/net/wwan/rpmsg_wwan_ctrl: sizeof(struct rpmsg_device_id)=32 is not a modulo of the size of section __mod_rpmsg__<identifier>_device_table=120.
Edit: rm -r $HOME/.ccache
fixed the issue.
@jvn01 try to add "keyserver hkps://keys.openpgp.org" to your ~/.gnupg/gpg.conf and run "gpg --recv-keys key" again. If it doesn't connect, kill dirmngr and try again.
problem when importing keys, how to get over it? Trying some tips from google, still can't fix.
@Gonzo2028 what configuration/variables are you using?
Does not build for me.
LD [M] drivers/gpu/drm/nouveau/nouveau.o AR drivers/gpu/built-in.a make: *** [Makefile:1868: drivers] Fehler 2 ==> FEHLER: Ein Fehler geschah in build(). Breche ab... :: Unable to build linux-xanmod - makepkg exited with code: 4 =>> Try again? [y/N]:
@figue Ah, sorry, I started to use this kernel very recenty and I didn't realize this distinction. Great kernel BTW, thanks for maintaining the packages.
@pmarcelll current STABLE is still 5.13.15-xanmod1
You can install linux-xanmod-edge for the 5.14.x version
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: