Advertisement
Guest User

hardware.conf

a guest
Apr 29th, 2015
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1.  
  2. # /etc/lirc/hardware.conf
  3. #
  4. #Chosen Remote Control
  5. REMOTE="xboxmediaremote"
  6. REMOTE_MODULES=
  7. REMOTE_DRIVER=
  8. REMOTE_DEVICE="/dev/lirc0"
  9. REMOTE_LIRCD_CONF="/etc/lirc/lircd.conf"
  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=false
  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