[mythtv-users] PVR-350 Remote - Hmmm!

Frutillar frutillar at comcast.net
Fri Jan 14 02:03:46 EST 2005


On Thursday 13 January 2005 07:40 pm, Paul Pick wrote:
> ln -s ~/.mythtv/lircrc ~/.lircrc
Ok.  I did this, but the result is the same:  MythTV does nothing with my 
remote.  I think I may have the right /etc/lircd.conf, but the wrong 
.mythtv/lircrc.  Here´s why:

irw ¨sees¨ my remote fine, but mythtv does not.  I also noticed that the 
lircrc I am uses defines up, down, left, and right buttons besides the ch+, 
ch-, vol+, and vol-, but my remote only has the latter (ch+ ... vol-) and no 
separate ¨cursor¨ keys.  By the way, I tested pressing the Ok button to watch 
live tv, but nothing happens... nothing happens when I press any of the 
buttons.

Maybe someone has the right lircrc for me.  Where else can I search for the 
right remote control lircrc?  I have already checked the lirc.org site.

This is the grey-top, dark-bottom (black?) remote that came with my PVR-350 
and has the following codes underneath the batteries:  R808-HPG-S   0804  
009370.

I appreciate your help with this as I am stuck at this point and I don´t know 
what else to try.

======= results from irw once I restart lircd and use the config files below
# irw
00000000000017e5 00 OK hauppaugegrey
00000000000017d0 00 Volume-UP hauppaugegrey
0000000000001fd1 00 Volume-DOWN hauppaugegrey
00000000000017e0 00 Channel-UP hauppaugegrey
00000000000017e1 00 Channel-DOWN hauppaugegrey
0000000000001fe4 00 Previous hauppaugegrey
00000000000017de 00 Next hauppaugegrey
00000000000017f0 00 Pause hauppaugegrey
0000000000001ff6 00 Stop hauppaugegrey
00000000000017f7 01 Record hauppaugegrey
0000000000001ff2 00 Rewind hauppaugegrey
0000000000001ff4 00 Forward hauppaugegrey
00000000000017f5 00 Play hauppaugegrey
0000000000001ff4 00 Forward hauppaugegrey
00000000000017fc 00 Full hauppaugegrey
0000000000001fcc 00 Blank hauppaugegrey
00000000000017cf 00 Mute hauppaugegrey
00000000000017f8 00 Yellow hauppaugegrey
0000000000001fe9 00 Blue hauppaugegrey
0000000000001fee 00 Green hauppaugegrey
0000000000001fcb 00 Red hauppaugegrey
00000000000017df 01 Back-Exit hauppaugegrey
0000000000001fcd 01 Menu hauppaugegrey
00000000000017c0 01 0 hauppaugegrey
00000000000017c1 00 1 hauppaugegrey
00000000000017c2 00 2 hauppaugegrey
0000000000001fc5 00 5 hauppaugegrey
0000000000001fc7 00 7 hauppaugegrey
0000000000001fc9 01 9 hauppaugegrey
00000000000017fd 00 Power hauppaugegrey
0000000000001ffb 06 GO hauppaugegrey
0000000000001fe4 01 Previous hauppaugegrey
00000000000017de 00 Next hauppaugegrey

==================== /etc/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
          Power                    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
          Channel-UP               0x00000000000017E0
	  OK                       0x00000000000017E5
          Channel-DOWN             0x00000000000017E1
          Volume-DOWN              0x0000000000001FD1
          Volume-UP                0x00000000000017D0
          Red                      0x0000000000001FCB
          Green                    0x0000000000001FEE
          Yellow                   0x00000000000017F8
          Blue                     0x0000000000001FE9
          Mute                     0x00000000000017CF
          Blank                    0x0000000000001FCC
          Full                     0x00000000000017FC
          Rewind                   0x0000000000001FF2
          Play                     0x00000000000017F5
          Forward                  0x0000000000001FF4
          Record                   0x00000000000017F7
          Stop                     0x0000000000001FF6
          Pause                    0x00000000000017F0
          Previous                 0x0000000000001FE4
          Next                     0x00000000000017DE
      end codes

end remote


======================= .mythtv/lircrc
# /home/mythtv/.mythtv/lircrc 
# MythTV native LIRC config file for 
# the grey Hauppauge remote 
# 
# By Jarod Wilson, 2003/12/21 
# Amalgamated from Jeff Campbell's, 
# .lircrc, the mythtv.org docs, and 
# a few touches of my own. :) 
# 

### MythTV lirc setup ##############################

# Channel Up 
begin 
prog = mythtv 
button = Channel-UP 
repeat = 3 
config = Up 
end 
 
# Channel Down 
begin 
prog = mythtv 
button = Channel-DOWN 
repeat = 3 
config = Down 
end 
 
# OK/Select 
begin 
prog = mythtv 
button = OK 
config = Space 
end 
 
# Play 
begin 
prog = mythtv 
button = Play 
config = Return 
end 
 
# Stop 
begin 
prog = mythtv 
button = Stop 
config = Esc 
end 
 
# Escape/Exit/Back 
begin 
prog = mythtv 
button = Back-Exit 
config = Esc 
end 
 
