Search results for query: vendor-reset

  1. F

    [SOLVED] Proxmox 9.0 + AMD Radeon iGPU (Granite Ridge) Passthrough: A Desperate Plea for Help

    ...that the Ubuntu Live CD boots perfectly on the passed-through GPU, proving hardware compatibility. Addressing the AMD Reset Bug with vendor-reset The error writing '1' to '/sys/bus/pci/devices/0000:01:00.0/reset': Inappropriate ioctl for device message is expected and is the manifestation...
  2. S

    Installing AMD vendor-reset on Proxmox 9.0.9

    OK, I just realized that on Unraid apparently vendor-reset is not even loaded :rolleyes: (shame on me for not realizing that sooner): root@blackbox:~# lsmod | grep vendor root@blackbox:~# modprobe vendor-reset install_hook=o off on Apparently I was just super lucky with the Unraid system...
  3. leesteken

    [SOLVED] Is there any fix for Proxmox crashing when using GPU passthru with AMD

    ...chips that reset properly for example (and have not silently switched to other cheaper chips). I hope you find a work-around for your GPU. EDIT: AMD 6950XT works great for me with a Windows and Linux VMs. Other AMD GPU work fine with vendor-reset. I've had lots of issues with NVidia in the past.
  4. W

    [SOLVED] Is there any fix for Proxmox crashing when using GPU passthru with AMD

    ...radeon reset glitch. It appears to be very specific, as one series might have it on some of the cards, but not all of them. I've seen vendor-reset as a fix but it has yet to be updated for the 7000 series. Outside of that, I've seen temporary work arounds from scripts inside the guest that...
  5. leesteken

    Installing AMD vendor-reset on Proxmox 9.0.9

    Add a softdep vfio-pci pre: vendor-reset to a .conf file in the /etc/modprobe.d/ directory for force vfio-pci to load vendor-reset first. But there is no point in loading vendor-reset because it does not work your GPU. EDIT: modprobe and softdep manual...
  6. S

    Installing AMD vendor-reset on Proxmox 9.0.9

    I came across a similar issue here. But I have no clue how I can make sure that vendor-reset is loaded before vfio. It was already on top of my /etc/modules but I don't know if that is what I need to do.
  7. S

    Installing AMD vendor-reset on Proxmox 9.0.9

    Yes it is loaded, however there seems to be a proxmox-kernel issue and vfio-pci-reset is not enabled and therefore vendor-reset cannot work (regardless of my gpu). This from my point of view would also explain why I also can't manually write to echo 'device_specific' >...
  8. leesteken

    Installing AMD vendor-reset on Proxmox 9.0.9

    vendor-reset does appear to be loaded correctly, so it simply does not support your GPU. Maybe see if someone on the internet got the exact same integrated graphics working and ask them what work-arounds are needed for it to reset properly. I think your AI is just telling stories in order to...
  9. S

    Installing AMD vendor-reset on Proxmox 9.0.9

    Thank you for your reply! Yes it is a Strix-Point iGPU (890M). I want to give it a try with the vendor-reset because on my other machine I'm passing through the iGPU from my Ryzen 9950 successfully on Unraid and there the vendor-reset seems to do it's magic even though this iGPU is not...
  10. leesteken

    Installing AMD vendor-reset on Proxmox 9.0.9

    This suggest that the vendor-reset module is not loaded. What is the output of lsmod | grep vendor? What is the output of modprobe vendor-reset? Did you patch the source code of vendor-reset as the module will not compile properly with the Proxmox kernel 6.14 otherwise? I'm not sure but you...
  11. S

    Installing AMD vendor-reset on Proxmox 9.0.9

    ...and get video output from the VM. However this does not survive VM reboots and/or VM start/stop cycles. Hence I tried to install gnif's vendor-reset. Unfortunately I can not manage to get vendor-reset to run properly. I always get the following error: root@gateway:~# systemctl status...
  12. W

    [SOLVED] Is there any fix for Proxmox crashing when using GPU passthru with AMD

    ...one), It would always crash all of Proxmox. I checked to see if the card was in a pci group with multiple things, but it wasn't. I also was going to use vendor-reset, until I realized it doesn't support my card, or any new cards at that. Is this a dead end for me or is there a possible fix...
  13. M

    Proxmox user base seems rather thin?

    OK, Realtek is in and working. BTW, I did try the "pci=realloc=off" grub edit, but it didn't work either. I can only see a few possibilities. 1 - the igb driver needs work. 2 - the MB firmware/igb driver are not compatible, since there are two pci devices using the same driver, but with very...
  14. M

    Proxmox user base seems rather thin?

    I was just able to get the package (older) from supermicro that includes the bootutil and firmware, which indicates to me that FLASHENABLE should work. No indication as to HOW. There are no jumpers or anything to enable it on the MB, and nothing in all the documentation I've read. But that one...
  15. mr44er

    Proxmox user base seems rather thin?

    ...If this is a kernel bug, then I don't have or see it. Are there some old configuration leftovers? Maybe https://github.com/gnif/vendor-reset/ still grabbing @pci-id 07:00:xx where previously an AMD-gpu was? Or some experiments with sr-iov? Possible...if you say the I350 works on Win and...
  16. M

    Passthrough RTX 6000/5090 CPU Soft BUG lockup, D3cold to D0, after guest shutdown

    Which device is reporting the D3cold to D0 message? If you have different hardware you can find using: lspci -nn e.g 02:00.0 VGA compatible controller [0300]: NVIDIA Corporation GB202 [GeForce RTX 5090] [10de:2b85] (rev a1) 02:00.1 Audio device [0403]: NVIDIA Corporation Device [10de:22e8] (rev...
  17. K

    Passthrough RTX 6000/5090 CPU Soft BUG lockup, D3cold to D0, after guest shutdown

    I believe I have implemented this correctly with systemd (using ZFS) and am still receiving "D3cold to D0, device inaccessible". I have noticed that once reproducing the crash if I hard shutdown the VM there is a likely crash of the host, but instead of upon hanging of the guest VM and I reset...
  18. S

    PROXMOX 9 GPU PASS THROUGH

    ...use: vfio-pci Kernel modules: snd_hda_intel ✅ 07:00.1 is bound to driver: Kernel driver in use: vfio-pci === [Loaded VFIO / Vendor-Reset Modules] === vfio_pci 16384 0 vfio_pci_core 86016 1 vfio_pci irqbypass 12288 2 vfio_pci_core,kvm...
  19. M

    Passthrough RTX 6000/5090 CPU Soft BUG lockup, D3cold to D0, after guest shutdown

    I could not find a solution posted anywhere either :) It was wasted time investigating and troubleshooting to find the cause. It makes sense though. The device is placed into a suspend state and cannot recover quickly enough when needed. Once I figured it out I searched the forum to see if I...
  20. K

    PVE 9.05 disk devices lost with PCIe Passthrough VM. Only root drive not affected.

    Simular to Proxmox VE 9 PCIe Passthrough TrueNAS VM and PCIe-Passthrough no Longer Working on PVE 9.0.3 with kernel 6.14 - VM Hangs on Start, I have problem when VM using PCIe Passthrough. Everything works fine before with PVE 8.4. After upgrade to 9.05, this problem happenes. I thought...