Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. # /etc/lirc/hardware.conf
  2. #
  3. #Chosen Remote Control
  4. REMOTE="Windows Media Center Transceivers/Remotes (all)"
  5. REMOTE_MODULES="lirc_dev mceusb"
  6. REMOTE_DRIVER=""
  7. REMOTE_DEVICE="/dev/lirc0"
  8. REMOTE_LIRCD_CONF="mceusb/lircd.conf.mceusb"
  9. REMOTE_LIRCD_ARGS=""
  10.  
  11. #Chosen IR Transmitter
  12. TRANSMITTER="None"
  13. TRANSMITTER_MODULES=""
  14. TRANSMITTER_DRIVER=""
  15. TRANSMITTER_DEVICE=""
  16. TRANSMITTER_LIRCD_CONF=""
  17. TRANSMITTER_LIRCD_ARGS=""
  18.  
  19. #Enable lircd
  20. START_LIRCD="true"
  21.  
  22. #Don't start lircmd even if there seems to be a good config file
  23. #START_LIRCMD="false"
  24.  
  25. #Try to load appropriate kernel modules
  26. LOAD_MODULES="true"
  27.  
  28. # Default configuration files for your hardware if any
  29. LIRCMD_CONF=""
  30.  
  31. #Forcing noninteractive reconfiguration
  32. #If lirc is to be reconfigured by an external application
  33. #that doesn't have a debconf frontend available, the noninteractive
  34. #frontend can be invoked and set to parse REMOTE and TRANSMITTER
  35. #It will then populate all other variables without any user input
  36. #If you would like to configure lirc via standard methods, be sure
  37. #to leave this set to "false"
  38. FORCE_NONINTERACTIVE_RECONFIGURATION="false"
  39. START_LIRCMD=""
  40. REMOTE_SOCKET=""
  41. TRANSMITTER_SOCKET=""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement