You are not logged in.
I am having an issue with the nvidia-open 525 driver where it is causing my UI to freeze (https://github.com/NVIDIA/open-gpu-kern … issues/425) so I downgraded to 520 and this was working fine. However at some point I ran into some plymouth upgrade issues and went through a process of changing things and now I cannot seem to get the downgrade to work anymore. Well to be specific I can downgrade the package but the module doesn't show up.
Here is the command I am using to downgrade:
sudo pacman -U nvidia-open-520.56.06-11-x86_64.pkg.tar.zst nvidia-utils-520.56.06-2-x86_64.pkg.tar.zstHowever when I run "lspci -k" this is what I see:
2d:00.0 VGA compatible controller: NVIDIA Corporation GA104 [GeForce RTX 3060 Ti] (rev a1)
Subsystem: NVIDIA Corporation Device 147a
Kernel modules: nouveauI do have a pacman hook that automatically runs mkinitcpio and running it manually makes no difference. Installing the 525 version of the packages works fine but of course I get the freeze. Looking at journalctrl I see the following indicating a problem with the nvidia-uvm module:
$ sudo journalctl -b 0 | grep -i nvidia
Dec 10 10:04:42 gnunn-lenovo kernel: Command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img cryptdevice=PARTUUID=99f07c4c-6211-43d3-97ff-ad224401c820:luksdev root=/dev/mapper/luksdev zswap.enabled=0 rootflags=subvol=@ rw intel_pstate=no_hwp rootfstype=btrfs i915.enable_psr=0 quiet splash loglevel=3 udev.log_level=3 audit=0 nowatchdog nvidia_drm.modeset=1 ibt=off
Dec 10 10:04:42 gnunn-lenovo kernel: Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img cryptdevice=PARTUUID=99f07c4c-6211-43d3-97ff-ad224401c820:luksdev root=/dev/mapper/luksdev zswap.enabled=0 rootflags=subvol=@ rw intel_pstate=no_hwp rootfstype=btrfs i915.enable_psr=0 quiet splash loglevel=3 udev.log_level=3 audit=0 nowatchdog nvidia_drm.modeset=1 ibt=off
Dec 10 10:04:42 gnunn-lenovo systemd-modules-load[1428]: Failed to find module 'nvidia-uvm'
Dec 10 10:04:45 gnunn-lenovo kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:07.2/0000:2b:00.0/0000:2c:01.0/0000:2d:00.1/sound/card1/input13
Dec 10 10:04:45 gnunn-lenovo kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:07.2/0000:2b:00.0/0000:2c:01.0/0000:2d:00.1/sound/card1/input14
Dec 10 10:04:45 gnunn-lenovo kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:07.2/0000:2b:00.0/0000:2c:01.0/0000:2d:00.1/sound/card1/input15
Dec 10 10:04:45 gnunn-lenovo kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:07.2/0000:2b:00.0/0000:2c:01.0/0000:2d:00.1/sound/card1/input16
Dec 10 10:04:45 gnunn-lenovo kernel: input: HDA NVidia HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:07.2/0000:2b:00.0/0000:2c:01.0/0000:2d:00.1/sound/card1/input17
Dec 10 10:04:45 gnunn-lenovo kernel: input: HDA NVidia HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:07.2/0000:2b:00.0/0000:2c:01.0/0000:2d:00.1/sound/card1/input18
Dec 10 10:04:45 gnunn-lenovo kernel: input: HDA NVidia HDMI/DP,pcm=12 as /devices/pci0000:00/0000:00:07.2/0000:2b:00.0/0000:2c:01.0/0000:2d:00.1/sound/card1/input19Here are the nvidia packages I have installed and the kernel version:
$ pacman -Q | grep nvidia
nvidia-open 520.56.06-11
nvidia-utils 520.56.06-2
$ uname -a
Linux gnunn-lenovo 6.0.11-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 02 Dec 2022 17:25:31 +0000 x86_64 GNU/LinuxAm I running into an incompatibility between my kernel version and the module or am I missing a step here in downgrading?
Last edited by gnunn (2022-12-10 18:30:32)
Offline
Solved, downgrading to linux-headers 6.0.10 fixed the issue. Unfortunate as I was hoping to keep getting kernel updates while waiting for nvidia to sort this out.
Offline
You want to be using dkms, then.
Offline