How to configure Atric IR-WakeupUSB with RPi4
-
JurKub -
August 16, 2021 at 2:46 PM -
Thread is Resolved
-
-
your work around didn't work
This one is working after the above console command but may not follow the rules of systemd
Code: /storage/.config/system.d/lockdev.service[Unit] Description=Workaround for LIRC issue After=lircd.service [Service] ExecStart=/usr/bin/mkdir -p /var/lock/lockdev [Install] WantedBy=multi-user.target
How did you find out, that the lock file is missing, are there any logs for lirc in libreelec?
If you are looking for logs have a look at this folder:
smb share: Logfiles
or
/storage/logfiles
-
your work around didn't work
A drop in file is injected into the systemd service. Check with systemctl cat lircd and systemctl status lircd.
logging is usually done into journal. For lirc use journalctl -u lircd, for anything just journalctl.
-
-
learned a lot the last couple of days
To not trust posted samples because they may contain typos?
Thanks, fixed my posts.
-