GPU Passthrough Issue

Hi,

Somewhat new to GNU/Linux, i am running Mint 19.1 with kernel version 5.2.2-acso, i get this error when i try to open my virtual machine with my secondary GPU

Unable to complete install: ‘internal error: process exited while connecting to monitor: 2019-07-22T14:01:46.556848Z qemu-system-x86_64: -device vfio-pci,host=06:00.0,id=hostdev0,bus=pci.3,addr=0x0: vfio error: 0000:06:00.0: group 12 is not viable
Please ensure all devices within the iommu_group are bound to their vfio bus driver.’

Traceback (most recent call last):
File “/usr/share/virt-manager/virtManager/asyncjob.py”, line 89, in cb_wrapper
callback(asyncjob, *args, **kwargs)
File “/usr/share/virt-manager/virtManager/create.py”, line 2553, in _do_async_install
guest.start_install(meter=meter)
File “/usr/share/virt-manager/virtinst/guest.py”, line 498, in start_install
doboot, transient)
File “/usr/share/virt-manager/virtinst/guest.py”, line 434, in _create_guest
domain = self.conn.createXML(install_xml or final_xml, 0)
File “/usr/lib/python2.7/dist-packages/libvirt.py”, line 3603, in createXML
if ret is None:raise libvirtError(‘virDomainCreateXML() failed’, conn=self)
libvirtError: internal error: process exited while connecting to monitor: 2019-07-22T14:01:46.556848Z qemu-system-x86_64: -device vfio-pci,host=06:00.0,id=hostdev0,bus=pci.3,addr=0x0: vfio error: 0000:06:00.0: group 12 is not viable
Please ensure all devices within the iommu_group are bound to their vfio bus driver.

0000:06:00.0 (Graphics Card)
0000:06:00.1 (Audio)
Both of these are in the same group aswell, ive also gotten the same error for the audio hardware.
I have also tried to install the ACS kernel patch but doesnt seem to do much.

Are you sure both devices are bound to the vfio driver? They haven’t been grabbed by nouveau or noviciate/AMD?
Like checking lspci -knn and seeing what driver is in use?

06:00.0 [GeForce GTX 970]
Kernel driver in use: vfio-pci
Kernel modules: nvidiafb, nouveau, nvidia_drm, nvidia
06:00.1 Nvidia Audio device
Kernel driver in use: vfio-pci
Kernel modules: snd_hda_intel
Here’s what it fetches