Coral EdgeTPU m.2 (for Frigate) not able to install on 24.10 (Electric Eel)

anyone tested Coral EdgeTPU on FANGTOOTH (25.04)?

EDIT:
Tested now and was successfull.

my steps were:

sudo visudo

#Defaults log_subcmds

then used the steps from @campagnolo - BUT: be sure you call the debuild with sudo:

systemd-sysext unmerge
install-dev-tools
apt install dkms devscripts debhelper dh-dkms -y
git clone https://github.com/heitbaum/gasket-driver
cd gasket-driver
sudo debuild -us -uc -tc -b -d                        <-- must use sudo here
cd ..
dpkg -i gasket-dkms_1.0-18_all.deb
systemd-sysext merge

# if everything was successful
reboot
3 Likes