CommentStreams:E6854f5a245a6ccdcbbc9a9f57fc19b1

< CommentStreams:770c0e5e85718ecf5ff95f5aee428346
Revision as of 07:11, 20 October 2022 by 84.30.64.45 (talk) (Migrated reply #2847)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Maybe you do have pigpiod installed and you still get that error. That happened to me. I found the problem and the solución:

PROBLEM: I don’t know why, but when pigpiod is run with the parameter “-l” (small L), the pwm_fan_control.py script does not work.

SOLUTION: In Raspbian the script is run according to this file: /etc/systemd/system/multi-user.target.wants/pigpiod.service In that file, DELETE THE “-l” PARAMETER WHEN RUNNING pigpiod, so it should look like this: ExecStart=/usr/bin/pigpiod

Tested and working OK on Raspbian version 11 bullseye with OPENMEDIAVAULT installed.