Last active
February 24, 2026 23:45
-
-
Save neofob/9c30688660ba614d79dac5f81b2cad2d to your computer and use it in GitHub Desktop.
NVIDIA PCI IDs for Proxmox passthrough
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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