CommentStreams:192a7970ee08aa6a147d4fe2877aa6f0

< CommentStreams:86aa55f41d1cd3f6104cbdc7155fed47
Revision as of 07:09, 20 October 2022 by 84.30.64.45 (talk) (Migrated reply #2846)
(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