[mythtv-users] hauppauge remote ch+, ch- ok buttons not working

Nick knowledgejunkie at gmail.com
Fri Sep 30 21:11:24 UTC 2005


On 30/09/05, Nick Owen <owen.nick at gmail.com> wrote:
> Greetings.
>
>  I've been working on this issue for some time and can't seem to find
>  any similar issue in the archives or via google nor did I get a response
> from the lirc list..  I feel like I'm
>  very, very close, yet oh so far ;).  If I can't figure it out, I will
> probably head to radio shack for a universal remote.
>
>  I have set up lirc and have tested with irw, but the channel up,
>  channel down and OK buttons do not work.  Most of the other buttons work:

Which other buttons do not work? I would try using irrecord to see if
you can get output from all keys to make sure the actual remote is
working properly (shutdown lirc when doing this)

Also, MythTV supports LIRC natively now, so you can use the following
in your lircrc instead of using irxevent:

# Channel Up
begin
remote = SKY_NAVIGATOR
prog = mythtv
button = CH+
repeat = 3
config = Up
end

# Channel Down
begin
remote = SKY_NAVIGATOR
prog = mythtv
button = CH-
repeat = 3
config = Down
end


The lircd.conf is correct if the remote is the Hauppauge one with a
silver top and black bottom (the previous model) and does not have the
extra keys like the following image shows:

http://hauppauge.com/images/pvr150_w_remote_large.jpg

I'll pasted my known and working PVR-350 remote lircd.conf for you to
try (some of the control parameters are a little different to yours):

# brand: HAUPPAUGE
# model no. of remote control: SILVER BLACK 350
# device controlled by this remote: ZAPWAY.DE SERIAL RX
#

begin remote

  name  HAUP_BLACK_SILVER_350
  bits           13
  flags RC5|CONST_LENGTH
  eps            20
  aeps            0

  one           889   889
  zero          889   889
  plead         889
  gap          113792
  toggle_bit      2

  frequency    36000

      begin codes
          OFF                      0x00000000000017FD
          GO                       0x00000000000017FB
          1                        0x00000000000017C1
          2                        0x00000000000017C2
          3                        0x00000000000017C3
          4                        0x00000000000017C4
          5                        0x00000000000017C5
          6                        0x00000000000017C6
          7                        0x00000000000017C7
          8                        0x00000000000017C8
          9                        0x00000000000017C9
          0                        0x00000000000017C0
          BACK/EXIT                0x00000000000017DF
          MENU                     0x00000000000017CD
          RED                      0x00000000000017CB
          GREEN                    0x00000000000017EE
          VOL-                     0x00000000000017D1
          VOL+                     0x00000000000017D0
          CH+                      0x00000000000017E0
          CH-                      0x00000000000017E1
          OK                       0x00000000000017E5
          YELLOW                   0x00000000000017F8
          BLUE                     0x00000000000017E9
          MUTE                     0x00000000000017CF
          BLANK                    0x00000000000017CC
          FULL                     0x00000000000017FC
          REW                      0x00000000000017F2
          PLAY                     0x00000000000017F5
          FFW                      0x00000000000017F4
          REC                      0x00000000000017F7
          STOP                     0x00000000000017F6
          PAUSE                    0x00000000000017F0
          REPLAY                   0x00000000000017E4
          SKIP                     0x00000000000017DE
      end codes

end remote


HTH,
Nick


More information about the mythtv-users mailing list