Google has abandoned the Coral TPU
from MuttMutt@lemmy.world to selfhosted@lemmy.world on 03 May 17:55
https://lemmy.world/post/46390410

The Coral TPU driver has basically been abandoned by Google so if you are running a Linux kernel newer than 6.2 it will not function.

github.com/google/gasket-driver is the original driver which was archived on April 18, 2026

You can try the driver github.com/feranick/gasket-driver or github.com/dude84/gasket-driver-coral or search through the forks of the original gasket-dkms driver github.com/google/gasket-driver/forks

So in the future your options are to pin your kernel to 6.2, upgrade your hardware, hope that someone will keep a gasket-dkms fork updated for newer kernel versions, or make your own fork to do so yourself.

#selfhosted

threaded - newest

Bluegrass_Addict@lemmy.ca on 03 May 18:24 next collapse

that’s fine, I’m abandoning Google

paraphrand@lemmy.world on 03 May 18:24 next collapse

I wonder, is it due to architecture limitations? They don’t see a roadmap ahead for it anymore in light of changing AI hardware demands?

I assume the hardware is end of life and not just the Linux driver.

MuttMutt@lemmy.world on 03 May 19:09 next collapse

I’m guessing it’s because more powerful hardware is coming out all the time. But for a lot of homelabs more power isn’t really needed to watch a few cameras for basic detection.

And yes the hardware hasn’t been made in a while but new old stock is still being sold. Hence the reason for the post.

frongt@lemmy.zip on 03 May 19:17 collapse

For a few cameras with basic detection, an Intel 6th gen processor or newer is sufficient to run openvino on the iGPU. Works great. docs.frigate.video/…/object_detectors/#openvino-d…

martini1992@lemmy.ml on 03 May 19:31 collapse

This is great, if it works, on my 8500t I had nothing but problems.

frongt@lemmy.zip on 03 May 19:54 collapse

I use it on a 12th gen CPU and it worked first try. ¯\_(ツ)_/¯

non_burglar@lemmy.world on 03 May 23:02 collapse

It’s due to the inner workings of the Coral TPU being basically a black box, so even if the community wanted to, we can’t just reverse engineer a driver.

spaghettiwestern@sh.itjust.works on 03 May 18:29 next collapse

Technology websites should just add a top level menu - “Google Abandoned”

Davel23@fedia.io on 03 May 19:18 collapse

https://killedbygoogle.com/

panda_abyss@lemmy.ca on 03 May 19:35 next collapse

Man, why did they buy Tenor just to kill it?

What the fuck.

DataCrime@lemmy.dbzer0.com on 03 May 20:02 next collapse

So they could sell you something else, duh…

P.S. They probably wanted to add the IP to their portfolio.

egerlach@lemmy.ca on 03 May 20:02 collapse

Common pattern - the acqui-hire.

“These people are working in a problem area that we want to do better in. We’ll buy their company for their expertise.”

Whether they keep existing products or not is not a major factor in the decision and gets evaluated later. Often, because they want the people working on something new the existing products are put into maintenance mode or shut down.

Source: Have been acquired for both talent and for product. Seen both.

zingo@sh.itjust.works on 03 May 22:15 next collapse

Google is running out of naming schemes for their projects.

Not enough words in the dictionary.

rapchee@lemmy.world on 04 May 11:21 collapse

even though they have the full alphabet??

irmadlad@lemmy.world on 03 May 23:35 collapse

As much as you may dislike Google, I got to hand it to them, they have and always have a ton of skunk works projects.

Nephalis@discuss.tchncs.de on 03 May 19:08 next collapse

Well, good to know. I planned to buy one and attach it to my homeserver ಠ╭╮ಠ

I think this plan needs to be replaced.

MuttMutt@lemmy.world on 03 May 19:15 next collapse

Glad you found out before the purchase. I made my purchase September 2024 and still rely on it for FrigateNVR.

I’m hoping that somehow a few people will get together to keep it going for a while. I sadly don’t understand most of the programming and such.

Nephalis@discuss.tchncs.de on 04 May 08:44 collapse

Do you know whether they plan to introduce a newer TPU instead?

JustEnoughDucks@feddit.nl on 04 May 09:48 collapse

Nowadays just get an Intel Arc A380 for 150€ and you can use it for a lot more than only Frigate. That thing is a little beast for my server.

dmtalon@infosec.pub on 03 May 19:12 next collapse

Great, I bought one like 6mo ago and have it running on frigate…

<sigh>

BeatTakeshi@lemmy.world on 03 May 22:41 next collapse

Bought mine 3 weeks ago, I haven’t had the time to add it to my frigate…

overload@sopuli.xyz on 03 May 23:57 next collapse

Exact same boat as you… Urgh. Maybe community drivers are possible?

MuttMutt@lemmy.world on 04 May 00:23 collapse

github.com/feranick/gasket-driver is the best option for now. But you also need the same gcc version installed as what was used to compile the kernel.

Matty_r@programming.dev on 04 May 07:10 collapse

The frigate container comes with the drivers for it. So its probably fine for the time being

lyralycan@sh.itjust.works on 03 May 19:37 next collapse

It’s only Google

alibloke@feddit.uk on 03 May 20:54 next collapse

The feranick fork works just fine, even on kernel v7

droans@lemmy.world on 04 May 02:43 collapse

That’s the worst part about it - the fix is so simple. Google just completely abandoned it.

It was just a single kernel function call on a single line with slightly modified arguments. Just make a small update and it works perfectly fine.

I spent much more time researching the fix than I did applying it. But now I have to rebuild and reinstall it every single time I update my kernel.

Archer@lemmy.world on 04 May 01:33 next collapse

Glad Google decided to kill this before I got one for frigate lol

amateurcrastinator@lemmy.world on 04 May 02:48 collapse

What is a good m. 2 alternative? I was looking to use my old rx580 but it appears that rocm dropped support for it

frongt@lemmy.zip on 04 May 03:04 next collapse

There aren’t any. Nobody is manufacting or developing for these devices because they’re slower than the rest of the hardware you already have, see e.g. reddit.com/…/has_anyone_successfully_used_the_goo…

Your CPU is probably good enough for some stuff like openvino, if it’s at all recent. 6th gen Intel is the bare minimum, but obviously newer is better. Or, sell that card and buy a new one. I do, unfortunately, recommend nvidia, since that’s what the vast majority of developers are targeting.

avidamoeba@lemmy.ca on 04 May 06:15 collapse

Perhaps the RX580 is usable via Vulkan? I tried Vulkan with llama.cpp on a R9700 recently and it was generally faster than ROCm.