Advertisement
Guest User

Lirc_hardwareconf_X10

a guest
May 14th, 2014
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. cat hardware.conf
  2. # /etc/lirc/hardware.conf
  3. #
  4. #Chosen Remote Control
  5. REMOTE="ATI/NVidia/X10 RF Remote (userspace)"
  6. REMOTE_MODULES=""
  7. REMOTE_DRIVER="atilibusb"
  8. REMOTE_DEVICE=""
  9. REMOTE_SOCKET=""
  10. REMOTE_LIRCD_CONF="atiusb/lircd.conf.atilibusb"
  11. REMOTE_LIRCD_ARGS=""
  12.  
  13. #Chosen IR Transmitter
  14. TRANSMITTER="None"
  15. TRANSMITTER_MODULES=""
  16. TRANSMITTER_DRIVER=""
  17. TRANSMITTER_DEVICE=""
  18. TRANSMITTER_SOCKET=""
  19. TRANSMITTER_LIRCD_CONF=""
  20. TRANSMITTER_LIRCD_ARGS=""
  21.  
  22. #Disable kernel support.
  23. #Typically, lirc will disable in-kernel support for ir devices in order to
  24. #handle them internally. Set to false to prevent lirc from disabling this
  25. #in-kernel support.
  26. #DISABLE_KERNEL_SUPPORT="true"
  27.  
  28. #Enable lircd
  29. START_LIRCD="true"
  30.  
  31. #Don't start lircmd even if there seems to be a good config file
  32. #START_LIRCMD="false"
  33.  
  34. #Try to load appropriate kernel modules
  35. LOAD_MODULES="true"
  36.  
  37. # Default configuration files for your hardware if any
  38. LIRCMD_CONF=""
  39.  
  40. #Forcing noninteractive reconfiguration
  41. #If lirc is to be reconfigured by an external application
  42. #that doesn't have a debconf frontend available, the noninteractive
  43. #frontend can be invoked and set to parse REMOTE and TRANSMITTER
  44. #It will then populate all other variables without any user input
  45. #If you would like to configure lirc via standard methods, be sure
  46. #to leave this set to "false"
  47. FORCE_NONINTERACTIVE_RECONFIGURATION="false"
  48. START_LIRCMD=""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement