Advertisement
Guest User

Untitled

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