Hi noobs4u,
lircd must be running if lirc configuration is done.
As I checked, there is no lircd in your list.
Code: Select all
odroid@odroid:~$ ps -ax | grep lirc
3145 ? Ss 0:00 /usr/sbin/lircd --nodaemon
3164 ttyS0 S+ 0:00 grep --color=auto lirc
Here is my lirc_options.conf.
I think you already modified the conf file, but could you check your lirc_options.conf again?
Code: Select all
odroid@odroid:~$ cat /etc/lirc/lirc_options.conf
# These are the default options to lircd, if installed as
# /etc/lirc/lirc_options.conf. See the lircd(8) and lircmd(8)
# manpages for info on the different options.
#
# Some tools including mode2 and irw uses values such as
# driver, device, plugindir and loglevel as fallback values
# in not defined elsewhere.
[lircd]
nodaemon = False
driver = default
device = /dev/lirc0
output = /var/run/lirc/lircd
pidfile = /var/run/lirc/lircd.pid
plugindir = /usr/lib/aarch64-linux-gnu/lirc/plugins
permission = 666
allow-simulate = No
repeat-max = 600
#effective-user =
#listen = [address:]port
#connect = host[:port]
#loglevel = 6
#release = true
#release_suffix = _EVUP
#logfile = ...
#driver-options = ...
[lircmd]
uinput = False
nodaemon = False
[modinit]
code = /sbin/modprobe meson-ir
[lircd-uinput]
add-release-events = True
release-timeout = 50
release-suffix = _EVUP
https://wiki.odroid.com/odroid-c2/appli ... ver_module
And please try "service lircd restart" again.
Code: Select all
odroid@odroid:~$ sudo service lircd restart
odroid@odroid:~$ service --status-all | grep lirc
[ + ] lircd
[ - ] lircmd