05-12-2024, 03:27 PM
(05-12-2024, 10:03 AM)NeutralGrey Wrote: Does anyone have any binaries atinout for mobian on pinephone 1.2?
https://atinout.sourceforge.net/ does not have precompiled binaries for debian/mobian and attempting to compile from source results in a segmentation fault error.
Download the tar.gz file, and compile on a terminal:
$ gcc atinout.c -o atinout
or
$ gcc -O2 atinout.c -o atinout
If you get an error on line 173, modify this line in this way:
printf("atinout version \" VERSION \"\n");
I compiled it on mobian-bookworm without error, but i did not verify if it works.