04-15-2020, 07:03 PM
I also wanted to get a rotary encoder switch working (ALPS EC12E2424407). The rotary encoder (volume) runs without problems, but I can't get the switch (mute) to work with the above scripts (cjward13) on GPIO 13.
Are the above scripts still up to date?
sudo systemctl status mute gives the following output. for me (linux beginner) it looks ok ....
● mute.service - Mute
Loaded: loaded (/etc/systemd/system/mute.service; disabled; vendor preset: enabled)
Active: active (running) since Wed 2020-04-15 21:01:21 CEST; 3s ago
Main PID: 2966 (python)
Tasks: 1 (limit: 2200)
Memory: 2.2M
CGroup: /system.slice/mute.service
└─2966 python /home/pi/scripts/mute.py
Apr 15 21:01:21 moode systemd[1]: Started Mute.
Are the above scripts still up to date?
sudo systemctl status mute gives the following output. for me (linux beginner) it looks ok ....
● mute.service - Mute
Loaded: loaded (/etc/systemd/system/mute.service; disabled; vendor preset: enabled)
Active: active (running) since Wed 2020-04-15 21:01:21 CEST; 3s ago
Main PID: 2966 (python)
Tasks: 1 (limit: 2200)
Memory: 2.2M
CGroup: /system.slice/mute.service
└─2966 python /home/pi/scripts/mute.py
Apr 15 21:01:21 moode systemd[1]: Started Mute.