@vincent thanks for the advice. Added in 781eefb2ce30
Search Criteria
Package Details: linux-xanmod-headers 6.11.10-1
Package Actions
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: | GPL2 |
Submitter: | Yoshi2889 |
Maintainer: | figue (figuepluto, jfigueras) |
Last Packager: | figue |
Votes: | 132 |
Popularity: | 2.20 |
First Submitted: | 2017-02-14 09:40 (UTC) |
Last Updated: | 2024-11-22 21:25 (UTC) |
Dependencies (10)
- pahole (pahole-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)
Required by (0)
Sources (4)
Latest Comments
« First ‹ Previous 1 .. 16 17 18 19 20 21 22 23 24 25 26 .. 52 Next › Last »
figue commented on 2021-04-27 19:49 (UTC)
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.
alfzki commented on 2021-04-02 11:45 (UTC)
==> WARNING: Package contains reference to $srcdir usr/lib/modules/5.11.11-xanmod1-1/build/tools/objtool/objtool
is this 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: