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

Nick Owen owen.nick at gmail.com
Fri Sep 30 15:37:45 UTC 2005


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:

$ irw
0000000000001fcb 00 RED hauppaugegrey
0000000000001fcb 01 RED hauppaugegrey
0000000000001fcb 02 RED hauppaugegrey
0000000000001fcd 00 MENU hauppaugegrey
0000000000001fcd 01 MENU hauppaugegrey
00000000000017d0 00 VOL+ hauppaugegrey
00000000000017d0 01 VOL+ hauppaugegrey
0000000000001fd1 00 VOL- hauppaugegrey
0000000000001fd1 01 VOL- hauppaugegrey
00000000000017cf 00 MUTE hauppaugegrey
00000000000017cf 01 MUTE hauppaugegrey

I am setting up myth on FC3 with a win-pvr 250. the remote model is
an R808-HPG I have follow the excellent mythtv howto from Jarod's
site and have done everything via yum from atrpms. Here is the lirc
rpm info:

# rpm -qa | grep lirc
lirc-devices-0.7.0-1.rhfc3.at <http://lirc-devices-0.7.0-1.rhfc3.at/>
lirc-lib-0.7.2-49.rhfc3.at <http://lirc-lib-0.7.2-49.rhfc3.at/>
lirc-0.7.2-49.rhfc3.at <http://lirc-0.7.2-49.rhfc3.at/>
lirc-kmdl-2.6.12-1.1376_FC3-0 .7.2-49.rhfc3.at <http://49.rhfc3.at>
lirc-lib-devel-0.7.2-49.rhfc3.at <http://lirc-lib-devel-0.7.2-49.rhfc3.at/>

here is the top of my lircrc - the spelling is correct for CH+ and CH-:

#----Begin ~/.lircrc contents----
# May 19, 2003 - Jeff Campbell - rev .1
# Oct 01, 2003 - Minor revisions - rev .2
#
# .lircrc key bindings
#
# Suggested remote key bindings for MythTV Version .8 and up
#
# This is for the newer, light grey remote with red/yellow/blue/green keys
# that comes with the Hauppauge WinPVR 250 and 350(?) cards
#
# This file is case sensitive - so keep that in mind.

# Channel Up
begin
prog = irxevent
button = CH+
repeat = 3
#config = Key Up CurrentWindow
end

# Channel Down
begin
prog = irxevent
button = CH-
repeat = 3
#config = Key Down CurrentWindow
end

and here is my lircd.conf:

# brand: Hauppauge
# model no. of remote control: Grey (PVR-350)

begin remote

name hauppaugegrey
bits 13
eps 30
aeps 100

one 0 0
zero 0 0
gap 200000
min_repeat 4
toggle_bit 2


begin codes
OFF 0x00000000000017FD
GO 0x0000000000001FFB
1 0x00000000000017C1
2 0x00000000000017C2
3 0x00000000000017C3
4 0x00000000000017C4
5 0x0000000000001FC5
6 0x0000000000001FC6
7 0x0000000000001FC7
8 0x0000000000001FC8
9 0x0000000000001FC9
0 0x00000000000017C0
BACK/EXIT 0x00000000000017DF
MENU 0x0000000000001FCD
CH+ 0x00000000000017E0
OK 0x00000000000017E5
CH- 0x00000000000017E1
VOL- 0x0000000000001FD1
VOL+ 0x00000000000017D0
RED 0x0000000000001FCB
GREEN 0x0000000000001FEE
YELLOW 0x00000000000017F8
BLUE 0x0000000000001FE9
MUTE 0x00000000000017CF
BLANK 0x0000000000001FCC
FULL 0x00000000000017FC
REW 0x0000000000001FF2
PLAY 0x00000000000017F5
FFW 0x0000000000001FF4
RECORD 0x00000000000017F7
STOP 0x0000000000001FF6
PAUSE 0x00000000000017F0
REPLAY 0x0000000000001FE4
SKIP 0x00000000000017DE
end codes

end remote

Any help is much appreciated.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20050930/0d83563e/attachment.htm


More information about the mythtv-users mailing list