Would anyone happen to be using aurutils to build this? If so, how can you pass the variables if you build in chroot? In particular _localmodcfg=y
EDIT: I guess we'd also need $HOME too, or $XDG_CONFIG_HOME if we'd like to leverage myconfig
| Git Clone URL: | https://aur.archlinux.org/linux-xanmod.git (read-only, click to copy) |
|---|---|
| Package Base: | linux-xanmod |
| Description: | Headers and scripts for building modules for the Linux Xanmod - Stable Mainline [MAIN] kernel |
| Upstream URL: | http://www.xanmod.org/ |
| Licenses: | GPL-2.0-only |
| Submitter: | Yoshi2889 |
| Maintainer: | figue (figuepluto, jfigueras) |
| Last Packager: | figue |
| Votes: | 131 |
| Popularity: | 0.20 |
| First Submitted: | 2017-02-14 09:40 (UTC) |
| Last Updated: | 2026-05-17 23:27 (UTC) |
« First ‹ Previous 1 .. 17 18 19 20 21 22 23 24 25 26 27 .. 53 Next › Last »
Would anyone happen to be using aurutils to build this? If so, how can you pass the variables if you build in chroot? In particular _localmodcfg=y
EDIT: I guess we'd also need $HOME too, or $XDG_CONFIG_HOME if we'd like to leverage myconfig
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.
@vincent thanks for the advice. Added in 781eefb2ce30
@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.
CONFIG_MNATIVE has been split into CONFIG_MNATIVE_INTEL and CONFIG_MNATIVE_AMD, choose-gcc-optimization.sh should be adjusted accordingly.
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
@jtroyer can you post your MODULES array? It should be loaded.
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.
workaround works, thanks @figue
@alfzki yes, it's fine.
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: