graysky wrote:
Is lirc running? Is it able to receive signals from the remote? For inspiration:
https://wiki.archlinux.org/index.php/LircLirc seems to be running:
Code:
ps -ef |grep lirc
root 2364 562 0 11:49 ? 00:00:00 /usr/sbin/lircd -r -n -d --output /var/run/lirc/lircd
root 2387 2112 0 11:49 pts/2 00:00:00 grep lirc
No signals seen when running
Code:
irw
The link you cite seems to be different lire than what's rolled up with LinHES. For example, systemctl is used to start/stop lirc in the link. That command is not on the LinHES system. Also some of the config files in the link do not match locations in LinHES. Perhaps a different version of lirc is being used and a different system to start services?
Here's some log that seems to indicate it's not even getting the config file, not able to open the device (there's no /dev/lirc0 BTW) and the hardware is not initializing.
Code:
Sep 3 11:38:04 meierjo_linhes lircd: accepted new client on /var/run/lirc/lircd
Sep 3 11:49:39 meierjo_linhes lircd: caught signal
Sep 3 11:49:39 meierjo_linhes lircd: could not open config file '/var/run/lirc/lircd'
Sep 3 11:49:39 meierjo_linhes lircd: No such device or address
Sep 3 11:49:39 meierjo_linhes lircd: lircd(default) ready, using /var/run/lirc/lircd
Sep 3 11:49:41 meierjo_linhes lircd: accepted new client on /var/run/lirc/lircd
Sep 3 11:49:41 meierjo_linhes lircd: could not get file information for --output
Sep 3 11:49:41 meierjo_linhes lircd: default_init(): No such file or directory
Sep 3 11:49:41 meierjo_linhes lircd: WARNING: Failed to initialize hardware
Sep 3 11:50:24 meierjo_linhes lircd: caught signal
Anyone know how LinHES fires off Lirc upon boot? I'll start with that script and see where it get me.....