Advertisement
Guest User

/etc/lirc/hardware.conf

a guest
Oct 4th, 2011
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. #################################################################################
  2. # #
  3. # The following configuration file is generated automatically by the yaVDR #
  4. # system. Don't change this file as every update of yaVDR will overwrite #
  5. # the local changes. Instead put your required customizations #
  6. # into /etc/yavdr/templates_custom/ based on the original templates #
  7. # under /usr/share/yavdr/templates. #
  8. # #
  9. # http://www.yavdr.org/developer-zone/template-overview/ #
  10. # #
  11. # #
  12. #################################################################################
  13. # /etc/lirc/hardware.conf
  14. #
  15. #Chosen Remote Control
  16.  
  17. REMOTE="Home-brew (16x50 UART compatible serial port)"
  18. REMOTE_MODULES="lirc_dev lirc_serial"
  19. REMOTE_DRIVER=""
  20. REMOTE_DEVICE="/dev/lirc0"
  21. REMOTE_LIRCD_CONF=""
  22. REMOTE_LIRCD_ARGS=""
  23.  
  24. #Chosen IR Transmitter
  25. TRANSMITTER="None"
  26. TRANSMITTER_MODULES=""
  27. TRANSMITTER_DRIVER=""
  28. TRANSMITTER_DEVICE=""
  29. TRANSMITTER_LIRCD_CONF=""
  30. TRANSMITTER_LIRCD_ARGS=""
  31.  
  32. #Enable lircd
  33. START_LIRCD="true"
  34.  
  35. #Don't start lircmd even if there seems to be a good config file
  36. #START_LIRCMD="false"
  37.  
  38. #Try to load appropriate kernel modules
  39. LOAD_MODULES="true"
  40.  
  41. # Default configuration files for your hardware if any
  42. LIRCMD_CONF=""
  43.  
  44. #Forcing noninteractive reconfiguration
  45. #If lirc is to be reconfigured by an external application
  46. #that doesn't have a debconf frontend available, the noninteractive
  47. #frontend can be invoked and set to parse REMOTE and TRANSMITTER
  48. #It will then populate all other variables without any user input
  49. #If you would like to configure lirc via standard methods, be sure
  50. #to leave this set to "false"
  51. FORCE_NONINTERACTIVE_RECONFIGURATION="false"
  52. START_LIRCMD=""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement