[mythtv-users] ira-3 oem with knoppmyth

Michael Rice mikerice1969 at hotmail.com
Fri Dec 29 16:55:51 UTC 2006


>From: Alex VanDeusen <alex.vandeusen at gmail.com>
>Date: Thu, 28 Dec 2006 20:11:14 -0500
>
>I also have a lircd.conf file in /etc/lirc/ and one in /etc/ not sure if
>this screws anything up.  I have the grey remote but I wanted to create
>my own lirc.d file with my rca remote.

I have the ira-3 running with the hauppauge grey remote on Fedora.  You 
don't mention that you've created a new lircd.conf for the ira-3.  It will 
not work with the happauge receiver lircd.conf.  You need to use irrecord to 
create it.  So with lircd not running try something like this:

irrecord --device=/dev/ttyS0 --driver=irman <filename>

This creates a new lircd.conf which you put in the normal place.

Also make sure you have the correct permissions on /dev/ttyS0 (use chmod or 
chgrp or whatever it takes to give your myth user full permission.)

The only other thing I needed to do was add:

LIRCD_OPTIONS="--driver=irman --device=/dev/ttyS0"

To /etc/sysconfig/lircd (which may be different for Knoppmyth I dunno).

As it turns out I have never (yet) figured out how to get the ira3 working 
as well as the hauppauge receiver.  It works but sometimes I need to hit 
buttons two-three times.  If anyone else is successfully using this 
configuration please post your lircd.conf... here is mine:


# Please make this file available to others
# by sending it to <lirc at bartelmus.de>
#
# this config file was automatically generated
# using lirc-0.8.0(irman) on Sat Dec  9 11:11:17 2006
#
# contributed by
#
# brand:                       ira3
# model no. of remote control: hauppauge grey
# devices being controlled by this remote:
#
# To record:
#       irrecord --device=/dev/ttyS0 --driver=irman <filename>
#

begin remote

  name  ira
  bits           24
  eps            30
  aeps          100

  one             0     0
  zero            0     0
  pre_data_bits   16
  pre_data       0xFFFF
  post_data_bits  24
  post_data      0x0
  gap          215971
  min_repeat      1
#  toggle_bit      28
  toggle_bit      0


      begin codes
          Power                    0x060600
          Go                       0x180600
          TV                       0x840400
          Videos                   0x900400
          Music                    0x920400
          Radio                    0x240400
          Pictures                 0x270100
          Guide                    0x980400
          UP                       0x3C0100
          LEFT                     0x390100
          RIGHT                    0xE00400
          DOWN                     0x3E0100
          OK                       0xCE0100
          Back-Exit                0x001200
          Menu                     0x260400
          Record                   0x600600
          Stop                     0x990100
          Rewind                   0x930100
          Forward                  0x9C0100
          Play                     0x9E0100
          Pause                    0x400600
          Previous                 0xCC0100
          Next                     0x810400
          1                        0x021000
          2                        0x030400
          3                        0x081000
          4                        0x0C0400
          5                        0x0E0400
          6                        0x090400
          7                        0x201000
          8                        0x300400
          9                        0x320400
          0                        0x001000
          Channel-UP               0x000700
          Channel-DOWN             0x020700
          red                      0x380400
          green                    0xE10100
          blue                     0xF20100
          yellow                   0x100600
      end codes

end remote

_________________________________________________________________
Get live scores and news about your team: Add the Live.com Football Page 
www.live.com/?addtemplate=football&icid=T001MSN30A0701



More information about the mythtv-users mailing list