@nloewen seems a good idea. Will be added for sure.
Search Criteria
Package Details: linux-xanmod 6.12.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: | 132 |
Popularity: | 1.14 |
First Submitted: | 2017-02-14 09:40 (UTC) |
Last Updated: | 2025-02-02 13:59 (UTC) |
Dependencies (15)
- coreutils (coreutils-gitAUR, busybox-coreutilsAUR, coreutils-hybrid-gitAUR, coreutils-selinuxAUR, coreutils-hybridAUR, coreutils-uutilsAUR)
- 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-gitAUR, linux-firmware-uncompressedAUR) (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 .. 21 22 23 24 25 26 27 28 29 30 31 .. 52 Next › Last »
figue commented on 2021-01-24 22:15 (UTC)
brknrobot commented on 2021-01-24 21:30 (UTC)
I'm using Yay, and would like to make sure that "myconfig" doesn't get lost in any automated build directory cleaning. Would it be possible to add something like ~/.config/linux-xanmod/myconfig
as a fallback path so it can be kept in a safe directory? This would also be good for anyone doing builds in a temp directory.
harappan commented on 2021-01-20 17:35 (UTC)
@figue
Thanks the export function worked. I am not sure, tried the makepkg even when it was 10.5 with manually editing the pkgbuild, however it gave me the error. General yay update works without a problem, but only updates for generic cpu.
figue commented on 2021-01-20 17:25 (UTC)
@agamemnon failure occurred in prepare? What happened?
With yay, you can try to export as global variable, for instance "export _microarchitecture=42"
harappan commented on 2021-01-20 17:04 (UTC) (edited on 2021-01-20 17:12 (UTC) by harappan)
@figue
I tried running
, however I am unable to edit the pkgbuild prior to installation. If I download the pkgbuild and manually change the architecture, it reverts back to 0 or doesn't run the pkgbuild.yay --editmenu -S linux-xanmod
I always get the error if I run
env _microarchitecture=42 makepkg -sic
where the pkgbuild is locate.
==> ERROR: A failure occurred in prepare().
figue commented on 2021-01-20 13:15 (UTC)
@agamemnon just define in the terminal the variable _microarchitecture to your desired value, for example:
env _microarchitecture=42 makepkg -sic
That will build for native.
harappan commented on 2021-01-20 12:11 (UTC)
how I can i edit the results from gcc-optimization? It defaults to the generic cpu, but I know my cpu microarchitecture, and I can't manually edit it.
Teddo commented on 2021-01-16 10:45 (UTC) (edited on 2021-01-16 10:50 (UTC) by Teddo)
@figue with the snapshot and makepkg I installed it but with pikaur and git clone
I still have the error
fatal: branch name not valid: init.defaultBranch =
figue commented on 2021-01-15 09:15 (UTC)
@Teddo IDK about pikaur... Use regular git clone and makepkg to build the package and we see where is the issue.
Teddo commented on 2021-01-15 08:12 (UTC) (edited on 2021-01-15 08:13 (UTC) by Teddo)
@figue I don't know. I'm using pikaur and I can install other packages
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: