@caiotbc: thanks indeed for the various logs.
I found
Aug 04 20:04:16 caio-arch-x470 kernel: NVRM: GPU 0000:06:00.0: RmInitAdapter failed! (0x22:0x56:667)
Aug 04 20:04:16 caio-arch-x470 kernel: NVRM: GPU 0000:06:00.0: rm_init_adapter failed, device minor number 0
in your log, and there is this fix from here 1 :
where they changed the grub cmdline from
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
to
GRUB_CMDLINE_LINUX_DEFAULT="quiet rcutree.rcu_idle_gp_delay=1"
in
/etc/default/grub
and that supposedly fixed it.
would be cool if you could try it and let us know how it goes. =)
best of luck, Siny
Pinned Comments
SoftExpert commented on 2025-02-09 10:20 (UTC)
For the beginners in need of assistance, first take a look at this recommended guide https://github.com/korvahannu/arch-nvidia-drivers-installation-guide - maybe it helps to solve the issues your are having with this version of the driver.