problem when importing keys, how to get over it? Trying some tips from google, still can't fix.
Search Criteria
Package Details: linux-xanmod 6.11.10-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/linux-xanmod.git (read-only, click to copy) |
---|---|
Package Base: | linux-xanmod |
Description: | The Linux kernel and modules with Xanmod patches |
Upstream URL: | http://www.xanmod.org/ |
Licenses: | GPL2 |
Provides: | KSMBD-MODULE, NTFS3-MODULE, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE |
Replaces: | virtualbox-guest-modules-arch, wireguard-arch |
Submitter: | Yoshi2889 |
Maintainer: | figue (figuepluto, jfigueras) |
Last Packager: | figue |
Votes: | 132 |
Popularity: | 1.79 |
First Submitted: | 2017-02-14 09:40 (UTC) |
Last Updated: | 2024-11-22 21:25 (UTC) |
Dependencies (14)
- coreutils (coreutils-gitAUR, busybox-coreutilsAUR, coreutils-hybrid-gitAUR, coreutils-selinuxAUR, coreutils-uutilsAUR, coreutils-hybridAUR)
- initramfs (booster-gitAUR, booster-wip-gitAUR, dracut-gitAUR, mkinitcpio-gitAUR, booster, dracut, mkinitcpio)
- kmod (busybox-coreutilsAUR, kmod-gitAUR)
- bc (bc-ghAUR) (make)
- cpio (cpio-gitAUR) (make)
- gettext (gettext-gitAUR) (make)
- libelf (elfutils-gitAUR) (make)
- pahole (pahole-gitAUR) (make)
- perl (perl-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- tar (tar-gitAUR, busybox-coreutilsAUR) (make)
- xz (xz-gitAUR) (make)
- linux-firmware (linux-libre-firmwareAUR, linux-firmware-xzAUR, linux-firmware-amd-staging-um5606-gitAUR, linux-firmware-uncompressedAUR, linux-firmware-gitAUR) (optional) – firmware images needed for some devices
- wireless-regdb (optional) – to set the correct wireless channels of your country
Required by (6)
- ksmbd-tools (requires KSMBD-MODULE)
- mullvad-wg.sh-git (requires WIREGUARD-MODULE) (optional)
- piavpn-bin (requires WIREGUARD-MODULE) (optional)
- piavpn-manual-git (requires WIREGUARD-MODULE)
- virtualbox-guest-utils-nox-svn (requires VIRTUALBOX-GUEST-MODULES)
- virtualbox-guest-utils-svn (requires VIRTUALBOX-GUEST-MODULES)
Sources (4)
Latest Comments
« First ‹ Previous 1 .. 9 10 11 12 13 14 15 16 17 18 19 .. 52 Next › Last »
jvn01 commented on 2021-10-03 09:53 (UTC)
figue commented on 2021-09-21 18:28 (UTC)
@Gonzo2028 what configuration/variables are you using?
Gonzo2028 commented on 2021-09-21 17:44 (UTC) (edited on 2021-09-21 17:46 (UTC) by Gonzo2028)
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]:
pmarcelll commented on 2021-09-14 10:45 (UTC)
@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.
figue commented on 2021-09-10 20:02 (UTC)
@pmarcelll current STABLE is still 5.13.15-xanmod1
You can install linux-xanmod-edge for the 5.14.x version
figue commented on 2021-09-02 08:36 (UTC)
@GDsouza 5.14.0-xanmod1 is EDGE only for now:
figue commented on 2021-08-27 15:11 (UTC)
@carlmarqs I don't have any system with btrfs to test, but probably some config is missing...
Possibly this could help?
https://wiki.archlinux.org/title/Btrfs#Mounting_subvolume_as_root
carlmarqs commented on 2021-08-27 14:41 (UTC)
Cannot boot to btrfs root: ERROR: device 'UUID=XXX' not found. Skipping fsck.
OS working on linux-zen, so fstab is correct. Using _localmodcfg: btrfs, ext4 and vfat are present in .config. "lsblk -l" output:
sda
├─sda1 vfat FAT32 /efi
├─sda2
├─sda3 ntfs System
├─sda4 btrfs /
├─sda5 swap 1 [SWAP]
├─sda6 ntfs
└─sda7
sdb
├─sdb1
├─sdb2 ntfs Data
├─sdb3 btrfs /home
└─sdb4 swap 1 [SWAP]
figue commented on 2021-08-27 00:04 (UTC)
@Alesander the latter.
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: