-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minimum gLibC version required (2.34) is not available for Raspberry Pi OS #184
Comments
Functionality is... spotty at the moment. Sometimes setting custom temperature and fan speeds works and sometimes it doesn't, this includes the default/number 7 option. Fan doesn't seem to respond to changing CPU temp outside of when initially set by the command deskpi-config. |
For your sake I hope it does not. Debian Bookworm itself is at 6.1.4 (and still counting up as we speak) Did you by any chance cross compiled those tools or used another version of Raspi OS to compile them ? |
No, there shouldn't be any cross compiled tools. (I try to keep any cross-compilation docker-containerized)
Not sure how to proceed here. |
Can you acknowledge that you are running Raspi OS bullseye ? This is my setup:
If you are running Bullseye then the utilities pwnControl64 and safeCutOffPower64 are required to be compiled manually see also https://github.com/DeskPi-Team/deskpi/blob/master/installation/drivers/README.md Another possible solution is to update your current installation. |
I did try to recompile them following the instruction inside, but the same error occurs on the newly built files. |
Nigh impossible when you build the tools on/for a bullseye system. After compilation of the tools and after downloading the installation repository the files in the driver/c directory need to be replaced with those that were manually build. Then the installation script install-raspios-64bit.sh can be run. |
In trying to call pwmFanControl64 directly, I get the following error:
pwmFanControl64: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by pwmFanControl64)
Yet, the highest available (stable) version of gLibC is 2.31, from official Debian/RaspberryPi OS sources.
Tool needs to be built with gLibC 2.31 compatibility.
The text was updated successfully, but these errors were encountered: