Problems with drivers on Ubuntu 22.04

Spent a few hours trying to get the drivers running. I still get:

$ nvidia-smi
NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.

Could I get some helpful eyes on the log?
nvidia-bug-report.log.gz (111.5 KB)

You’re running an old oem kernel without headers so the driver doesn’t compile. Please switch to the standard 5.15 kernel, should be available in the grub menu.
Afterwards, run
sudo apt install linux-headers-$(uname -r)
to make sure the headers are installed.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.