You are not logged in.
I know this has been posted about before, but I haven't been able to figure it out by searching the forums.
When I update, I've been noticing these errors when it tries to install DKMS modules:
( 9/22) Install DKMS modules
==> dkms install --no-depmod nct6687d/1 -k 7.0.3-zen1-1-zen
==> dkms install --no-depmod nvidia/595.71.05 -k 7.0.3-zen1-1-zen
==> depmod 7.0.3-zen1-1-zen
==> ERROR: Missing 7.0.3-arch1-1 kernel modules tree for module nvidia/595.71.05.
==> ERROR: Missing 7.0.3-arch1-1 kernel modules tree for module nct6687d/1.When I run
dkms statusI get this:
nct6687d/1, 7.0.3-zen1-1-zen, x86_64: installed
nvidia/595.71.05, 6.19.14-zen1-1-zen, x86_64: installed (Original modules exist) (Built modules are missing in the kernel modules folder)
nvidia/595.71.05, 7.0.3-zen1-1-zen, x86_64: installedBased on my searching, I think it has something to do with headers, but I don't know how to fix it. Any help is greatly appreciated. Thank you.
Offline
https://wiki.archlinux.org/title/Dynami … ve_modules
You apparently replaced linux w/ linux-zen and have remaining stale dkms entries for the now missing kernel.
Offline
We've seen this when you have the kernel headers installed for a kernel without the actual kernel installed. Do you have linux-headers but not linux?
Offline
Thank you! I'd like to make sure I have zen and linux kernels and headers. Then I'm going to remove the stale nvidia/6.19.
Then rebuild the dkms for both kernels. I'll confirm this all works and mark as solved tonight.
Offline