January 21, 20206 yr i have to try to passthrough a motherboard wifi controller ( gigabyte x399 designare ) with Quote [8086:24fd] 05:00.0 Network controller: Intel Corporation Wireless 8265 / 8275 (rev 78) and insert into xml file Quote <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x05' slot='0x00' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x09' function='0x0'/> </hostdev> but when start Quote internal error: qemu unexpectedly closed the monitor: 2020-01-21T15:52:07.589498Z qemu-system-x86_64: -device vfio-pci,host=0000:05:00.0,id=hostdev0,bus=pci.0,addr=0x9: vfio 0000:05:00.0: group 0 is not viable Please ensure all devices within the iommu_group are bound to their vfio bus driver. what i wrong ?
January 21, 20206 yr It looks like you have tried to pass through a device that belongs in an IOMMU group with other devices. The rule for a passthrough is that the device you are passing through must be in its own IOMMU group, or you must pass through all devices in the same IOMMU group to the same VM. It's usual for onboard devices (WiFi, Ethernet, Some SATA, OnBoard Audio) to be grouped together. You can try to get around this using Bios ACS settings and/o ACS override settings in unRaid, but it's often difficult .
February 1, 20206 yr Author On 1/21/2020 at 6:00 PM, meep said: It looks like you have tried to pass through a device that belongs in an IOMMU group with other devices. The rule for a passthrough is that the device you are passing through must be in its own IOMMU group, or you must pass through all devices in the same IOMMU group to the same VM. It's usual for onboard devices (WiFi, Ethernet, Some SATA, OnBoard Audio) to be grouped together. You can try to get around this using Bios ACS settings and/o ACS override settings in unRaid, but it's often difficult . i have try to change iommu on bios but wifi still on group with ethernet i hope with next bios
Archived
This topic is now archived and is closed to further replies.