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
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: | 0.94 |
First Submitted: | 2017-02-14 09:40 (UTC) |
Last Updated: | 2025-05-09 23:30 (UTC) |
« First ‹ Previous 1 .. 17 18 19 20 21 22 23 24 25 26 27 .. 52 Next › Last »
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.
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.
==> WARNING: Package contains reference to $srcdir usr/lib/modules/5.11.11-xanmod1-1/build/tools/objtool/objtool
is this fine?
@bonohub13 @Nikita790 I know, something seems wrong, because makepkg doesn't decompress xz patch... I don't know yet why. I'm looking into it. If I can't figure out why, I'll add the decompression in prepare().
Running makepkg -s
with the original PKGBUILD and then running the command that I've wrote beforehand in the linux-xanmod directory should fix the bug.
There seems to be an error in the PKGBUILD file.
The patch can't be added to the original linux kernel because the patch has not been decompressed.
So here's the things you might want to do to fix this.
xz --decompress patch-5.11.11-xanmod1.xz && ln -s patch-5.11.11-xanmod1 src
This should fix the current bug.
Note: This might be fixed in future versions
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: