Greetings.<br>
<br>
I've been working on this issue for some time and can't seem to find<br>
any similar issue in the archives or via google nor did I get a response from the lirc list.. I feel like I'm<br>
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.<br>
<br>
I have set up lirc and have tested with irw, but the channel up,<br>
channel down and OK buttons do not work. Most of the other buttons work:<br>
<br>
$ irw<br>
0000000000001fcb 00 RED hauppaugegrey<br>
0000000000001fcb 01 RED hauppaugegrey<br>
0000000000001fcb 02 RED hauppaugegrey<br>
0000000000001fcd 00 MENU hauppaugegrey<br>
0000000000001fcd 01 MENU hauppaugegrey<br>
00000000000017d0 00 VOL+ hauppaugegrey<br>
00000000000017d0 01 VOL+ hauppaugegrey<br>
0000000000001fd1 00 VOL- hauppaugegrey<br>
0000000000001fd1 01 VOL- hauppaugegrey<br>
00000000000017cf 00 MUTE hauppaugegrey<br>
00000000000017cf 01 MUTE hauppaugegrey<br>
<br>
I am setting up myth on FC3 with a win-pvr 250. the remote model is<br>
an <span id="st" name="st" class="st0">R808</span>-HPG I have follow the excellent mythtv howto from Jarod's<br>
site and have done everything via yum from atrpms. Here is the lirc<br>
rpm info:<br>
<br>
# rpm -qa | grep lirc<br>
<a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lirc-devices-0.7.0-1.rhfc3.at/" target="_blank">lirc-devices-0.7.0-1.rhfc3.at</a><br>
<a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lirc-lib-0.7.2-49.rhfc3.at/" target="_blank">lirc-lib-0.7.2-49.rhfc3.at</a><br>
<a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lirc-0.7.2-49.rhfc3.at/" target="_blank">lirc-0.7.2-49.rhfc3.at</a><br>
lirc-kmdl-2.6.12-1.1376_FC3-0
<div id="mb_0">.7.2-<a href="http://49.rhfc3.at">49.rhfc3.at</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lirc-lib-devel-0.7.2-49.rhfc3.at/" target="_blank">lirc-lib-devel-0.7.2-49.rhfc3.at
</a><br><br>here is the top of my lircrc - the spelling is correct for CH+ and CH-:<br><br>#----Begin ~/.lircrc contents----<br># May 19, 2003 - Jeff Campbell - rev .1<br># Oct 01, 2003 - Minor revisions - rev .2<br>#<br>
# .lircrc key bindings<br>#<br># Suggested remote key bindings for MythTV Version .8 and up<br>#<br># This is for the newer, light grey remote with red/yellow/blue/green keys<br># that comes with the Hauppauge WinPVR 250 and 350(?) cards
<br>#<br># This file is case sensitive - so keep that in mind.<br><br># Channel Up<br>begin<br>prog = irxevent<br>button = CH+<br>repeat = 3<br>#config = Key Up CurrentWindow<br>end<br><br># Channel Down<br>begin<br>prog = irxevent
<br>button = CH-<br>repeat = 3<br>#config = Key Down CurrentWindow<br>end<br><br>and here is my lircd.conf:<br><br># brand: Hauppauge<br># model no. of remote control: Grey (PVR-350)<br><br>begin remote
<br><br> name hauppaugegrey<br> bits 13<br> eps 30<br> aeps 100<br><br> one 0 0<br> zero 0 0<br> gap 200000<br> min_repeat 4<br> toggle_bit 2
<br><br><br> begin codes<br>
OFF
0x00000000000017FD<br>
GO
0x0000000000001FFB<br>
1
0x00000000000017C1<br>
2
0x00000000000017C2<br>
3
0x00000000000017C3<br>
4
0x00000000000017C4<br>
5
0x0000000000001FC5<br>
6
0x0000000000001FC6<br>
7
0x0000000000001FC7<br>
8
0x0000000000001FC8<br>
9
0x0000000000001FC9<br>
0
0x00000000000017C0<br> BACK/EXIT 0x00000000000017DF<br> MENU 0x0000000000001FCD<br>
CH+
0x00000000000017E0<br>
OK
0x00000000000017E5<br>
CH-
0x00000000000017E1<br> VOL- 0x0000000000001FD1<br> VOL+ 0x00000000000017D0<br>
RED
0x0000000000001FCB<br> GREEN 0x0000000000001FEE<br> YELLOW 0x00000000000017F8<br> BLUE 0x0000000000001FE9<br> MUTE 0x00000000000017CF
<br> BLANK 0x0000000000001FCC<br> FULL 0x00000000000017FC<br>
REW
0x0000000000001FF2<br> PLAY 0x00000000000017F5<br>
FFW
0x0000000000001FF4<br> RECORD 0x00000000000017F7<br> STOP 0x0000000000001FF6<br> PAUSE 0x00000000000017F0<br> REPLAY 0x0000000000001FE4
<br> SKIP 0x00000000000017DE<br> end codes<br><br>end remote<br><br>Any help is much appreciated.</div>