Advertisement
constantin-net

/etc/lirc/lirc_options.conf

Jul 25th, 2018
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. # These are the default options to lircd, if installed as
  2. # /etc/lirc/lirc_options.conf. See the lircd(8) and lircmd(8)
  3. # manpages for info on the different options.
  4. #
  5. # Some tools including mode2 and irw uses values such as
  6. # driver, device, plugindir and loglevel as fallback values
  7. # in not defined elsewhere.
  8.  
  9. [lircd]
  10. nodaemon = False
  11. driver = default
  12. device = /dev/lirc0
  13. output = /var/run/lirc/lircd
  14. pidfile = /var/run/lirc/lircd.pid
  15. plugindir = /usr/lib/x86_64-linux-gnu/lirc/plugins
  16. permission = 666
  17. allow-simulate = No
  18. repeat-max = 600
  19. #effective-user =
  20. #listen = [address:]port
  21. #connect = host[:port]
  22. #loglevel = 6
  23. #uinput = False
  24. #release = ...
  25. #logfile = ...
  26.  
  27. [lircmd]
  28. uinput = False
  29. nodaemon = False
  30.  
  31. [modinit]
  32. code = /bin/setserial /dev/ttyS0 uart none; /sbin/modprobe lirc_serial
  33. #code1 = /usr/bin/setfacl -m g:lirc:rw /dev/uinput
  34. #code2 = ...
  35.  
  36.  
  37. # [lircd-uinput]
  38. # release-timeout = 200
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement