@NateR100 no as far as I know... Can you check that .ko file is created after dkms process?
Search Criteria
Package Details: linux-xanmod 6.13.12-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: | 133 |
Popularity: | 1.60 |
First Submitted: | 2017-02-14 09:40 (UTC) |
Last Updated: | 2025-04-22 06:46 (UTC) |
Dependencies (15)
- coreutils (coreutils-gitAUR, coreutils-selinuxAUR, coreutils-uutilsAUR, coreutils-uutils-symlinkAUR)
- initramfs (booster-gitAUR, booster-wip-gitAUR, dracut-gitAUR, mkinitcpio-gitAUR, ugrd-gitAUR, booster, dracut, mkinitcpio)
- kmod (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) (make)
- xz (xz-gitAUR) (make)
- linux-firmware (linux-libre-firmwareAUR, linux-firmware-uncompressedAUR, linux-firmware-gitAUR) (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 .. 26 27 28 29 30 31 32 33 34 35 36 .. 52 Next › Last »
figue commented on 2020-11-17 08:46 (UTC)
NateR100 commented on 2020-11-17 04:37 (UTC)
I've built and installed this kernel, and am using it with 'zfs-dkms', yet when booting I get "zfs modules are not loaded". The dkms modules are installed. The same setup works fine on default linux kernel package. Is there something special that needs to be done? Thanks
figue commented on 2020-11-13 06:55 (UTC)
ANNOUNCEMENT: Cachy is back! 21feee493935
figue commented on 2020-11-07 11:26 (UTC)
@marlock for now, cachy was removed from Xanmod. I've asked upstream main developer and he says that probably he'll push a new branch to test cachy soon. So wait a bit...
marlock commented on 2020-11-06 05:04 (UTC)
How to get Cachy scheduler on 5.9 kernels? I do not have Cachy despite I enabled it in PKGBUILD, looks like developers deleted it from xanmod patch?
figue commented on 2020-10-15 21:54 (UTC)
Then _microarchitecture=13
parovoz commented on 2020-10-15 17:18 (UTC) (edited on 2020-10-15 17:22 (UTC) by parovoz)
@figue
[android7890@komputator ~]$ gcc -march=native -Q --help=target | grep march | head -1
-march= znver1
and it's 1300x, not 3100x
figue commented on 2020-10-13 17:55 (UTC)
@rayzorben seems ok to me... Can you apply and try in your system?
diff --git a/PKGBUILD b/PKGBUILD
index 91de11e..7351291 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -169,8 +169,8 @@ prepare() {
# If it's a full config, will be replaced
# If not, you should use scripts/config commands, one by line
if [ -f "${startdir}/myconfig" ]; then
- if [ $(wc -l < "${startdir}/myconfig") -gt 1000 ]; then
- # myconfig is a full config file. Replace it
+ if ! grep -q 'scripts/config' "${startdir}/myconfig"; then
+ # myconfig is a full config file. Replacing default .config
msg2 "Using user CUSTOM config..."
cp -f "${startdir}"/myconfig .config
else
rayzorben commented on 2020-10-13 04:04 (UTC)
@ThatOneCalculato import them manually:
gpg --receive-keys [KEY]
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: