this post was submitted on 03 May 2026
3 points (100.0% liked)

Selfhosted

50711 readers
877 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

  7. No low-effort posts. This is subjective and will largely be determined by the community member reports.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

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.

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

You can try the driver https://github.com/feranick/gasket-driver or https://github.com/dude84/gasket-driver-coral or search through the forks of the original gasket-dkms driver https://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.

top 22 comments
sorted by: hot top controversial new old
[–] spaghettiwestern@sh.itjust.works 1 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

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

[–] Davel23@fedia.io 1 points 3 weeks ago (3 children)
[–] panda_abyss@lemmy.ca 1 points 3 weeks ago (2 children)

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

What the fuck.

[–] egerlach@lemmy.ca 2 points 3 weeks ago

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.

[–] DataCrime@lemmy.dbzer0.com 1 points 3 weeks ago* (last edited 3 weeks ago)

So they could sell you something else, duh…

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

[–] zingo@sh.itjust.works 1 points 3 weeks ago (1 children)

Google is running out of naming schemes for their projects.

Not enough words in the dictionary.

[–] rapchee@lemmy.world 1 points 3 weeks ago

even though they have the full alphabet??

[–] irmadlad@lemmy.world 1 points 3 weeks ago

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.

[–] lyralycan@sh.itjust.works 1 points 3 weeks ago

It's only Google

[–] paraphrand@lemmy.world 0 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

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 0 points 3 weeks ago (1 children)

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 1 points 3 weeks ago (1 children)

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

[–] martini1992@lemmy.ml 1 points 3 weeks ago (1 children)

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

[–] frongt@lemmy.zip 1 points 3 weeks ago (1 children)

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

[–] martini1992@lemmy.ml 1 points 3 weeks ago

Yeah it seemed to work for me and would then hard lock the system between 24h and a week later requiring a manual power cycle. Several people experienced the same, we had a couple of issues on the frigate github but I don't think anyone ever figured out why. Definitely openvino on the igpu though, openvino on CPU was fine.

[–] dmtalon@infosec.pub 0 points 3 weeks ago (1 children)

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

[–] Matty_r@programming.dev 1 points 3 weeks ago

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

[–] amateurcrastinator@lemmy.world 0 points 3 weeks ago (1 children)

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

[–] avidamoeba@lemmy.ca 1 points 3 weeks ago

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

[–] Nephalis@discuss.tchncs.de 0 points 3 weeks ago (1 children)

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

I think this plan needs to be replaced.

[–] JustEnoughDucks@feddit.nl 0 points 3 weeks ago (1 children)

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.

[–] Nephalis@discuss.tchncs.de 1 points 3 weeks ago

Unfortunatly this is not possible for my setup. I have a Asrock J4050 with its soldered cpu. So I need something like a separate device. USB, SBC with lan, anything like that... Because of that, I was happy when i discovered coral. And to be honest: I did not researched deeply. So I am unaware of its limitation to frigate. I wanted to create my own model and run it on coral. The training was planned to be done on another device.

Now I need to check if a raspi could be sufficent or if anything else comes up.