Advertisement
Guest User

/etc/lirc/hardware.conf

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