[mythtv-users] Keymap on devinput LIRC

Josu Lazkano josu.lazkano at gmail.com
Sun Sep 5 16:27:32 UTC 2010


Hello everybody! I just installed a backend/fronted and a fronted
system with a DVB-T. I want to control with a remote.

I have a devinput device and well configured LIRC, this is my config:

# cat hardware.conf
# /etc/lirc/hardware.conf
#
# Arguments which will be used when launching lircd
LIRCD_ARGS=""

#Don't start lircmd even if there seems to be a good config file
#START_LIRCMD=false

#Don't start irexec, even if a good config file seems to exist.
#START_IREXEC=false

#Try to load appropriate kernel modules
LOAD_MODULES=true

# Run "lircd --driver=help" for a list of supported drivers.
DRIVER="devinput"
# If DEVICE is set to /dev/lirc and udev is in use /dev/lirc0 will be
# automatically used instead
DEVICE="/dev/input/event9"
MODULES=""

# Default configuration files for your hardware if any
LIRCD_CONF="/etc/lirc/lircd.conf"
LIRCMD_CONF="/etc/lirc/lircmd.conf"

# cat lircd.conf
begin remote

  name  Pinnacle PCTV 72e
  bits           16
  eps            30
  aeps          100

  one             0     0
  zero            0     0
  pre_data_bits   16
  pre_data       0x1
  gap          251982
  toggle_bit_mask 0x16000000

      begin codes
          Mute                     0x0071
          Menu                     0x008B
          Shutdown                 0x0074
          VolUp                    0x0073
          VolDown                  0x0072
          ChannelUp                0x0192
          ChannelDown              0x0193
          1                        0x0002
          2                        0x0003
          3                        0x0004
          4                        0x0005
          5                        0x0006
          6                        0x0007
          7                        0x0008
          8                        0x0009
          9                        0x000A
          0                        0x000B
          FullScreen               0x0177
          Text                     0x0184
          Back                     0x00A8
          Play                     0x00CF
          Ford                     0x00D0
          Record                   0x00A7
          Stop                     0x0080
          Help                     0x00DF
      end codes

end remote

How can I config to use on MythTV fronted? Where I must config it?

Thanks for all and best regards.

-- 
Josu Lazkano


More information about the mythtv-users mailing list