You are not logged in.
Greetings, fellow. I have installed nvidia driver and tried to add the following module to initramfs (/etc/mkinitcpio.conf):
MODULES=(nvidia nvidia_modeset nvidia_uvm nvidia_drm)
but the `mkinitcpio` output says it cannot found those modules:
==> ERROR: module not found: 'nvidia'
==> ERROR: module not found: 'nvidia_modeset'
==> ERROR: module not found: 'nvidia_uvm'
==> ERROR: module not found: 'nvidia_drm'
I have verified that those module are exists:
pacman -Ql nvidia
nvidia /usr/
nvidia /usr/lib/
nvidia /usr/lib/modules/
nvidia /usr/lib/modules/6.10.2-arch1-1/
nvidia /usr/lib/modules/6.10.2-arch1-1/extramodules/
nvidia /usr/lib/modules/6.10.2-arch1-1/extramodules/nvidia-drm.ko.zst
nvidia /usr/lib/modules/6.10.2-arch1-1/extramodules/nvidia-modeset.ko.zst
nvidia /usr/lib/modules/6.10.2-arch1-1/extramodules/nvidia-peermem.ko.zst
nvidia /usr/lib/modules/6.10.2-arch1-1/extramodules/nvidia-uvm.ko.zst
nvidia /usr/lib/modules/6.10.2-arch1-1/extramodules/nvidia.ko.zst
nvidia /usr/share/
nvidia /usr/share/licenses/
nvidia /usr/share/licenses/nvidia/
nvidia /usr/share/licenses/nvidia/LICENSE
nvidia /usr/src/
nvidia /usr/src/debug/
nvidia /usr/src/debug/nvidia/
Additional info:
full mkinitcpio output: http://0x0.st/XO5e.txt
systemd-boot configuration: http://0x0.st/XO52.txt
linux kernel: Linux ASUS 6.9.9-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 12 Jul 2024 00:06:53 +0000 x86_64 GNU/Linux
NVIDIA model: 01:00.0 VGA compatible controller: NVIDIA Corporation AD106M [GeForce RTX 4070 Max-Q / Mobile] (rev a1) (prog-if 00 [VGA controller])
How can I resolve this issue? Any help would be greatly appreciated. Thank you!
Last edited by ReYuki (2024-08-04 12:20:35)
Some felt terror! some felt hatred! some trusted it! some were obsessed with it! The feelings in the hearts of all mankind were what drove them to follow the path of destruction! Just as all who live by the sword must die by it as well.
- Saga of Tanya the Evil: The Movie
Offline
So, it seems the problem is kernel module version not match with the kernel version? I perform full upgrade on the system, reboot and problem was solved.
Some felt terror! some felt hatred! some trusted it! some were obsessed with it! The feelings in the hearts of all mankind were what drove them to follow the path of destruction! Just as all who live by the sword must die by it as well.
- Saga of Tanya the Evil: The Movie
Offline