Every time I build the package, make localmodconfig always prompt me something like this: .. AMD 8111 GPIO driver (GPIO_AMD8111) [N/m/y/?] ... is there a way to disable it? I don't use any of the driver prompted.
Search Criteria
Package Details: linux-xanmod 6.12.8-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: | 131 |
Popularity: | 0.86 |
First Submitted: | 2017-02-14 09:40 (UTC) |
Last Updated: | 2025-01-05 16:47 (UTC) |
Dependencies (15)
- coreutils (coreutils-gitAUR, busybox-coreutilsAUR, coreutils-hybrid-gitAUR, coreutils-selinuxAUR, coreutils-uutilsAUR, coreutils-hybridAUR)
- 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 .. 16 17 18 19 20 21 22 23 24 25 26 .. 52 Next › Last »
alfzki commented on 2021-05-02 03:14 (UTC)
figue commented on 2021-04-27 19:49 (UTC)
@vincent thanks for the advice. Added in 781eefb2ce30
figue commented on 2021-04-27 19:01 (UTC)
@JoeSchr this bug is very old. If you want to apply the patch, include it in sources() array as xxxxxx.patch and it will be applied automatically.
vincent commented on 2021-04-27 17:28 (UTC)
CONFIG_MNATIVE has been split into CONFIG_MNATIVE_INTEL and CONFIG_MNATIVE_AMD, choose-gcc-optimization.sh should be adjusted accordingly.
JoeSchr commented on 2021-04-27 14:34 (UTC)
he, I love this kernel but I had some weird connectivity issues on wired network since using it.
Is this patch in: https://bugzilla.kernel.org/show_bug.cgi?id=205047#c31
It seems the issue can be traced to that. Thanks
figue commented on 2021-04-19 07:39 (UTC)
@jtroyer can you post your MODULES array? It should be loaded.
jtroyer commented on 2021-04-18 21:13 (UTC)
The crc32c_generic module is not included in the initramfs, even though I've explicitly added it to the MODULES array in mkinitcpio.conf (and rebuilt). I originally thought this was due to modprobed-db but 1) I removed it, 2) it was in modprobed.db anyways, and 3) I wasn't using the _localmodcfg flag.
This issue prevents me from booting on btrfs.
cartesius commented on 2021-04-03 15:32 (UTC)
workaround works, thanks @figue
figue commented on 2021-04-02 16:01 (UTC) (edited on 2021-04-02 16:01 (UTC) by figue)
@alfzki yes, it's fine.
figue commented on 2021-04-02 11:48 (UTC)
It's an issue with the new "file 5.40-1" package. Downgrading to 5.39-1 fix it. For now I'll write the workaround.
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: