Search results for query: gasket

  1. T

    Update Error with Coral TPU Drivers

    ...the following: mok_signing_key="/etc/dkms/dkms.key" mok_certificate="/etc/dkms/dkms.der" 6) follow the previous install steps: apt remove gasket-dkms apt install dkms lsb-release sudo git dh-dkms devscripts pve-headers git clone https://github.com/KyleGospo/gasket-dkms cd gasket-dkms...
  2. N

    Update Error with Coral TPU Drivers

    well that error means that the gasket module is not signed or is signed with an untrusted key, so Secure Boot is rejecting it. Try disbabling Secure boot in the bios, then uinstall and reinstall the gasket-dkms if is necessary. You can also skip that step and try directly to sign the module...
  3. T

    Update Error with Coral TPU Drivers

    I have nothing under /dev related to apex. No error messages at boot, but : :~# modprobe gasket modprobe: ERROR: could not insert 'gasket': Key was rejected by service
  4. T

    Update Error with Coral TPU Drivers

    I tried both with KyleGospo on 6.8.4.3 and the google version on 6.5.13-5 with the same result (apex device not showing up but no visible error message). Is it possible this is related to using dkms and secureboot ? I'm definitely not familiar with secureboot and this is the first proxmox...
  5. C

    Update Error with Coral TPU Drivers

    looks like you're using the kyle-gospo version of gasket-dkms which i believe is for 6.8 and above on 6.5.13-5 try following steps here the normal google version is what i am using & it's working fine albeit not surviving a reboot so i just have to run the code again i'm on 6.5.13-5-pve & it's...
  6. T

    Update Error with Coral TPU Drivers

    ...and reverted to kernel 6.5.13-5-pve but still a no show. Any idea what I've done wrong ? uname -r 6.5.13-5-pve Steps I've done : apt remove gasket-dkms apt install dkms lsb-release sudo git dh-dkms devscripts pve-headers git clone https://github.com/KyleGospo/gasket-dkms cd gasket-dkms...
  7. C

    Proxmox / Debian 12 LXC / CodeProject.ai / Coral usb TPU : My working setup !

    this is fine, but could you tell me how or where to find a procedure to correctly install google coral on promox 8.2.2? I installed the gasket drivers but with lsusb I still see Global Unichip and not Google Coral, I have tried various solutions by reading on various forums but until now Proxmox...
  8. C

    Update Error with Coral TPU Drivers

    ...which downgrades the kernel proxmox-boot-tool kernel pin 6.5.13-5-pve which pins the 6.5 kernel for boot. then reboot. then retry installing gasket-dkms if still not working, you might need to uninstall the old kernels & pve-headers and retry gasket-dkms installation
  9. I

    How do I configure the following backup schedule/option with proxmox?

    ...VM 100: UPID:proxmox:0003724E:0096B021:664C5B93:qmshutdown:100:root@pam: May 21 01:30:27 proxmox systemd-udevd[347]: /usr/lib/udev/rules.d/60-gasket-dkms.rules:1 Unknown group 'apex', ignoring May 21 01:30:28 proxmox kernel: tap100i0: left allmulticast mode May 21 01:30:28 proxmox kernel...
  10. I

    Backup with STOP - seems VM is still running during backup?

    ...VM 100: UPID:proxmox:0003724E:0096B021:664C5B93:qmshutdown:100:root@pam: May 21 01:30:27 proxmox systemd-udevd[347]: /usr/lib/udev/rules.d/60-gasket-dkms.rules:1 Unknown group 'apex', ignoring May 21 01:30:28 proxmox kernel: tap100i0: left allmulticast mode May 21 01:30:28 proxmox kernel...
  11. D

    Update Error with Coral TPU Drivers

    Thanks for your reply. Yeah, I tried these instructions before, this is how I got to the current point. Kernel is 6.8.4-3-pve
  12. S

    Update Error with Coral TPU Drivers

    ...version are you on? You can verify by running uname -r Either way, try these instructions with updated repo from Post #69 above: apt remove gasket-dkms apt install dkms lsb-release sudo git dh-dkms devscripts pve-headers git clone https://github.com/KyleGospo/gasket-dkms cd gasket-dkms...
  13. D

    Update Error with Coral TPU Drivers

    ...repo and compiled / installed it again. I can confirm I can see it loaded with: root@pve:~# lsmod | grep apex apex 28672 0 gasket 126976 1 apex But I don't have anything one /dev/apex*: root@pve:~# ls -l /dev/apex* ls: cannot access '/dev/apex*': No such...
  14. A

    PCIE Google Coral Install Instructions

    This is very helpfull. It worked. Thank you!!
  15. A

    Coral TPU Drivers not loaded at boot

    ...the Coral AI M.2 (B+M) module on my proxmox setup. I'm currently run the kernel version 6.8.4-2-pve and I followed this guide do install the gasket driver. The installation process completed successfully, I can load the kernel modules with: root@pve:~ # modprobe apex root@pve:~ # lsmod |...
  16. C

    Update Error with Coral TPU Drivers

    Thank you for posting your container config. I believe I must've had something wrong in the lxc.mount.entry area that was stopping the tpu from getting recognized in frigate. Working now!
  17. R

    Update Error with Coral TPU Drivers

    In your PVE shell, run "lsmod | grep apex" You should see the apex and gasket.. i.e: root@pve:~# lsmod | grep apex apex 28672 5 gasket 126976 6 apex ------ Also, in your PVE shell, run "ls -l /dev/apex*" This should output something like..: crw-rw---- 1...
  18. C

    Update Error with Coral TPU Drivers

    Yes I've followed the above multiple times but I still can't get it going. In the lxc running below returns "/dev/apex_0" so which I think means the coral can be seen by the container? ls /dev/apex_0 Possibly something wrong with my container .conf file?
  19. R

    Update Error with Coral TPU Drivers

    Did you follow the original instructions? If so, they are not working.. You need to use these instructions.. apt remove gasket-dkms apt install dkms lsb-release sudo git dh-dkms devscripts pve-headers git clone https://github.com/KyleGospo/gasket-dkms cd gasket-dkms debuild -us -uc -tc -b cd ...
  20. N

    Update Error with Coral TPU Drivers

    Those instructions don't have anything to do with the status of the LXC container, they are for running in the PVE host because the kernel module gasket-dkms that the corul tpu uses has conflicts with the kernel 6.8.4.