[mythtv-users] Configure remote

Josu Lazkano josu.lazkano at gmail.com
Sat May 8 22:16:32 UTC 2010


Hello, I have a Pinnacle remote, but I don't know how to configure. I
don't find any info on MythTV wiki.

This is my lirc config:

cat /etc/lirc/hardware.conf
# /etc/lirc/hardware.conf
#
# Arguments which will be used when launching lircd
LIRCD_ARGS="-d /dev/input/event13"

#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/event13"
MODULES=""

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

cat /etc/lirc/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

I want to use the remote to navigate on the menu and change channels.
Without any lirc configuration, the volume and numbers works great, I
supose that is a Gnome work.

Thanks for all and best regards.

-- 
Josu Lazkano


More information about the mythtv-users mailing list