EmixamPP / linux-enable-ir-emitter

Provides support for infrared cameras that are not directly enabled out-of-the box.
MIT License
235 stars 20 forks source link

Does not work on Zorin 17.2 #198

Closed ebeneezer closed 2 weeks ago

ebeneezer commented 2 weeks ago
oc@Citong:~/Downloads/usr/local/bin$ ./linux-enable-ir-emitter 
./linux-enable-ir-emitter: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by ./linux-enable-ir-emitter)
./linux-enable-ir-emitter: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.32' not found (required by ./linux-enable-ir-emitter)
./linux-enable-ir-emitter: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.31' not found (required by ./linux-enable-ir-emitter)
idoc@Citong:~/Downloads/usr/local/bin$ 

System is a Dell XPS 15 9500

Seems base system of Zorin uses old Clib.

Tried to compile source. Does not work either. Misses format.h header.

EmixamPP commented 2 weeks ago

Tried to compile source. Does not work either. Misses format.h header.

Is it possible for you to install gcc13 on ZorinOs?

ebeneezer commented 2 weeks ago

Tnx for looking into my problem. I will try and post results here.

Am 05.10.2024 um 10:00 PM schrieb Maxime Dirksen @.***>:

Is it possible for you to install gcc13 on ZorinOs?

— Reply to this email directly, view it on GitHub https://github.com/EmixamPP/linux-enable-ir-emitter/issues/198#issuecomment-2395173953, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHSRFSTZGA3MUKZY3K6YYLZ2BAMVAVCNFSM6AAAAABPNOACQ6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOJVGE3TGOJVGM. You are receiving this because you authored the thread.

ebeneezer commented 2 weeks ago

I decided to ditch Zorin in favour of Ubuntu 24.4.1 as I expect more trouble ahead using an outdated distro base - especially using Linux on Notebooks.

Your app installs and runs perfectly on Ubuntu 24.4.1

I use and recommend "Slimbook-Face" as GUI to register faces with Howdy and using your driver the two emitters flash every time Howdy activates tthe IR cam.

Hope to see your driver integrated in Howdy in the future.

Thank you for your support and i will close the issue now.