Ubuntu 22.04, GeForce MX450, No device found

Hi,

I’m trying to reinstall CUDA after upgrade to Ubuntu 22.04.

I have tried with nvidia driver 545 and I have attached the bug report. The command nvidia-smi produces “no devices were found”.

Can someone help with this please?
nvidia-bug-report.log (2.7 MB)

NVRM: GPU 0000:01:00.0: RmInitAdapter failed! (0x24:0x72:1436)
This is a bug related to the 6.5 kernel, for a workaround, please downgrade to the GA (5.15) kernel.

Hi,

I have now done a fresh install of 22.04 and I’ve tried again with driver 545 this time in the 5.15 kernel. I have attached the new bug report. Please could you help me withthis.

nvidia-bug-report.log.gz (113.7 KB)

The driver isn’t compiled for kernel 5.15, I suspect the headers are missing.
Please install them using
sudo apt install --reinstall linux-headers-$(uname -r)