Search results

  1. D

    [SOLVED] NIC stopped working while GPU Passthrough

    No worries :) , Yes i have installed Nvidia GPU drivers. Thank you for helping so far. i will await further suggestions from others
  2. D

    [SOLVED] NIC stopped working while GPU Passthrough

    ROM info root@pve:~/rom-parser# ./rom-parser /usr/share/kvm/NVIDIA.QuadroK4000.3072.120813.rom Valid ROM signature found @600h, PCIR offset 190h PCIR: type 0 (x86 PC-AT), vendor: 10de, device: 11fa, class: 030000 PCIR: revision 0, vendor revision: 1 Valid ROM signature found...
  3. D

    [SOLVED] NIC stopped working while GPU Passthrough

    Can you show us your IOMMU groups by way of running for d in /sys/kernel/iommu_groups/*/devices/*; do n=${d#*/iommu_groups/*}; n=${n%%/*}; printf 'IOMMU group %s ' "$n"; lspci -nns "${d##*/}"; done? If one device disappears when passing through another, they are often in the same group. Here is...
  4. D

    [SOLVED] NIC stopped working while GPU Passthrough

    Hello All, I have tried to do GPU passthrough using this link also seen Techno Tim Youtube video for reference. But my Proxmox Server keeps dropping networking and GPU passthrough also doesn't work. I run alot of networking VMs via Addon NIC cards to my Proxmox server. I will appreciate if...