Setting up Nvidia drivers on Linux

Hi,
I’m trying to setup nvidia drivers on Linux (fedora 37.1, kernel 6.12.5) and currently, I’m experiencing a problem with setting up. Launching nvidia-bug-report.sh causes kernel panic after some time. Currently, I’m able to add dmesg log and whatever was collected by the sh script.
System:
AMD Ryzen 9 7950X
NVIDIA RTX 4070Ti Super
MSI MAG X670E Tomahawk

Driver ver. 550.144.03
dmesg.log (145.1 KB)
nvidia-bug-report.log.gz (252 KB)

I will be thankful for any help :)

Hi @1N40, welcome to the forums.

You are using the Open Kernel modules for the driver, so I suspect you mixed that up with the proprietary driver.

I recommend a fresh, clean installation and in case using the open version, following instructions from GitHub - NVIDIA/open-gpu-kernel-modules: NVIDIA Linux open GPU kernel module source to the letter.

Alternatively just install the default, non-open driver.

Thanks.