Clarified how to spoof cards without a subdevice id.

This commit is contained in:
Jay DeBoer
2022-10-29 08:44:20 -05:00
parent cb0ed9baf3
commit cfd7da5ed2

View File

@ -432,7 +432,7 @@ For that you just have to add two lines to the override config. In this example
[profile.nvidia-259] [profile.nvidia-259]
# insert all of your other overrides here too # insert all of your other overrides here too
pci_device_id = 0x1E30 pci_device_id = 0x1E30
pci_id = 0x1E3012BA # This is not always required, see below pci_id = 0x1E3012BA
``` ```
`pci_device_id` is the pci id from the card you want to spoof to. In my case its `0x1E30` which is the `Quadro RTX 6000/8000`. `pci_device_id` is the pci id from the card you want to spoof to. In my case its `0x1E30` which is the `Quadro RTX 6000/8000`.
@ -441,7 +441,7 @@ pci_id = 0x1E3012BA # This is not always required, see below
You can get the IDs from [here](https://pci-ids.ucw.cz/read/PC/10de/). Just Ctrl+F and search the card you want to spoof to, then copy the id it shows you on the left and use it for `pci_device_id`. You can get the IDs from [here](https://pci-ids.ucw.cz/read/PC/10de/). Just Ctrl+F and search the card you want to spoof to, then copy the id it shows you on the left and use it for `pci_device_id`.
After doing that, click the same id, it should open a new page where it lists the subsystems. If there are none listed, you can remove the `pci_id` entry from above. But if there are some, you have to select the one you want and use its id as the second value for `pci_id` (see above). After doing that, click the same id, it should open a new page where it lists the subsystems. If there are none listed, you must use `0000` as the second value for `pci_id`. But if there are some, you have to select the one you want and use its id as the second value for `pci_id` (see above).
## Adding a vGPU to a Proxmox VM ## Adding a vGPU to a Proxmox VM