Hello.
I am desperately trying to get my Tesla P40 GPU running on my Ubuntu Server 22.04 LTS.
It is a MSI Z97 Gaming 3 Mainboard with Intel i5 CPU (+ Intel Graphics). PCIe Gen3 x 16 fits the P40 specs - that was at least my thought.
If I check sudo ubuntu-drivers list
, I can see several drivers.
If I check lspci | grep -i nvidia
I can see my GPU (01:00.0 3D controller: NVIDIA Corporation GP102GL [Tesla P40] (rev a1))
I tried several times sudo apt purge nvidia*
and reinstalled several verions of the driver by using sudo apt install nvidia-driver-XXX
(like 550, 535…)
I also tried the latest runfile:
wget https://developer.download.nvidia.com/compute/cuda/12.5.1/local_installers/cuda_12.5.1_555.42.06_linux.run
sudo sh cuda_12.5.1_555.42.06_linux.run
I just cannot get the card appear in nvidia-smi: No devices were found.
Can you may help me please? I fear compatibility issues… I noticed as well that in my BIOS (latest version also just flashed) no “Above 4G decoding” is listed in PCIe advanced settings.
Attached my bug report: Dropbox