# Power Off/Exit 
begin 
prog = mythtv 
button = Power 
config = Esc 
end 
 
# Red means stop! 
#begin 
#prog = mythtv 
#button = red 
#config = Esc 
#end 
 
# Pause 
begin 
prog = mythtv 
button = Pause 
repeat = 3 
config = P 
end 
 
# Mute 
begin 
prog = mythtv 
button = Mute 
repeat = 3 
config = F9 
end 
 
begin 
prog = mythtv 
button = UP 
repeat = 3 
config = Up 
end 
 
begin 
prog = mythtv 
button = RIGHT 
repeat = 3 
config = Right 
end 
 
begin 
prog = mythtv 
button = DOWN 
repeat = 3 
config = Down 
end 
 
begin 
prog = mythtv 
button = LEFT 
repeat = 3 
config = Left 
end 
 
# Fast forward (30 sec default) 
begin 
prog = mythtv 
button = Rewind 
repeat = 3 
config = Left 
end 
 
# Rewind (10 sec default) 
begin 
prog = mythtv 
button = Forward 
repeat = 3 
config = Right 
end 
 
# Skip forward (10 min default) 
begin 
prog = mythtv 
button = Next 
repeat = 3 
config = PgDown 
end 
 
# Skip backward (10 min default) 
begin 
prog = mythtv 
button = Previous 
repeat = 3 
config = PgUp 
end 
 
# Record 
begin 
prog = mythtv 
button = Record 
repeat = 3 
config = R 
end 
 
# Delete - RED
begin 
prog = mythtv 
button = red 
repeat = 3 
config = D 
end 
 
# OSD browse - GREEN
begin 
prog = mythtv 
button = green 
repeat = 3 
config = O 
end 
 
# Display EPG while in live TV, 
# View selected show while in EPG 
begin 
prog = mythtv 
button = Menu 
repeat = 3 
config = M 
end 
 
# Scroll up 
begin 
prog = mythtv 
button = Volume-UP 
repeat = 3 
config = Right 
end 
 
# Scroll down 
begin 
prog = mythtv 
button = Volume-DOWN 
repeat = 3 
config = Left 
end 
 
# Bring up OSD info 
begin 
prog = mythtv 
button = Go 
repeat = 3 
config = I 
end 
 
# Change display aspect ratio 
#begin 
#prog = mythtv 
#button = FULL 
#repeat = 3 
#config = W 
#end 
 
# Seek to previous commercial cut point 
begin 
prog = mythtv 
button = yellow 
repeat = 3 
config = Q 
end 
 
# Seek to next commercial cut point 
begin 
prog = mythtv 
button = blue 
repeat = 3 
config = Z 
end 
 
# Numbers 0-9 
 
begin 
prog = mythtv 
button = 0 
repeat = 3 
config = 0 
end 
 
begin 
prog = mythtv 
button = 1 
repeat = 3 
config = 1 
end 
 
begin 
prog = mythtv 
button = 2 
repeat = 3 
config = 2 
end 
 
begin 
prog = mythtv 
button = 3 
repeat = 3 
config = 3 
end 
 
begin 
prog = mythtv 
button = 4 
repeat = 3 
config = 4 
end 
 
begin 
prog = mythtv 
button = 5 
repeat = 3 
config = 5 
end 
 
begin 
prog = mythtv 
button = 6 
repeat = 3 
config = 6 
end 
 
begin 
prog = mythtv 
button = 7 
repeat = 3 
config = 7 
end 
 
begin 
prog = mythtv 
button = 8 
repeat = 3 
config = 8 
end 
 
begin 
prog = mythtv 
button = 9 
repeat = 3 
config = 9 
end 
 
 
### MPlayer lirc setup ##############################
 
# Show OSD 
begin 
prog = mplayer 
button = Menu 
repeat = 3 
config = osd 
end 
 
# Pause playback 
begin 
prog = mplayer 
button = Pause 
repeat = 3 
config = pause 
end 
 
# Skip ahead a minute if playing 
# If paused, resume playing 
begin 
prog = mplayer 
button = Play 
repeat = 3 
config = seek +1 
end 
 
# Stop playback and exit 
begin 
prog = mplayer 
button = Stop 
repeat = 3 
config = quit 
end 
 
# Mute 
begin 
prog = mplayer 
button = Mute 
repeat = 3 
config = mute 
end 
 
# Seek back 10 seconds 
begin 
prog = mplayer 
button = Rewind 
repeat = 3 
config = seek -10 
end 
 
# Seek forward 30 seconds 
begin 
prog = mplayer 
button = Forward 
repeat = 3 
config = seek +30 
end 
 
# Quit 
begin 
prog = mplayer 
button = Back-Exit 
repeat = 3 
config = quit 
end 
 
# Seek forward 10 minutes 
begin 
prog = mplayer 
button = Next 
repeat = 3 
config = seek +600 
end 
 
# Seek backward 10 minutes 
begin 
prog = mplayer 
button = Previous 
repeat = 3 
config = seek -600 
end 
 
# Toggle full-screen 
#begin 
#prog = mplayer 
#button = FULL 
#repeat = 3 
#config = vo_fullscreen 
#end  


More information about the mythtv-users mailing list