Probleme mit PCI Passthrough

Hi sorry das ich erst jetzt antworte.

jetzt bei der vm 2 Netzwerkkarten konfigurieren je mit einer vmbr dann hast du 2. jetzt kannst du das sauber trennen.
 
Danke für die Unterstützung, es hat funktioniert!
Der Thread kann geschlossen werden!!
 
Hi @Fraflo
könntest du von deinem Board bitte mal die IOMMU Groups posten?

Code:
for d in $(find /sys/kernel/iommu_groups/ -type l | sort -n -k5 -t/); do
    n=${d#*/iommu_groups/*}; n=${n%%/*}
    printf 'IOMMU Group %s ' "$n"
    lspci -nns "${d##*/}"
done;
 

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!