You are not logged in.
Hello,
I use the lts-kernel with nvidia-lts. After I updated and rebooted today, I get stuck at "[OK] Reached target Graphical Interface"
In Xorg.0.log it says "NVIDIA: Failed to initialize the NVIDIA kernel module."
modinfo nvidia
modinfo: ERROR: Module nvidia not found.
modprobe nvidia
modprobe: FATAL: Module nvidia not found in directory /lib/modules/6.6.52-1-lts
I tried installing the stable kernel and nvidia, but nothing changed, so I reverted back to the lts-kernel with nvida-lts.
Also I reinstalled nvidia-utils, but no effect.
Maybe it is related to this post: linux-lts kernel lets me log in but cannot use terminal or type
sudo journalctl -b -1 | curl -F 'file=@-' 0x0.st
http://0x0.st/XENi.txt if you need it.
That's my first post, I'm sorry if I did something incorrect.
Last edited by KoNi (2024-10-04 17:51:21)
Offline
Looks like a packaging bug. nvidia-lts was rebuilt for the kernel in core-testing, but moved to extra
Edit: I just created https://gitlab.archlinux.org/archlinux/ … -/issues/1
Last edited by Scimmia (2024-10-04 17:07:43)
Offline
Thank you!
Has this something to with the files in /lib/modules/6.6.53-1-lts/extramodules?
There is some nvidia stuff in there:
nvidia-drm.ko.zst
nvidia-modeset.ko.zst
nvidia-peermem.ko.zst
nvidia-uvm.ko.zst
nvidia.ko.zst
So I just need to wait until it gets resolved?
Offline
That or dig up a copy of nvidia-lts 1:560.35.03-7 in the archive.
Offline
Thank you very much, I solved it with
sudo pacman -U https://archive.archlinux.org/packages/n/nvidia-lts/nvidia-lts-1:560.35.03-7-x86_64.pkg.tar.zst
Offline