V100 not recognized (pcie device 1df4)
Mar 04, 2024
The V100 card is not accessible via open source or proprierty Nvidia drivers. I’ve blacklisted nouveau, rebooted, and tried to install nvidia-driver on Debian. Running nvidia-detect results in the following, plus some debug info.
host1:~# lspci | grep -i nvidia
05:00.0 3D controller: NVIDIA Corporation Device 1df4 (rev a1)
host1:~# lsmod | grep nouveau
host1:~# nvidia-detect
Detected NVIDIA GPUs:
05:00.0 3D controller [0302]: NVIDIA Corporation Device [10de:1df4] (rev a1)
Checking card: NVIDIA Corporation Device 1df4 (rev a1)
Uh oh. Your card is not supported by any driver version up to 418.226.00.
A newer driver may add support for your card.
Newer driver releases may be available in backports, unstable or experimental.
The PCIe devices supported by Nvidia are (Appendix A. Supported NVIDIA GPU Products):
NVIDIA Tesla V100-SXM2-16GB 1DB1 I
NVIDIA Tesla V100-SXM2-16GB-LS 1DB1 10DE 1307 I
NVIDIA Tesla V100-FHHL-16GB 1DB3 I
NVIDIA Tesla V100-PCIE-16GB 1DB4 I
NVIDIA Tesla V100-PCIE-16GB-LS 1DB4 10DE 1306 I
NVIDIA Tesla V100-SXM2-32GB 1DB5 I
NVIDIA Tesla V100-SXM2-32GB-LS 1DB5 10DE 1308 I
NVIDIA Tesla V100-PCIE-32GB 1DB6 I
NVIDIA Tesla V100-DGXS-32GB 1DB7 I
NVIDIA Tesla V100-SXM3-32GB 1DB8 I
NVIDIA Tesla V100-SXM3-32GB-H 1DB8 10DE 131D I
NVIDIA Tesla PG500-216 1DF0 I
NVIDIA Tesla PG503-216 1DF2 I
NVIDIA Tesla V100-SXM2-16GB 1DF5 I
NVIDIA Tesla V100S-PCIE-32GB 1DF6 I
You’ll notice that PCIe device 1df4 is not listed. How can I get this machine to recognize the V100?