@ahuston-0 don't worry about that... It means that a module is already included in kernel image
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.82 |
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 .. 31 32 33 34 35 36 37 38 39 40 41 .. 52 Next › Last »
figue commented on 2020-07-17 19:40 (UTC)
ahuston-0 commented on 2020-07-16 19:24 (UTC) (edited on 2020-07-16 19:24 (UTC) by ahuston-0)
For anyone who's having issues with compiling the kernel due to this bug:
cp: cannot stat '(builtin)': No such file or directory
There's a potential fix in #65725 [https://bugs.archlinux.org/task/65725]. For now it looks like you can install mkinitcpio-28 from the testing repo and it should allow you to compile linux-xanmod and linux-clear at the very least (those are the ones tested so far that I'm aware of).
figue commented on 2020-07-14 23:30 (UTC) (edited on 2020-07-14 23:55 (UTC) by figue)
@romulasry zstd compression is already included to xanmod kernel. You can activate by default setting CONFIG_KERNEL_ZSTD in build time.
You can use myscript file, just create that file and add:
scripts/config --enable CONFIG_KERNEL_ZSTD
scripts/config --disable CONFIG_KERNEL_LZ4
I haven't tested, but should do the trick.
romulasry commented on 2020-07-14 02:20 (UTC)
You want to make a zstd version or add it to this, here are the patches: https://sourceforge.net/projects/xanmod/files/patches/linux-5.7.y-xanmod/kernel_zstd/
laclica commented on 2020-06-24 16:32 (UTC) (edited on 2020-06-24 16:33 (UTC) by laclica)
@atxnor try the package nvidia-beta-all. i can confirm that that one properly work on both a gtx 960 and on the RTX 2060 KO and provides nvidia=440.82 and nvidia-beta=440.82. hope that help's.
atxnor commented on 2020-06-23 14:04 (UTC) (edited on 2020-06-23 14:04 (UTC) by atxnor)
can't build NVIDIA prop driver 440.82 with xanmod-5.7
figue commented on 2020-06-11 19:02 (UTC)
@francois072 I have VirtualBox host on my computer, and modules build fine:
figue@pluto ~ % uname -a
Linux pluto 5.7.2-xanmod1-1-xanmod #1 SMP PREEMPT Thu, 11 Jun 2020 12:13:31 +0000 x86_64 GNU/Linux
figue@pluto ~ % lsmod | grep vbox
vboxnetflt 32768 0
vboxnetadp 28672 0
vboxdrv 503808 2 vboxnetadp,vboxnetflt
I'm using virtualbox-host-dkms package.
<deleted-account> commented on 2020-06-11 16:47 (UTC)
Kernel driver not installed (rc=-1908)
The VirtualBox Linux kernel driver is either not loaded or not set up correctly. Please try setting it up again by executing
'/sbin/vboxconfig'
as root.
If your system has EFI Secure Boot enabled you may also need to sign the kernel modules (vboxdrv, vboxnetflt, vboxnetadp, vboxpci) before you can load them. Please see your Linux system's documentation for more information.
where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT.
<deleted-account> commented on 2020-06-11 16:44 (UTC)
@figue yes it does still boot and function normal. Just thought I would inform the maintainer of the error. Also I have the virtualbox modules installed and virtualbox does function with the stock kernel but I get an error when using xanmod.
I used your recommended "env use_tracers=n use_numa=n use_pds=y use_ns=y makepkg -s" when compiling the kernel just now. I would like to let Manjaro's Pamac automatically compile the kernel as you suggested but I'm not sure how to do that. I did see your "Reference"
figue commented on 2020-06-11 16:23 (UTC)
@francois072 does it boot even with the warning? By default, XanMod's config has some configs integrated in kernel image and not as module. mkinitcpio tries to load all modules to boot in the initrd, but it output a warning in that case.
See FS#65725
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: