@sahilbest999 It is an optional package which you need to setup first: https://wiki.archlinux.org/index.php/Modprobed-db
Search Criteria
Package Details: linux-xanmod 6.12.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.46 |
First Submitted: | 2017-02-14 09:40 (UTC) |
Last Updated: | 2025-01-17 20:12 (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 .. 20 21 22 23 24 25 26 27 28 29 30 .. 52 Next › Last »
frostwork commented on 2021-02-06 09:07 (UTC)
figue commented on 2021-01-30 18:50 (UTC)
WARNING: I've added 2 new microarchitectures. From now, native will be 99. Check the script choose-gcc-optimization.sh
for all details.
frostwork commented on 2021-01-27 10:22 (UTC)
Thanks for the quick reply @figue and kudos to @nloewen for the suggestion!
figue commented on 2021-01-27 10:19 (UTC)
@frostwork yes, it works. I've been compiling a couple of kernels with ${XDG_CONFIG_HOME}/linux-xanmod/myconfig and it's fine. Thanks again for the suggestion.
frostwork commented on 2021-01-27 10:16 (UTC)
@figure, Thank you for maintaining this package!
I can confirm that ccc3ce5e4b83 works fine with a script "${XDG_CONFIG_HOME}/linux-xanmod/myconfig" applying custom kernel patches, so I assume a full custom config works as well.
figue commented on 2021-01-24 22:24 (UTC)
@nloewen Can you confirm that ccc3ce5e4b83 works? A myconfig file in $startdir has preference over ${XDG_CONFIG_HOME}/linux-xanmod/myconfig
figue commented on 2021-01-24 22:15 (UTC)
@nloewen seems a good idea. Will be added for sure.
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.
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: