I have problem with my ASUS Essence STX II Soundcard. I cant passthrough it to VM.
I tested it with this script but it doesnt work for me
Can you guys help me ?
IOMMU group 31
[1b21:1080] 04:00.0 PCI bridge: ASMedia Technology Inc. ASM1083/1085 PCIe to PCI Bridge (rev 04)
[13f6:8788] 05:04.0 Multimedia audio controller: C-Media Electronics Inc CMI8788 [Oxygen HD Audio]
i tried this in my XML but i think this is wrong
<hostdev mode='subsystem' type='pci' managed='yes'>
<driver name='vfio'/>
<source>
<address domain='0x0000' bus='0x04' slot='0x00' function='0x0'/>
</source>
</hostdev>
<hostdev mode='subsystem' type='pci' managed='yes'>
<driver name='vfio'/>
<source>
<address domain='0x0000' bus='0x05' slot='0x04' function='0x0'/>
</source>
</hostdev>