FATAL: modpost: drivers/net/wwan/rpmsg_wwan_ctrl: sizeof(struct rpmsg_device_id)=32 is not a modulo of the size of section __mod_rpmsg__<identifier>_device_table=120.
Edit: rm -r $HOME/.ccache fixed the issue.
| 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 .. 10 11 12 13 14 15 16 17 18 19 20 .. 53 Next › Last »
FATAL: modpost: drivers/net/wwan/rpmsg_wwan_ctrl: sizeof(struct rpmsg_device_id)=32 is not a modulo of the size of section __mod_rpmsg__<identifier>_device_table=120.
Edit: rm -r $HOME/.ccache fixed the issue.
@jvn01 try to add "keyserver hkps://keys.openpgp.org" to your ~/.gnupg/gpg.conf and run "gpg --recv-keys key" again. If it doesn't connect, kill dirmngr and try again.
problem when importing keys, how to get over it? Trying some tips from google, still can't fix.
@Gonzo2028 what configuration/variables are you using?
Does not build for me.
LD [M] drivers/gpu/drm/nouveau/nouveau.o AR drivers/gpu/built-in.a make: *** [Makefile:1868: drivers] Fehler 2 ==> FEHLER: Ein Fehler geschah in build(). Breche ab... :: Unable to build linux-xanmod - makepkg exited with code: 4 =>> Try again? [y/N]:
@figue Ah, sorry, I started to use this kernel very recenty and I didn't realize this distinction. Great kernel BTW, thanks for maintaining the packages.
@pmarcelll current STABLE is still 5.13.15-xanmod1
You can install linux-xanmod-edge for the 5.14.x version
@GDsouza 5.14.0-xanmod1 is EDGE only for now:
@carlmarqs I don't have any system with btrfs to test, but probably some config is missing...
Possibly this could help?
https://wiki.archlinux.org/title/Btrfs#Mounting_subvolume_as_root
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: