-
Notifications
You must be signed in to change notification settings - Fork 550
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
pironman 5 case fans always on in the last butterfly + wrong filesystem reported by the case display #13091
Comments
I found a bit of time today to debug the fan problem, starting from this error from the pironman5 service: 24/12/30 13:40:57.991 [DEBUG] FanControl init I've traced it back to a problem in gpiozero : gpiozero/gpiozero#1166 The proposed workaround of symlinking /dev/gpiochip4 to /dev/gpiochip0 seems to do its job: the RGB fans are now off. The PWM fan is now recognised by the kernel correctly too (something that was not happening since I've installed V41 but I didn't notice before): cat /sys/class/thermal/cooling_device0/cur_state cat /sys/devices/platform/cooling_fan/hwmon/*/fan1_input Both were 0 before creating the symlink. I'll keep an eye the fans and how they respond to changes in the temperature of the Pi |
The fans works fine, they respond correctly to temperature changes. Fixed the oled problem too:
|
Hi @ZeroNoRyouki! In the first case I did modify the pm_auto.py file... inserting '/userdata' at line 174. For the second hint, instead, I tried to issue the command: But my two "cats" still reply with 0. And the fans are always on. Any hints? Super thanks |
Hi there.
ciao |
Batocera build version
41 2024/12/17 02:17 (butterfly)
Your architecture
Raspberry Pi 5 B 1.0
Your Graphic Processor Unit(s) (GPU)
integrated VideoCore VII
Issue description
in V40, the pironman 5 case RGB fans turned on only if the Pi temperature required it, after installing V41 they are always active from the get-go
The "free drive space" reported by the case LCD display is the one of, I think, the root filesystem (about 256 MB free) which is not that usefull: it should report the free space of /userdata (I was told by the pironman support guys to report this to you guys)
Detailed reproduction steps
n/a
Details of any attempts to fix this yourself
I've reinstalled the pironman 5 services in V41 (see below)
Details of any modifications you have made to Batocera.
I've installed (first in V40 and then again in V41 butterfly) the pironman 5 services as detailed here: https://docs.sunfounder.com/projects/pironman5/en/latest/set_up/set_up_batocera.html
Logs and data
No response
The text was updated successfully, but these errors were encountered: