Do I need some kernel drivers, configuration or anything else to make this work on OSMC ? I’ve tried comparing cmdline.txt and config.txt seems all ok there. Found that raspbian uses udev rules to manage permissions related to gpio, copied that to OSM but does not seem to help.
Hi @gerasalus - Did you make it work with pigpiod and OSMC? The service pigpiod.service wasn’t created on install and I can’t make pigpiod start up automatically on bootup? Anyone here maybe have a service file with configurations that works with OSMC?
Oct 18 11:47:34 osmc systemd[1]: Started Pigpio daemon.
Oct 18 11:47:34 osmc systemd[1]:
When I write whereis pigpiod - I receive /usr/local/bin/pigpiod.
Maybe it’s because I have installed it manually through a zip-file? I couldn’t find pigpiod library with sudo apt-get install ? This could maybe do, that the pigpiod package wasn’t “fully installed” or maybe just installed the wrong place? I can write sudo pigpiod and start the service, but I would like to make the systemd service work…
Having the pigpiod daemon running makes my reboot really slow, since it is problematic for the reboot process to stop the pigpiod daemon? Any ideas why?