[SOLVED] Second Quadro PCI-E Passthrough to Single VM - Code 12 (IRQ)

LocalUser

New Member
May 21, 2021
8
2
3
36
Hi,

I installed a second Quadro card in the host to passthrough to a VM. However, there is an Interrupt Request (IRQ) collision between the Quadro K4200 and the SM Bus Controller that I do not know how to solve.

SS_IRQ.PNG

SS_IO.PNG

Followed the PCI-Passthrough procedure from https://pve.proxmox.com/wiki/Pci_passthrough as before. In practice I only added one line to vfio.conf for the K4200.

Code:
nano /etc/modprobe.d/vfio.conf
# K2200
options vfio-pci ids=10de:13ba,10de:0fbc disable_vga=1
# K4200
options vfio-pci ids=10de:11b4,10de:0e0a disable_vga=1

followed by,
Code:
update-intramfs -u
update-grub
and a host reboot.

I did check the iommu grouping before passing the GPU to the VM, assuming it would work since the GPUs are in different groups.

Code:
find /sys/kernel/iommu_groups/ -type l
/sys/kernel/iommu_groups/49/devices/0000:02:00.0
/sys/kernel/iommu_groups/49/devices/0000:02:00.1
/sys/kernel/iommu_groups/50/devices/0000:03:00.0
/sys/kernel/iommu_groups/50/devices/0000:03:00.1


Am I missing something trivial? The 2nd GPU is not working even if it is the only GPU passed to the VM.
 
Last edited:

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!