gnif / vendor-reset

Linux kernel vendor specific hardware reset module for sequences that are too complex/complicated to land in pci_quirks.c
GNU General Public License v2.0
764 stars 65 forks source link

vendor-reset no longer working on Proxmox 8.2 #85

Open 8192K opened 1 month ago

8192K commented 1 month ago

I only noticed a couple of days ago that vendor-reset is not loaded any more it seems. No entries any more in dmesg. However, dkms status yields:

vendor-reset/0.1.1, 6.8.12-2-pve, x86_64: installed

I removed vendor-reset from dkms and reinstalled (following the blog at https://www.nicksherlock.com/2020/11/working-around-the-amd-gpu-reset-bug-on-proxmox/), but no change.

lsmod | grep reset dmesg | grep reset yield no results

These are the entries in /etc/modules :

vfio vfio_iommu_type1 vfio_pci vfio_virqfd vendor-reset

modprobe -v vendor-reset yields:

insmod /lib/modules/6.8.12-2-pve/updates/dkms/vendor-reset.ko modprobe: ERROR: could not insert 'vendor_reset': Key was rejected by service

What else can I try to make it load? Needless to say my VM will not restart (using a WX 4100) which it did flawlessly until a couple of weeks ago. Might be related to the Ubuntu 24.04 issue posted here in September?