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.
| 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: | GPL-2.0-only |
| Provides: | KSMBD-MODULE, NTFS3-MODULE, NTSYNC-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.188839 |
| First Submitted: | 2017-02-14 09:40 (UTC) |
| Last Updated: | 2026-05-17 23:27 (UTC) |
« First ‹ Previous 1 .. 34 35 36 37 38 39 40 41 42 43 44 .. 53 Next › Last »
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.
thank you
ok, then has to be fixed in mkinitcpio. Nothing to worry about.
@figue looks like this is the bug I am having.
@PrfStrwberry @ax34 you mean this bug?
@PrfStrwberry, the same issue for me
cp: cannot stat '(builtin)': No such file or directory
Is there a way to fix this? Always pops up after mkinitcpio.
Boots fine though.
@TheGoliath check xanmod releases here before flagging out-of-date:
https://github.com/xanmod/linux/releases
Thanks
I think a patch is needed
CC [M] arch/x86/kvm/../../../virt/kvm/kvm_main.o
arch/x86/kvm/../../../virt/kvm/kvm_main.c: In function ‘__kvm_gfn_to_hva_cache_init’:
arch/x86/kvm/../../../virt/kvm/kvm_main.c:2236:42: error: ‘nr_pages_avail’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
2236 | for ( ; start_gfn <= end_gfn; start_gfn += nr_pages_avail) {
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[2]: *** [scripts/Makefile.build:268: arch/x86/kvm/../../../virt/kvm/kvm_main.o] Error 1
make[1]: *** [scripts/Makefile.build:505: arch/x86/kvm] Error 2
make: *** [Makefile:1685: arch/x86] Error 2
==> ERROR: A failure occurred in build().
Aborting...
@enihcam if you read the source of the PKGBUILD, you will find that the script work extactly as what you say... you can choose a different kernel souce URL by editing the PKGBUILD file
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: