VScaler: Adding GPUs - Fixing Issues with GPUs

From Define Wiki
Revision as of 12:06, 17 October 2017 by K mouza (talk | contribs) (Created page with "=== Adding a GPU with a sound card on it === The GT210 card, for example, has a sound card integrated as well and you can’t split the VGA from the Sound one when you passt...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Adding a GPU with a sound card on it

The GT210 card, for example, has a sound card integrated as well and you can’t split the VGA from the Sound one when you passthrough one in a VM, because they are both in the same IOMMU group. We need to separate the 2 to separate IOMMU groups. To do that clone this git repo: https://github.com/andre-richter/vfio-pci-bind and run:

[root@node02]~ vfio-pci-bind.sh 0000:81:00:1

Note: Replace the PCI address with the corresponding one on your system.