You are not logged in.
After updating the kernel, I get the following error message
(1/3) Arming ConditionNeedsUpdate...
(2/3) Install DKMS modules
==> dkms install --no-depmod nvidia/470.239.06 -k 6.9.3-zen1-1-zen
==> depmod 6.9.3-zen1-1-zen
==> ERROR: Missing 6.9.3-arch1-1 kernel modules tree for module nvidia/470.239.06.
(3/3) Updating linux initcpios...
==> Building image from preset: /etc/mkinitcpio.d/linux-zen.preset: 'default'
==> Using default configuration file: '/etc/mkinitcpio.conf'
-> -k /boot/vmlinuz-linux-zen -g /boot/initramfs-linux-zen.img
==> Starting build: '6.9.3-zen1-1-zen'
-> Running build hook: [base]
-> Running build hook: [udev]
-> Running build hook: [autodetect]
-> Running build hook: [microcode]
-> Running build hook: [modconf]
-> Running build hook: [keyboard]
==> WARNING: Possibly missing firmware for module: 'xhci_pci'
-> Running build hook: [keymap]
...
-> Running build hook: [filesystems]
-> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-zen-fallback.img'
-> Early uncompressed CPIO image generation successful
==> Initcpio image generation successfulIs there any one that encountered the same problem? I think the solution is to upgrade my current NVIDIA Quadro K600 obsolete video card with an ATI graphic card or something more recent.
Thank you.
Last edited by Daedalus24 (2024-06-04 13:23:01)
Offline
It looks like the zen build succeeds but there's a stale(?) dkms entry for the non-zen kernel?
dkms statusOffline
I do not have other kernel installed, but I have both linux-zen-headers and linux-headers 6.9.3.arch1-1. Nevertheless, X windows starts when launched from the command line. Is it advisable to deinstall linux-headers 6.9.3-arch1-1 ?
If I look for orphan packages
xbps-query -Oreturns nothing.
Thank you.
Last edited by Daedalus24 (2024-06-04 10:37:46)
Offline
Just uninstall linux-headers if you do not have the linux package installed. ![]()
Offline
And please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
The package is likely not orphaned because it's explcitily installed.
pacman -Qi linux-headers # check for the reasonHaving the headers around doesn't cause any harm beyond that noise but is obviously also completely pointless.
Offline
The output of
paru -Qi linux-headersis
Name : linux-headers
Version : 6.9.3.arch1-1
Description : Headers and scripts for building modules for the Linux kernel
Architecture : x86_64
URL : https://github.com/archlinux/linux
Licenses : GPL-2.0-only
Groups : None
Provides : None
Depends On : pahole
Optional Deps : None
Required By : None
Optional For : dkms
Conflicts With : None
Replaces : None
Installed Size : 130.90 MiB
Packager : Jan Alexander Steffens (heftig) <heftig@archlinux.org>
Build Date : Fri 31 May 2024 06:14:45 PM EEST
Install Date : Tue 04 Jun 2024 08:51:25 AM EEST
Install Reason : Explicitly installed
Install Script : No
Validated By : SignatureThank you seth and gromit. Have a nice day! ![]()
![]()
Last edited by Daedalus24 (2024-06-04 13:22:37)
Offline
Well, yes "Install Reason : Explicitly installed" (kinda as expected)
As suggested, just remove the package - it serves no purpose w/o matching kernel.
Offline
I did it, and everything is all right now. Thank you once more. ![]()
![]()
Last edited by Daedalus24 (2024-06-05 14:42:13)
Offline