Hello, I'm using Proxmox and trying to pass through a specific PCI device (Multimedia controller: Altera Corporation Device 4c15) to a VM. I've encountered a phenomenon where after attempting this setup, the host's other PCI devices start having issues, and the VM itself also appears to fail to boot.
Situation and Issues:
If anyone knows a solution to this problem, or has any clue to identify what might be causing it, I would really appreciate your help. Thank you in advance.
Postscript. Apparently, devices in the same IOMMU group as the PCI device I tried to pass through are disabled.
Situation and Issues:
- After setting up the PCI device passthrough, the entire host is affected when starting the VM.
- The host's onboard NIC and additional HDDs behave as if they have been disconnected.
- Other issues, such as the host's network card ceasing to function, also occur.
- The VM itself also appears to fail to boot.
- This problem has been reproduced in both Proxmox version 8.0.3 and 7.4.3.
- I've added the target driver to the blacklist and bound it to vfio-pci with the following steps:
Code:lspci -k -s 06:00.0 Kernel driver in use: vfio-pci Kernel modules: earth_pt3, altera_cvp
- The following are added to /etc/modules:
Code:vfio vfio_iommu_type1 vfio_pci vfio_virqfd
If anyone knows a solution to this problem, or has any clue to identify what might be causing it, I would really appreciate your help. Thank you in advance.
Postscript. Apparently, devices in the same IOMMU group as the PCI device I tried to pass through are disabled.
Last edited: