Hello! This is my first time posting on this forum, so sorry if I am a little long winded.
- The issue I am running into is that I am unable to get my GPU pass through to work on my new proxmox server. I have a sneaking suspicion that the motherboard that I have might not support ACS, I am not completely sure of this. Below is the output of the
Code:
pvesh get /nodes/{nodename}/hardware/pci --pci-class-blacklist ""
- I am mostly concerned about the GTX 1060, and why is it in a "-1" IOMMU group?
- Another thing to note is that when I run a script to show me all the devices that are in IOMMU groups it only goes up to 19 and 8 IOMMU groups, while the 1060 is on 41 with no Group
- IOMMU Group script, only shows 8 groups and 19 "devices" not including the gpu
- Output from "lspci -k"
- You can also see that the GPU is still using NVIDIA and Nouveau drivers, even though I tried disabling them with
-
Code:
echo "blacklist nouveau" >> /etc/modprobe.d/blacklist.conf echo "blacklist nvidia" >> /etc/modprobe.d/blacklist.conf and modprobe -r nvidia modprobe -r nouveau
- Here is my grub config
- Results from "dmesg | grep -e DMAR -e IOMMU"
- I've tried different PCIe Slots. 8x vs 16x, I havent messed with bifurcation but I dont think that would help me. Any help at all with this would be greatly appreciated.