@figue, yes, modproded-db works like a charm
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 .. 39 40 41 42 43 44 45 46 47 48 49 .. 52 Next › Last »
gaougalos commented on 2020-01-23 20:17 (UTC)
figue commented on 2020-01-22 21:48 (UTC)
@ax34 Hello, NS is set to N by Xanmod upstream config. You can build it with NS to yes by default if you want or change it in runtime with sysctl CONFIG_USER_NS_UNPRIVILEGED=y
Cheers
ax34 commented on 2020-01-22 18:17 (UTC)
Why there is use_ns=n
by default? Flatpak needs use_ns=y
.
figue commented on 2020-01-17 21:49 (UTC)
@gaougalos can you see if modprobed-db works?
figue commented on 2020-01-16 10:27 (UTC)
@catrielmuller thank you. I've fixed in tree without bumping the package. I forced now to grab a fixed commit of that patch. Hopefully it will never change the sum.
catrielmuller commented on 2020-01-16 03:44 (UTC)
@figue can you update the checksum of the "0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch" file, now it's "9c507bdb0062b5b54c6969f7da9ec18b259e06cd26dbe900cfe79a7ffb2713ee" Thank you very much.
gaougalos commented on 2020-01-13 13:37 (UTC)
Can you add modprobed-db?
figue commented on 2020-01-10 08:44 (UTC)
@scarleo sorry about that. Fixed. Thanks!
scarleo commented on 2020-01-10 07:25 (UTC)
validity check fails for 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-CLONE_NEWUSER.patch, had to run updpkgsums first, then it passed the check.
figue commented on 2019-11-11 22:34 (UTC)
@rela good catch. Fixed. Thanks!
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: