This is a continuation from this post:
I am in the process of migrating from NVIDIA to all AMD and have been unsuccessful in even getting the basic passthrough to Windows and Linux guest OS's working as well as the usual reset bug. I've tried using the script from the original thread but to no avail, I've attached the output from the following commands.
It shows as 0000:0c:00.0, but it doesn't appear to be connected to the CPU's PCIe lanes.
Where is it connected?
Please provide the details of your PC configuration.
Also, please post all your settings.
Try moving it to the CPU lanes and see if it works.
*Save it as a text file and attach it. Pasting it into the body makes it hard to read, and no one, including me, will look at it.
Where is it connected?
Please provide the details of your PC configuration.
Also, please post all your settings.
Try moving it to the CPU lanes and see if it works.
*Save it as a text file and attach it. Pasting it into the body makes it hard to read, and no one, including me, will look at it.
Code:
lspci -tv
lspci
cat /etc/kernel/cmdline
cat /etc/default/grub
cat /etc/modules
cat /etc/modprobe.d/*
cat /etc/pve/qemu-server/923.conf
for d in $(find /sys/kernel/iommu_groups/ -type l | sort -n -k5...
I am in the process of migrating from NVIDIA to all AMD and have been unsuccessful in even getting the basic passthrough to Windows and Linux guest OS's working as well as the usual reset bug. I've tried using the script from the original thread but to no avail, I've attached the output from the following commands.
Code:
lspci -tv
lspci
cat /etc/kernel/cmdline
cat /etc/default/grub
cat /etc/modules
cat /etc/modprobe.d/*
cat /etc/pve/qemu-server/923.conf
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;
lsmod | grep vfio
dmesg | grep -e DMAR -e IOMMU -e AMD-Vi
dmesg -e