@figue you're welcome :) Thanks for keeping this kernel package up to date, with such a nice PKGBUILD script. It really is awesome.
Search Criteria
Package Details: linux-xanmod 6.13.12-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: | 133 |
Popularity: | 1.60 |
First Submitted: | 2017-02-14 09:40 (UTC) |
Last Updated: | 2025-04-22 06:46 (UTC) |
Dependencies (15)
- coreutils (coreutils-gitAUR, coreutils-selinuxAUR, coreutils-uutilsAUR, coreutils-uutils-symlinkAUR)
- initramfs (booster-gitAUR, booster-wip-gitAUR, dracut-gitAUR, mkinitcpio-gitAUR, ugrd-gitAUR, booster, dracut, mkinitcpio)
- kmod (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) (make)
- xz (xz-gitAUR) (make)
- linux-firmware (linux-libre-firmwareAUR, linux-firmware-uncompressedAUR, linux-firmware-gitAUR) (optional) – firmware images needed for some devices
- scx-scheds (scx-scheds-gitAUR) (optional) – to use sched-ext schedulers
- 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 .. 31 32 33 34 35 36 37 38 39 40 41 .. 52 Next › Last »
aviallon commented on 2020-07-28 21:21 (UTC)
figue commented on 2020-07-28 21:10 (UTC)
@aviallon confirmed. Thanks for reporting.
I'll be a few days on vacation but with limited access to my computer. If something important happens, please send me an email.
aviallon commented on 2020-07-28 08:39 (UTC)
I have an invalid checksum check for patch-5.7.10-xanmod2.xz even after redownloading completely. I can confirm that, after decompressing, I get a (massive) patch file. Perhaps you forgot to updpkgsums ?
tiberiousr commented on 2020-07-26 02:19 (UTC)
@sinsworn You can manually import the keys, I found I had to specify a keyserver with the following:
gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys ABAF11C65A2970B130ABE3C479BE3E4300411886
gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys 647F28654894E3BD457199BE38DBBDC86092693E
Which fixed the import issue for me.
Sinsworn commented on 2020-07-18 16:05 (UTC)
right, i might be the idiot here but when i try to install this fine package i get: ==> PGP keys need importing: -> ABAF11C65A2970B130ABE3C479BE3E4300411886, required by: linux-xanmod -> 647F28654894E3BD457199BE38DBBDC86092693E, required by: linux-xanmod ==> Import? [Y/n] :: Importing keys with gpg... gpg: keyserver receive failed: General error problem importing keys
please give me a hand....
figue commented on 2020-07-17 19:40 (UTC)
Anybody here is the owner of this channel in Telegram?
figue commented on 2020-07-17 19:40 (UTC)
@ahuston-0 don't worry about that... It means that a module is already included in kernel image
ahuston-0 commented on 2020-07-16 19:24 (UTC) (edited on 2020-07-16 19:24 (UTC) by ahuston-0)
For anyone who's having issues with compiling the kernel due to this bug:
cp: cannot stat '(builtin)': No such file or directory
There's a potential fix in #65725 [https://bugs.archlinux.org/task/65725]. For now it looks like you can install mkinitcpio-28 from the testing repo and it should allow you to compile linux-xanmod and linux-clear at the very least (those are the ones tested so far that I'm aware of).
figue commented on 2020-07-14 23:30 (UTC) (edited on 2020-07-14 23:55 (UTC) by figue)
@romulasry zstd compression is already included to xanmod kernel. You can activate by default setting CONFIG_KERNEL_ZSTD in build time.
You can use myscript file, just create that file and add:
scripts/config --enable CONFIG_KERNEL_ZSTD
scripts/config --disable CONFIG_KERNEL_LZ4
I haven't tested, but should do the trick.
romulasry commented on 2020-07-14 02:20 (UTC)
You want to make a zstd version or add it to this, here are the patches: https://sourceforge.net/projects/xanmod/files/patches/linux-5.7.y-xanmod/kernel_zstd/
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: