Advertisement
Pertile

File /etc/lirc/hardware.conf per abilitare telecomando

Aug 15th, 2017
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. # /etc/lirc/hardware.conf
  2. #
  3. # Arguments which will be used when launching lircd
  4. LIRCD_ARGS="--uinput"
  5.  
  6. #Don't start lircmd even if there seems to be a good config file
  7. #START_LIRCMD=false
  8.  
  9. #Don't start irexec, even if a good config file seems to exist.
  10. #START_IREXEC=true
  11.  
  12. #Try to load appropriate kernel modules
  13. LOAD_MODULES=true
  14.  
  15. # Run "lircd --driver=help" for a list of supported drivers.
  16. DRIVER="default"
  17. # usually /dev/lirc0 is the correct setting for systems using udev
  18. DEVICE="/dev/lirc0"
  19. MODULES="lirc_rpi"
  20.  
  21. # Default configuration files for your hardware if any
  22. LIRCD_CONF="\etc\lirc\lircd.conf"
  23. LIRCMD_CONF=""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement