Artix Linux Forum

Artix Linux => System => Topic started by: sticksix on 14 October 2022, 15:24:26

Title: modprobe WARNING: module nvidia_uvm not found in directory
Post by: sticksix on 14 October 2022, 15:24:26
Hello friends

Upon kernel update today I got the following warnings

Quote
Error! Bad return status for module build on kernel: 6.0.1-zen1-1-zen (x86_64)
Consult /var/lib/dkms/nvidia/390.154/build/make.log for more information.
==> WARNING: `dkms install --no-depmod nvidia/390.154 -k 6.0.1-zen1-1-zen' exited 10
==> dkms install --no-depmod nvidia/390.154 -k 6.0.1-arch1-1
Error! Bad return status for module build on kernel: 6.0.1-arch1-1 (x86_64)
Consult /var/lib/dkms/nvidia/390.154/build/make.log for more information.
==> WARNING: `dkms install --no-depmod nvidia/390.154 -k 6.0.1-arch1-1' exited 10
==> depmod 6.0.1-zen1-1-zen
==> depmod 6.0.1-arch1-1

I'm running nvidia 390.154-1 driver from universe. I checked /var/lib/dkms/nvidia/390.154/build/make.log, and the main warning there was -

Quote
warning: the compiler differs from the one used to build the kernel
  The kernel was built by: gcc (GCC) 12.2.0
  You are using:           cc (GCC) 12.2.0

Linux and Linux-zen won't load so I'm using LTS at the moment.I tried downgrading them and that didn't fix it.  Any ideas? Should I be waiting for an nvidia update?

Thanks for any help

Title: Re: modprobe WARNING: module nvidia_uvm not found in directory
Post by: shrigma on 14 October 2022, 23:28:06
AUR should be updated with 390.154-2 (https://gitlab.com/herecura/packages/nvidia-390xx-dkms/-/commit/b2a87f0ff798229c39358bf803e41ead7e4d2653), but if you don't want to wait — just clone git repo and build it.
Title: Re: modprobe WARNING: module nvidia_uvm not found in directory
Post by: ndowens on 15 October 2022, 01:52:25
nvidia is currently being rebuilt. You'll get it once the build is done and mirrors sync
Title: Re: modprobe WARNING: module nvidia_uvm not found in directory
Post by: sticksix on 15 October 2022, 02:03:32
nvidia is currently being rebuilt. You'll get it once the build is done and mirrors sync
Great! Thanks for the help