@QDesjardin you are right. I updated my script to choose microarchitecture because I saw that the upstream project added more options. But I forgot the help message ;) I'll update PKGBUILD without pushing a new release.
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 .. 44 45 46 47 48 49 50 51 52 Next › Last »
figue commented on 2018-08-17 14:02 (UTC) (edited on 2018-08-17 14:02 (UTC) by figue)
QDesjardin commented on 2018-08-16 22:58 (UTC)
Just a minor note, you should update the PKGBUILD, the part where it says "Look inside 'choose-gcc-optimization.sh' to choose your microarchitecture" and it tells you 0 to 22.
It's actually 0 to 25 now, they added in some options for AMD and Intel.
simona commented on 2018-08-11 17:53 (UTC)
Thx. Ok now :-)
figue commented on 2018-08-11 15:33 (UTC)
@simona fixed. Sorry :(
simona commented on 2018-08-11 13:00 (UTC)
-> Download di config in corso... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 ==> ERRORE: Impossibile scaricare https://git.archlinux.org/svntogit/packages.git/plain/trunk/config?h=packages/linux&id= L'operazione sta per essere interrotta...
figue commented on 2018-07-20 19:31 (UTC)
@simona fixed. Please refresh your git copy.
simona commented on 2018-07-20 18:57 (UTC)
failed to verify integrity or prepare linux-xanmod,linux-xanmod-docs,linux-xanmod-headers package
morosa commented on 2018-05-08 07:50 (UTC)
../lib/str_error_r.c: In function ‘str_error_r’: ../lib/str_error_r.c:25:3: error: passing argument 1 to restrict-qualified parameter aliases with argument 5 [-Werror=restrict] snprintf(buf, buflen, "INTERNAL ERROR: strerror_r(%d, %p, %zd)=%d", errnum, buf, buflen, err); ^~~~~~~~
SilverMight commented on 2018-04-07 23:15 (UTC) (edited on 2018-04-07 23:15 (UTC) by SilverMight)
==> Making package: linux-xanmod 4.16.0-2 (Sat Apr 7 19:13:11 EDT 2018)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found 4.16.0-xanmod1.tar.gz
-> Found 60-linux.hook
-> Found 90-linux.hook
-> Found linux-xanmod.preset
-> Found choose-gcc-optimization.sh
-> Found 0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
-> Found 0002-drm-i915-edp-Only-use-the-alternate-fixed-mode-if-it.patch
-> Found 0003-Partially-revert-swiotlb-remove-various-exports.patch
-> Found config
==> ERROR: Integrity checks (sha256) differ in size from the source array.
Getting this now
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: