Search results for query: vendor-reset

  1. V

    [SOLVED] Yet another AMD Reset Bug/Vendor Reset Thread

    I am experiencing myself learn something new in real time. Edited line 32, which I found by counting down from the top, (I used nano, are there options with numbers on the side for line numbers?) and reinstalled. Rebooted the host, started the VM, shut it down from within the VM, ans started it...
  2. leesteken

    [SOLVED] Yet another AMD Reset Bug/Vendor Reset Thread

    Maybe you can show this log file? Probably you need to adjust some files according to https://github.com/gnif/vendor-reset/pull/103 . And then run dkms install . again. EDIT: It's probably https://github.com/gnif/vendor-reset/pull/104 instead, make sure line 32 of...
  3. V

    [SOLVED] Yet another AMD Reset Bug/Vendor Reset Thread

    ...days ago my extent of computer knowledge is building, running, and troubleshooting problems for friends and my gaming PCs. rm - r vendor-reset Did the trick to allow me to clone a fresh copy of vendor-reset from github. running dkms install .returned: Creating symlink...
  4. leesteken

    [SOLVED] Yet another AMD Reset Bug/Vendor Reset Thread

    sudo dkms remove vendor-reset/0.1.1 --all should do the trick. It is then no longer registered as a module. I don't know in which directory you are but there seems to exist a sub-directory named vendor-reset. Remove it using rm -r vendor-reset to remove it. Then clone a fresh copy from github...
  5. V

    [SOLVED] Yet another AMD Reset Bug/Vendor Reset Thread

    ...linked and got it to output something about uninstalling something initally. Running it again outputs Error! The module/version combo: vendor-reset/0.1.1 is not located in the DKMS tree. The same occurs for version 0.1 which I have also seen somewhere and could have installed using some guide...
  6. leesteken

    [SOLVED] 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...
  7. V

    [SOLVED] 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...
  8. leesteken

    [SOLVED] 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...
  9. V

    [SOLVED] 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...
  10. leesteken

    [SOLVED] 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...
  11. leesteken

    [SOLVED] 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...
  12. V

    [SOLVED] 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: [...
  13. 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...
  14. 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...
  15. 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...
  16. 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.
  17. 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 ===...
  18. 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
  19. 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...