Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

3 basic ways to check NVIDIA hardware in Linux

...

Detect NVLink(s) (if you have them installed): ‘nvidia-smi nvlink --status -i'

Detect physically installed devices that includes ‘nvidia’: ‘lspci | grep -i nvidia'

...

For example:

lspci | grep -i nvidia

01:00.0 VGA compatible controller: NVIDIA Corporation Device 2204 (rev a1)
21:00.0 VGA compatible controller: NVIDIA Corporation Device 2204 (rev a1)

Motherboard PCI-e BUS ID (AKA: the PCI-e slot the GPU is installed in)

This could be up to 3 additional alphanumerical 4-digit ‘words’ (example below)

Product Name

PCI ID

Quadro RTX 8000

1E30 1028 129E

First is the PCI Device ID, the second is the PCI Subsystem Vendor ID, and the third is the PCI Subsystem Device ID.

...