Search results for query: gasket

  1. T

    Update Error with Coral TPU Drivers

    # Clone repository cd ~ mkdir home_git cd home_git git clone https://github.com/google/gasket-driver.git cd gasket-driver/src # Apply source modifications cp -p gasket_core.c gasket_core.c_bak sed -i -e 's/no_llseek/noop_llseek/g' gasket_core.c cp -p gasket_page_table.c gasket_page_table.c_bak...
  2. E

    Update Error with Coral TPU Drivers

    Hi, This is a great thread for how to set up coral/gasket, and I have used the instructions here to successfully build and install gasket without error. My problem is that once I start frigate, proxmox kernel panics and crashes. I'm at a loss as to what the cause is or where to look for more...
  3. M

    PVE9: Coral Driver install script

    Doesn't work for me. Tested on 6.17.2-2-pve kernel:
  4. B

    PCIE Google Coral Install Instructions

    ...prawie dobrze root@pve:~# ./install_coral_tpu.sh --setup-unprivileged chmod777 set for /dev/apex_0 and /dev/dri/renderD128 root@pve:~# ls gasket-dkms_1.0-18.4_all.deb gasket-dkms_1.0-18.4_amd64.changes gasket-dkms_1.0-18.4_amd64.build gasket-driver...
  5. B

    PVE9: Coral Driver install script

    zrobiłem coś takiego root@pve:~# sudo dpkg -i gasket-dkms_*.deb Selecting previously unselected package gasket-dkms. (Reading database ... 104545 files and directories currently installed.) Preparing to unpack gasket-dkms_1.0-18.4_all.deb ... Unpacking gasket-dkms (1.0-18.4) ... Setting up...
  6. B

    PVE9: Coral Driver install script

    root@pve:~# git clone https://github.com/feranick/gasket-driver Cloning into 'gasket-driver'... remote: Enumerating objects: 879, done. remote: Counting objects: 100% (256/256), done. remote: Compressing objects: 100% (32/32), done. remote: Total 879 (delta 234), reused 231 (delta 224)...
  7. S

    PCIE Google Coral Install Instructions

    curl -o install_coral_tpu.sh https://github.com/Bodengriller/frigate_debian_scripts/raw/refs/heads/Proxmox-Edition/install_coral_tpu.sh chmod +x install_coral_tpu.sh ./install_coral_tpu.sh --status
  8. B

    PCIE Google Coral Install Instructions

    ...Len=008 <?> Capabilities: [108] Latency Tolerance Reporting Capabilities: [110] L1 PM Substates root@pve0:~# dkms status gasket/1.0, 6.17.2-1-pve, x86_64: installed gasket/1.0, 6.17.2-2-pve, x86_64: installed root@pve0:~# ./install_coral_tpu.sh --status Coral TPU PCIe...
  9. R

    Update Error with Coral TPU Drivers

    ...late to the party. Thank you for all your great work! I am crying to install it on Proxmox 9.1.1 with Debian 13. root@frigate:/home# dpkg -i gasket-dkms_1.0-18_all.deb (Reading database ... 63272 files and directories currently installed.) Preparing to unpack gasket-dkms_1.0-18_all.deb...
  10. R

    Coral M.2 dual tpu

    ...089a 01:00.0 System peripheral [0880]: Global Unichip Corp. Coral Edge TPU [1ac1:089a] # lsmod | grep apex apex 28672 0 gasket 126976 1 apex # dmesg |grep apex [ 4.028073] apex 0000:01:00.0: enabling device (0100 -> 0102) [ 9.358545] apex...
  11. S

    Coral USB keeps on crashing

    Hi, IT can fails in your LXC setup because the Coral USB driver (apex/gasket) requires direct kernel-level USB access, but your container is unprivileged and only bind-mounts /dev/bus/usb, which causes driver conflicts and crashes on Debian 13. The TPU works reliably only with privileged VM...
  12. J

    PCIE Google Coral Install Instructions

    ...TPU [1ac1:089a] 0f:00.0 System peripheral [0880]: Global Unichip Corp. Coral Edge TPU [1ac1:089a] Apex devices installed: /dev/apex_0 DKMS Gasket module: gasket/1.0, 6.1.10-1-pve, x86_64: installed gasket/1.0, 6.14.11-4-pve, x86_64: installed gasket/1.0, 6.14.8-3-bpo12-pve, x86_64...
  13. M

    Proxmox Host unresponsive after starting VM with PCI Coral TPU passed through

    For those searching for a newer gasket driver: https://github.com/jnicolson/gasket-builder
  14. M

    How to install Coral M.2 PCI passthrough for Frigate on Proxmox 8+

    For those searching for a newer gasket driver: https://github.com/jnicolson/gasket-builder
  15. S

    PCIE Google Coral Install Instructions

    ...04:00.0 System peripheral [0880]: Global Unichip Corp. Coral Edge TPU [1ac1:089a] Apex devices installed: /dev/apex_0 /dev/apex_1 DKMS Gasket module: gasket/1.0, 6.12.43+deb13-amd64, x86_64: installed gasket/1.0, 6.12.48+deb13-amd64, x86_64: installed gasket/1.0, 6.14.11-1-pve, x86_64...
  16. D

    PVE9: Coral Driver install script

    ...Worked EXCEPT had to change to the forked coral-DKMS drivers found here : https://github.com/feranick/gasket-driver wget -qO - https://packages.cloud.google.com/apt/doc/apt-key.gpg | gpg --no-default-keyring --keyring gnupg-ring:/etc/apt/trusted.gpg.d/google.gpg --import - rm...
  17. Z

    upgrade from 8.4.11 to 9.0.5 failes

    I did have that same error with perl modules, before the gasket stuff. That is how I found this topic in the first place. I accidentally failed to copy everything Update: I found the original error that I had: After that I think I just tried apt dist-upgrade again, and saw the dmks error...
  18. Z

    Update Error with Coral TPU Drivers

    Thanks you for these instructions! My upgrade to v9 broke because of gasket, but somehow I managed to get out of it, and intall it again with the new instructions. Just a small addition for noobs like me: 1. after installing feranick's .deb file do: modprobe gasket modprobe apex 2. add them...
  19. Z

    upgrade from 8.4.11 to 9.0.5 failes

    I managed to get out of this somehow. Deleted the gasket module. Then ran apt dist-upgrade. It passed this time. Then cleaned up the old kernel. And finally reinstalled gasked with the new instructions from here
  20. Z

    upgrade from 8.4.11 to 9.0.5 failes

    I have the same issue. I hit the Upgrade button in the UI. The UI shows v9, but it didn't install cleanly. I tried doing apt dist-upgrade again, and I get: I assume it's because I had nvidia and gasket drivers installed with dkms. And how I'm stuck, have no idea how to get out of this...