I don't understand, I thought we just had to update the checksum for the config file.. which is the same one I just downloaded when attempting to update through yaourt.
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.56 |
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 .. 46 47 48 49 50 51 52 Next › Last »
QDesjardin commented on 2017-12-28 23:50 (UTC)
figue commented on 2017-12-28 17:23 (UTC) (edited on 2017-12-28 17:28 (UTC) by figue)
@QDesjardin the file "config" is Arch kernel config. If it change in Arch repos, you probably have to delete your local file, if not you have an old version and checksum will not be the same.
So, try to: rm config && makepkg
QDesjardin commented on 2017-12-27 23:49 (UTC) (edited on 2017-12-27 23:50 (UTC) by QDesjardin)
For 4.14.9-1, it says this while building it:
==> Validating source_x86_64 files with sha256sums...
config ... FAILED
==> ERROR: One or more files did not pass the validity check!
==> ERROR: Makepkg was unable to build linux-xanmod.
figue commented on 2017-12-07 19:49 (UTC)
@ScarecrowDM ok. I'll report upstream.
ScarecrowDM commented on 2017-12-06 15:04 (UTC)
@figue: Yes, upstream patch does support newer CPUs.
figue commented on 2017-12-03 23:44 (UTC) (edited on 2017-12-04 00:02 (UTC) by figue)
@ScarecrowDM do you know if there are more patches for newer CPU's? And, yes, they include only a few CPU architectures...
AMD Opteron/Athlon64/Hammer/K8 AMD Opteron/Athlon64/Hammer/K8 with SSE3 AMD 61xx/7x50/PhenomX3/X4/II/K10 AMD Barcelona AMD Bobcat AMD Bulldozer AMD Piledriver AMD Jaguar Intel P4 / older Netburst based Xeon Intel Atom Intel Core 2 Intel Nehalem Intel Westmere Intel Silvermont Intel Sandy Bridge Intel Ivy Bridge Intel Haswell Intel Broadwell Generic-x86-64 Native optimizations autodetected by GCC
Maybe I report upstream next week. Thank you for the interest.
ScarecrowDM commented on 2017-12-03 18:37 (UTC) (edited on 2017-12-03 18:42 (UTC) by ScarecrowDM)
Hey figue, great work managing this package!
The gcc optimization patch merged on xanmod is outdated though, newer CPUs (like ryzen) aren't on the list when you enter nconfig for further tweaks. I think you should let them know, so it can be fixed upstream.
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: