Search results for query: vendor-reset

  1. leesteken

    Yet another AMD Reset Bug/Vendor Reset Thread

    Maybe remove that directory or rename it, in order to try from scratch? I don't know what you did to the source code before (in an honest attempt to fix issues as described by other posts and guides). Sounds like it compiled before and it got installed. You might need to uninstall it. I found...
  2. V

    Yet another AMD Reset Bug/Vendor Reset Thread

    I do not know how to patch the source code, sorry. After running git clone https://github.com/gnif/vendor-reset.git I get the output fatal: destination path 'vendor-reset' already exists and is not an empty directory. When I run dkms install . I get the output Error! DKMS tree already...
  3. leesteken

    Yet another AMD Reset Bug/Vendor Reset Thread

    You run modprobe vendor-reset or make sure it is loaded at boot. I often describe the possible problem and then describe the command for it, in order to give feedback on what might be going wrong. vendor-reset is not installed properly, which is probably caused by it not compiling properly on...
  4. V

    Yet another AMD Reset Bug/Vendor Reset Thread

    I'm sorry, I am not sure what you mean by "after loading the vendor-reset module but before starting the VM." How do I load the vendor reset module? The output of modprobe vendor-reset is modprobe: FATAL: Module vendor-reset not found in directory /lib/modules/7.0.0-3-pve This is after a host...
  5. leesteken

    Yet another AMD Reset Bug/Vendor Reset Thread

    This makes debugging harder because the Proxmox host console no longer works. You also don't need this when vendor-reset works. Please undo this. Run the command on the Proxmox host after a reboot, after loading the vendor-reset module but before starting the VM. Then show the output in your...
  6. V

    Yet another AMD Reset Bug/Vendor Reset Thread

    didn't reply, see above, sorry.
  7. leesteken

    Yet another AMD Reset Bug/Vendor Reset Thread

    ...nothing (you need initcall_blacklist=sysfb_init instead but you lose the Proxmox host console which make debugging more difficult). With vendor-reset working, you don't need such work-arounds (like nofb nomodeset initcall_blacklist=sysfb_init video=...) anyway. The expected messages from...
  8. V

    Yet another AMD Reset Bug/Vendor Reset Thread

    ...iommu=pt pcie_acs_override=downstream,multifunction nofb nomodeset video=vesafb:off,efifb:off" GRUB_CMDLINE_LINUX="" I have installed vendor-reset from github and made a bunch of other changes based on forum suggestions I can't even remember. From dmesg I do get the following: [...
  9. J

    [SOLVED] AMD RX 7800/9070 XT vendor-reset?

    ...performing GPU passthrough to virtual machines, rather than Proxmox-specific setups. For Proxmox, the primary requirement is the vendor-reset module available at https://github.com/lok0919/vendor-reset/tree/navi-32. However, the original DKMS install and uninstall scripts had limitations, so...
  10. 1

    Force Host Device to use Xe instead of vfio-pci

    It actually is normal starting from 9.1 according to the roadmap https://pve.proxmox.com/wiki/Roadmap#Proxmox_VE_9.1 PCI passthrough: Improve compatibility with devices that are already bound to the correct VFIO driver. By default, PCI devices are bound to the vfio-pci driver and reset...
  11. 1

    Force Host Device to use Xe instead of vfio-pci

    Hi all, Question: Is there any way to force proxmox to use the Xe driver for the Arc B50 or to block it from unbinding the driver from the PCI device? Context: I currently have an Intel Arc B50 installed and currently running the latest firmware (VF=2). The driver in use for the GPU is Intel...
  12. C

    [SOLVED] DegradedArray alert day after upgrading pve8 to 9

    I removed the startup option on TrueNAS, rebooted the host, and ran smartctl to check for things: nvme0n1 is the boot SSD, so ignoring that drive. So the NVMe look good, right? Spinners in the next post due to character limits.
  13. B

    Defekte NVMe ZFS1 Raid

    Ich klinke mich mal hier mit meiner Kingston Data Center DC2000B ein: root@pve:~# smartctl -a /dev/nvme0n1 smartctl 7.4 2024-10-15 r5620 [x86_64-linux-6.17.13-2-pve] (local build) Copyright (C) 2002-23, Bruce Allen, Christian Franke, www.smartmontools.org === START OF INFORMATION SECTION ===...
  14. M

    RX 9070 pass through

    I made all the changes and it start working under ubuntu (even after restart the vm), but no changes under windows, just black screen
  15. leesteken

    RX 9070 pass through

    This module no longer exists: https://pve.proxmox.com/pve-docs/pve-admin-guide.html#qm_pci_passthrough vendor-reset does not support your GPU. None of these drivers apply to your GPU, therefore this does nothing. intell_iommu=on is spelled wrong and is not needed on Proxmox kernels since...
  16. M

    RX 9070 pass through

    ...proxmox setting: ``` OS: Proxmox VE 9.1.6 x86_64 Kernel: Linux 6.17.13-2-pve /etc/modules: vfio vfio_iommu_type1 vfio_pci vfio_virqfd vendor-reset /etc/modeprobe.d/blacklist.conf and /etc/modeprobe.d/pve-blacklist.conf blacklist nouveau blacklist nvidia blacklist nvidiafb blacklist radeon...
  17. U

    [SOLVED] Issues with Intel ARC A770M GPU Passthrough on NUC12SNKi72 (vfio-pci not ready after FLR or bus reset)

    So turns out "stuck in D3" was my PSU kicking the bucket. Haven't dared to update windows drivers past 32.0.101.8331 or upgrade card firmware, guess that's how it's going to be for a while. Dunno if it helps someone: i've changed my hookscript to enable AI stuff in lxc and keep on demand...
  18. S

    Error starting VM with GPU attached

    Hi, the error PCI_NUM_PINS error could happens because the NVIDIA T4 doesn’t reset properly after a VM shutdown, leaving KVM with invalid PCI interrupt pins. You could try to bind the T4 to VFIO at boot, disable PCIe ASPM and probably vendor-reset script to reset a GPU to a clean state.
  19. B

    GPU Passthrough funktioniert nicht mit RX 9070 XT

    ...intel_iommu=on iommu=pt. Zusätzlich bitte posten: dmesg | grep -i vfio dmesg | grep -i iommu cat /etc/pve/qemu-server/<VMID>.conf 5. Vendor-Reset-Patch: AMD GPUs brauchen manchmal den vendor-reset Kernel-Patch: apt install pve-headers-$(uname -r) dkms git git clone...
  20. P

    [SOLVED] IOMMU on an AMD FX-8530 CPU

    So, what did you do to make progress between the initial post and before vendor-reset, etc?