VScaler: Adding GPUs - Fixing Issues with GPUs
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:1Note: Replace the PCI address with the corresponding one on your system.