User:Ned Scott/Sandbox

From Official Kodi Wiki
Jump to navigation Jump to search
  1. /etc/lirc/hardware.conf
  2. Chosen Remote Control

REMOTE="None" REMOTE_MODULES="" REMOTE_DRIVER="" REMOTE_DEVICE="phys=" REMOTE_SOCKET="" REMOTE_LIRCD_CONF="" REMOTE_LIRCD_ARGS=""

  1. Chosen IR Transmitter

TRANSMITTER="None" TRANSMITTER_MODULES="" TRANSMITTER_DRIVER="" TRANSMITTER_DEVICE="" TRANSMITTER_SOCKET="" TRANSMITTER_LIRCD_CONF="" TRANSMITTER_LIRCD_ARGS=""

  1. Enable lircd

START_LIRCD="false"

  1. Don't start lircmd even if there seems to be a good config file
  2. START_LIRCMD="false"
  1. Try to load appropriate kernel modules

LOAD_MODULES="false"

  1. Default configuration files for your hardware if any

LIRCMD_CONF=""

  1. Forcing noninteractive reconfiguration
  2. If lirc is to be reconfigured by an external application
  3. that doesn't have a debconf frontend available, the noninteractive
  4. frontend can be invoked and set to parse REMOTE and TRANSMITTER
  5. It will then populate all other variables without any user input
  6. If you would like to configure lirc via standard methods, be sure
  7. to leave this set to "false"

FORCE_NONINTERACTIVE_RECONFIGURATION="false" START_LIRCMD=""