User:Ned Scott/Sandbox: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
...
# /etc/lirc/hardware.conf
#
#Chosen Remote Control
REMOTE="None"
REMOTE_MODULES=""
REMOTE_DRIVER=""
REMOTE_DEVICE="phys="
REMOTE_SOCKET=""
REMOTE_LIRCD_CONF=""
REMOTE_LIRCD_ARGS=""


I: Bus=0003 Vendor=05a4 Product=9881 Version=0110
#Chosen IR Transmitter
N: Name="HID 05a4:9881"
TRANSMITTER="None"
P: Phys=usb-0000:00:06.0-1/input0
TRANSMITTER_MODULES=""
S: Sysfs=/devices/pci0000:00/0000:00:06.0/usb4/4-1/4-1:1.0/input/input4
TRANSMITTER_DRIVER=""
U: Uniq=
TRANSMITTER_DEVICE=""
H: Handlers=kbd event4
TRANSMITTER_SOCKET=""
B: EV=120013
TRANSMITTER_LIRCD_CONF=""
B: KEY=e080ffdf01cfffff fffffffffffffffe
TRANSMITTER_LIRCD_ARGS=""
B: MSC=10
B: LED=7


I: Bus=0003 Vendor=05a4 Product=9881 Version=0110
#Enable lircd
N: Name="HID 05a4:9881"
START_LIRCD="false"
P: Phys=usb-0000:00:06.0-1/input1
S: Sysfs=/devices/pci0000:00/0000:00:06.0/usb4/4-1/4-1:1.1/input/input5
U: Uniq=
H: Handlers=kbd mouse1 event5
B: EV=17
B: KEY=1f0000 2020000 3878d801d001 1e000000000000 0
B: REL=103
B: MSC=10


...
#Don't start lircmd even if there seems to be a good config file
#START_LIRCMD="false"
 
#Try to load appropriate kernel modules
LOAD_MODULES="false"
 
# Default configuration files for your hardware if any
LIRCMD_CONF=""
 
#Forcing noninteractive reconfiguration
#If lirc is to be reconfigured by an external application
#that doesn't have a debconf frontend available, the noninteractive
#frontend can be invoked and set to parse REMOTE and TRANSMITTER
#It will then populate all other variables without any user input
#If you would like to configure lirc via standard methods, be sure
#to leave this set to "false"
FORCE_NONINTERACTIVE_RECONFIGURATION="false"
START_LIRCMD=""

Revision as of 23:28, 29 April 2016

  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=""