@andreao I think CONFIG_SCHED_BMQ is not included in XanMod... Feel free to fork this package if you want to apply more patches. But if upstream will include that scheduler, I'll add an option to enable.
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 .. 32 33 34 35 36 37 38 39 40 41 42 .. 52 Next › Last »
figue commented on 2020-06-05 23:20 (UTC)
andreao commented on 2020-06-05 17:35 (UTC)
Can we have an option to use BMQ instead of the old PDS?
figue commented on 2020-06-05 16:23 (UTC)
@grumpykev you're welcome... Probably you will end doing a "grep -r autofs4 *" :P
grumpykev commented on 2020-06-05 00:16 (UTC)
@figue - thanks very much for your help. I couldn't find what was trying to load the module, but enabling autofs4 in a myconfig file worked and cleared up the error. Now I just need to figure out what on my system is looking for it...
figue commented on 2020-06-04 17:56 (UTC)
@grumpykev I don't know why systemd is trying to load autofs4 module... Can be a remain of and old installation? Check in /etc/modules-load.d /etc/modprobe.d /usr/lib/modules-load.d or /usr/lib/modprobe.d if you have autofs4 declared.
In XanMod CONFIG_AUTOFS4_FS is disabled by default. Last you can try is to create the myconfig file with content "scripts/config --enable CONFIG_AUTOFS4_FS" in AUR's repo folder and build it again. That will enable CONFIG_AUTOFS4_FS.
grumpykev commented on 2020-06-04 01:51 (UTC)
I've just switched to this kernel for the first time, and I'm getting this error on boot:
systemd[1]: Failed to find module 'autofs4'
What's odd too is that blacklisting autofs4 doesn't fix it, and compiling the kernel without autofs4 causes the error to appear twice at bootup instead of once.
gu1ll0me commented on 2020-06-02 15:50 (UTC) (edited on 2020-06-02 15:51 (UTC) by gu1ll0me)
@mozo A version of nvidia-dkms
(440.82-2) patched for kernel 5.7 is in testing right now and works well with XanMod 5.7. Just enable the testing repo in pacman.conf
and pacman -Sy nvidia-dkms
.
figue commented on 2020-06-02 09:07 (UTC)
@mozo about your errors:
I don't use pcspkr module, I have disabled this way:
figue@pluto ~ % cat /etc/modprobe.d/nobeep.conf
# Do not load the pcspkr module on boot
blacklist pcspkr
The nvidiafb issue: I don't have any system with a NVIDIA graphics card. Can you report upstream?
mozo commented on 2020-06-02 07:49 (UTC)
Hello, It doesn't boot on my end and hangs on:
2.688968] nvidiafb: cannot request PCI region
2.688968] Еrror: Driver 'pcspkr is already registered, aborting
Any help would be appreciated.
PrfStrwberry commented on 2020-05-17 19:48 (UTC)
thank you
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: