Advertisement
Guest User

lircd.conf

a guest
Feb 5th, 2011
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.17 KB | None | 0 0
  1. # /etc/lirc/hardware.conf
  2. #
  3. #Chosen Remote Control
  4. REMOTE="ATI/NVidia/X10 RF Remote (userspace)"
  5. REMOTE_MODULES=""
  6. REMOTE_DRIVER="atilibusb"
  7. REMOTE_DEVICE=""
  8. #REMOTE_LIRCD_CONF="atiusb/lircd.conf.atilibusb"
  9. REMOTE_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=""
  41. REMOTE_SOCKET=""
  42. TRANSMITTER_SOCKET=""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement