Skip to content

Instantly share code, notes, and snippets.

@neofob
Last active February 24, 2026 23:45
Show Gist options
  • Select an option

  • Save neofob/9c30688660ba614d79dac5f81b2cad2d to your computer and use it in GitHub Desktop.

Select an option

Save neofob/9c30688660ba614d79dac5f81b2cad2d to your computer and use it in GitHub Desktop.
NVIDIA PCI IDs for Proxmox passthrough
# Set in each host var as seach node might have different devices
# * https://envytools.readthedocs.io/en/latest/hw/pciid.html
# * https://download.nvidia.com/XFree86/Linux-x86_64/590.48.01/README/supportedchips.html
pve_pci_device_ids:
# Mobile RTX 3070 Max-Q
- id: "10de:249d"
- id: "10de:228b"
# RTX 2000 Ada
- id: "28b0:1028"
- id: "28b0:1870"
# RTX 5060 Ti 16G
- id: "10de:2d04"
- id: "10de:22eb"
# RTX 5070 Ti 16GB
- id: "10de:2c05"
- id: "10de:22e9"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment