Advertisement
Guest User

Evan Richardson

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