Search results for query: gasket

  1. t.lamprecht

    Opt-in Linux 6.8 Kernel for Proxmox VE 8 available on test & no-subscription

    ...from us or Debian, so best to see if upstream has a fix. From a quick look there it seems that this got already reported: https://github.com/google/gasket-driver/issues/23 That report includes a diff for a fix you could try to apply locally (open a new thread if you have further question to...
  2. V

    Opt-in Linux 6.8 Kernel for Proxmox VE 8 available on test & no-subscription

    Unable to build gasket-dkms Building initial module for 6.8.1-1-pve Deprecated feature: REMAKE_INITRD (/var/lib/dkms/gasket/1.0/source/dkms.conf) Error! Bad return status for module build on kernel: 6.8.1-1-pve (x86_64) Consult /var/lib/dkms/gasket/1.0/build/make.log for more information. dpkg...
  3. gurubert

    Proxmox Kernel Error - Invalid Pointer Type

    The additional gasket module you have installed for dkms does not compile on this kernel version. You either need to find a newer version of gasket that compiles against Linux 6.5 or remove the gasket dkms package.
  4. C

    Proxmox Kernel Error - Invalid Pointer Type

    .../boot/vmlinuz-6.5.13-1-pve dkms: running auto installation service for kernel 6.5.13-1-pve. Deprecated feature: REMAKE_INITRD (/var/lib/dkms/gasket/1.0/source/dkms.conf) Deprecated feature: REMAKE_INITRD (/etc/dkms/framework.conf) Sign command...
  5. H

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

    OMG Thank you!!! In my case : GRUB_CMDLINE_LINUX="quiet intel_iommu=on pcie_aspm=off pcie_port_pm=off consoleblank=300" and it finally works!
  6. J

    PCIE Google Coral Install Instructions

    ...| gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/coral-edgetpu.gpg apt update sudo apt-get install gasket-dkms libedgetpu1-std -y #likely not needed, but I was just being over cautious reboot now apt remove gasket-dkms -y apt install git devscripts dh-dkms -y cd /home git clone...
  7. C

    Update Error with Coral TPU Drivers

    After hours and hours of trying to get my pcie tpu working for my lxc container - it was the apex and gasket on the blacklist file!!! Why are they in the blacklist? By default? Commented them out, rebooted and then pcie tpu was finally found and frigate bounced back to life!!
  8. B

    Update Error with Coral TPU Drivers

    I gave up with recent kernels. I got it working again with: Remove gasket-dkms Pin kernel 6.2.16-20-pve Use google repo: echo "deb https://packages.cloud.google.com/apt coral-edgetpu-stable main" | tee /etc/apt/sources.list.d/coral-edgetpu.list curl...
  9. R

    Update Error with Coral TPU Drivers

    ...the vermagic showing previous kernel 6.5.11-8-pve. Any ideas how I can force this to 6.5.13-1-pve? as below: filename: /var/lib/dkms/gasket/kernel-6.5.13-1-pve-x86_64/module/gasket.ko author: Rob Springer <rspringer@google.com> license: GPL v2 version: 1.1.4...
  10. T

    Coral TPU (pcie) on Proxmox

    Hi, I had to build the driver module from source to get it working with PVE 8.1.4, the driver on the google instructions page is outdated. Here are the threads that helped me : https://github.com/google-coral/edgetpu/issues/808 https://github.com/google/gasket-driver/
  11. V

    Update Error with Coral TPU Drivers

    The problem was confusion with vm, lxc ja passthrough things. I was trying this in LXC container, which was wrong. Got it working when did in Proxmox, now /dev/apex_0 also visible in LXC container.
  12. B

    Update Error with Coral TPU Drivers

    I also have no Apex_0 present under /dev but in my case the gasket module is trying to load but fails. uname -a Linux Proxmox 6.5.11-8-pve #1 SMP PREEMPT_DYNAMIC PMX 6.5.11-8 (2024-01-30T12:27Z) x86_64 GNU/Linux I have followed this: apt remove gasket-dkms apt install dkms lsb-release sudo git...
  13. V

    Update Error with Coral TPU Drivers

    Hi, I Installed to my Proxmox LXC container with these instructions with latest 6.5.11-8-pve kernel but apex.ko and gasket.ko not loading. Frigate:~# uname -a Linux Frigate 6.5.11-8-pve #1 SMP PREEMPT_DYNAMIC PMX 6.5.11-8 (2024-01-30T12:27Z) x86_64 GNU/Linux Frigate:~# modprobe apex modprobe...
  14. M

    Coral TPU (pcie) on Proxmox

    ...my Coral PCIe A+E key working in an aliexpress N100 mini PC. What is very interesting (strange?) is that even without any drivers present (no gasket, no libcoral, no blacklist), the command lspci sometimes hangs for 10-15 seconds before listing pci devices. When this happens, I see the...
  15. A

    Update Error with Coral TPU Drivers

    Could it be that the gasket or apex modules are still blacklisted somewhere in /etc/ To find out run: grep -r apex /etc
  16. B

    Coral TPU (pcie) on Proxmox

    ...-m 0755 -p /etc/apt/keyrings/ curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | tee /etc/apt/keyrings/coral.gpg apt-get install gasket-dkms libedgetpu1-std -y sh -c "echo 'SUBSYSTEM==\"apex\", MODE=\"0660\", GROUP=\"apex\"' >> /etc/udev/rules.d/65-apex.rules" groupadd apex adduser...
  17. A

    Update Error with Coral TPU Drivers

    This fixed it for me as well. I first installed the pve-headers (I had previously only done the pve-headers-6.5.11-4-pve), reinstalled the built gasket .deb, rebooted and it was back and working as before. Thanks for your help
  18. E

    Coral TPU (pcie) on Proxmox

    ...ECRCGenEn- ECRCChkCap+ ECRCChkEn- MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap- HeaderLog: 00000000 00000000 00000000 00000000 Kernel driver in use: vfio-pci No apex or gasket drivers appear. Can anyone help?! So frustrating! Thanks
  19. C

    Update Error with Coral TPU Drivers

    ...the steps above & pci coral shows up just fine in frigate. This doesn't survive a 2nd reboot however? Any suggestions? root@pve:~# modinfo gasket filename: /lib/modules/6.5.11-7-pve/updates/dkms/gasket.ko author: Rob Springer <rspringer@google.com> license: GPL v2...
  20. E

    Update Error with Coral TPU Drivers

    Same issue as jorgeg73 above on kernel 6.5.11-7-pve. I'm able to install gasket-dkms via the built .deb, and no errors from update and upgrade. However, no apex listed in /dev. I've tried to reinstall libedgetpu1-std after getting gasket installed, still no luck. As of now, I think I've hit the...