@qontinuum yes, probably I'll need to make a new package called linux-xanmod-edge and leave this package in the stable branch. Thanks for your suggestion.
Edit: done.
| 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) |
« First ‹ Previous 1 .. 14 15 16 17 18 19 20 21 22 23 24 .. 53 Next › Last »
@qontinuum yes, probably I'll need to make a new package called linux-xanmod-edge and leave this package in the stable branch. Thanks for your suggestion.
Edit: done.
Hello, I don't know if it has already been asked but why aren't you following the upstream naming? Like this package should currently be on version 5.12.14 while a linux-xanmod-edge package could be on version 5.13.0.
git.archlinux.org is dead, therefore, sphinx-workaround.patch can't be downloaded.
@Logical_Master try to add to MODULES and install the package again (only install with pacman -U, not build). Perhaps you have to add to vfat to /etc/modules-load.d/vfat.conf
@figue They are both present in the modprobed.db file. Should I add "vfat" to the MODULES array in /etc/mkinitcpio.conf?
@Logical_Master ensure that ext4 and vfat are in ~/.config/modprobed.db
@figue it says command not found
Edit: Booting into the mainline kernel, it says ext4 for root and vfat for efi
@Logical_Master what's your "lsblk -f" output? You need to add the correct FS type.
@figue What exactly do I need to add to those files?
Edit: (i.e) The exact text / name of the module
Edit 2: I added "ext4" in modprobed.db and in the modules array, rebuilt the kernel and initramfs. Still getting the same error
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: