Im trying to enable pci passthrough for my proxmox node (6.4-4) which has this motherboard with a j1900 cpu. The cpu supports quicksync according to this link.
I have followed some internet guides including the proxmox one.
But when I try to add PCI device to a VM I get the No IOMMU detected, please activate it.See Documentation for further information error.
Is there something that I could do or does my platform doesnt support this feature.
I have also checked the bios and enabled everything related to virtualization.
When I run this command:
I get output:
But running this command:
Does not shows any result.
I have followed some internet guides including the proxmox one.
But when I try to add PCI device to a VM I get the No IOMMU detected, please activate it.See Documentation for further information error.
Is there something that I could do or does my platform doesnt support this feature.
I have also checked the bios and enabled everything related to virtualization.
When I run this command:
dmesg | grep -e DMAR -e IOMMU
I get output:
[ 0.082941] DMAR: IOMMU enabled
But running this command:
dmesg | grep 'remapping'
Does not shows any result.