Search results for query: gasket

  1. R

    Proxmox 8.1.3 - Install for kernel: 6.5.11-6-pve failed

    Thanks alot for the lightning fast response. I looked at trhe address you pointed out and now everything is great. Thanks again for your prompt help and support. Best regards.
  2. leesteken

    Proxmox 8.1.3 - Install for kernel: 6.5.11-6-pve failed

    Looks like you have a module that is incompatible with the new kernel version. People have had this exact issue with "gasket" (whatever that is) recently. Please use the search: https://forum.proxmox.com/search/6397693/?q=gasket&t=post&c[child_nodes]=1&c[nodes][0]=16&o=date
  3. R

    Proxmox 8.1.3 - Install for kernel: 6.5.11-6-pve failed

    .../boot/vmlinuz-6.5.11-6-pve dkms: running auto installation service for kernel 6.5.11-6-pve. Deprecated feature: REMAKE_INITRD (/var/lib/dkms/gasket/1.0/source/dkms.conf) Deprecated feature: REMAKE_INITRD (/var/lib/dkms/gasket/1.0/source/dkms.conf) Deprecated feature: REMAKE_INITRD...
  4. M

    Update Error with Coral TPU Drivers

    Just want to add my thanks to @LiloBzH for the idiot proof instructions. Apex had disappeared from /dev after the upgrade, but this fixed it without any other changes needing to be made.
  5. F

    coral tpu not working after upgrade to 8.1.3

    ...drivers but there seems to be a problem during compilation. Is there anything I can do to get the tpu working again? # apt-get install gasket-dkms Reading package lists... Done Building dependency tree... Done Reading state information... Done gasket-dkms is already the newest version...
  6. L

    Update Error with Coral TPU Drivers

    yeah apt remove gasket-dkms apt install git apt install devscripts apt install dh-dkms In HOME git clone https://github.com/google/gasket-driver.git cd gasket-driver/ debuild -us -uc -tc -b cd.. dpkg -i gasket-dkms_1.0-18_all.deb apt update && apt upgrade if no error => reboot !
  7. S

    Update Error with Coral TPU Drivers

    ...I figured it out install dh-dkms, dkms, and devscripts packages using apt install download the code, unzip, copy to proxmox installation, cd into the folder you just copied, run "debuild -us -uc -tc -b", cd back into root and install the debian package using "dpkg -i gasket-dkms_1.0-18_all.deb"
  8. L

    Update Error with Coral TPU Drivers

    Hello same probleme here. A build new module , install with dpkg -i gasket-dkms_1.0-18_all.deb and it's ok now ! T you :)
  9. S

    Update Error with Coral TPU Drivers

    I was able to reinstall, but had to get the gasket kernel module from here instead. I cloned the repo, built the module using the command mentioned in the README (you'll need dh-dkms, dkms, and devscripts packages), and installed the deb file generated by the build (it'll be located in the outer...
  10. P

    Update Error with Coral TPU Drivers

    Were you able to reinstall after? I have frigate running on this node in an LXC and don’t want to break the Corral TPU.
  11. S

    Update Error with Coral TPU Drivers

    Same exact issue. I had to uninstall the gasket-dkms package to fix the error, preventing me from using Frigate. Hopefully an update to the driver will fix this. It was last updated in March 2022.
  12. leesteken

    Update Error with Coral TPU Drivers

    Probably. Maybe check /var/lib/dkms/gasket/1.0/build/make.log? And then search the web and check if there is a new driver version available, from the place where you got the previous one.
  13. P

    Update Error with Coral TPU Drivers

    I am trying to update Promox and I seem to be getting a kernel error due to the Coral PTU gasket driver. I am not exactly sure how to proceed. root@pve01:~# apt-get dist-upgrade Reading package lists... Done Building dependency tree... Done Reading state information... Done Calculating...
  14. G

    Install of PCie drivers for coral TPU

    Thanks! apt install pve-headers apt-get reinstall gasket-dkms libedgetpu1-std
  15. V

    Unable to start ubuntu VM trying to passthrough a google coral TPU

    ...entire cmdline: GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on iommu=pt vfio_iommu_type1.allow_unsafe_interrupts=1 modprobe.blacklist=apex,gasket vfio-pci.ids=1ac1:089a kvm.ignore_msrs=1 pcie_aspm=off pcie_port_pm=off" I still need to see how much did the power draw increase but now my...
  16. L

    M2 EdgeTPU (Coral AI) Problem

    ...hitting a wall on this one. I've tried this on 5.15, 5.19, and 6.2. I've install pve-headers and dkms with no issue. When I try to install gasket-dkms I get this error: Building for 6.2.11-2-pve Module build for kernel 6.2.11-2-pve was skipped since the kernel headers for this kernel does...
  17. D

    Install of PCie drivers for coral TPU

    ...version you are running): apt install pve-headers-5.15.35-1-pve Once complete, you can reinstall the module: apt-get install --reinstall gasket-dkms Then I was able to simply load the modules: modprobe gasket modprobe apex Now I have the proper device: root@proxmox:~# ls -l /dev/apex_0...
  18. M

    installation of drivers for coral pcie eadgetpu

    i run my frigate on VM now not LXC i run in other problems not frigate related. but did you followed something like this here?: https://thingsiforgetblog.wordpress.com/2021/05/16/proxmox-pcie-passthrough/ to pass trough to VM? but i had in my case need to tweak the grub to get it working: i...