I have found a lircrc and lircd.conf file that matches the remote codes I receive from irw. they are as follows.
Quote:
lircd.conf
#
# this config file was automatically generated
# using lirc-0.6.5(serial) on Sat Jun 15 12:48:57 2002
#
# contributed by Luis Patsch
lp@openbsd.at#
# brand: One For All
# model no. of remote control: URC7040
# devices being controlled by this remote: Philips VCR 0081
#
begin remote
name URC7040_Phillips_0081_VCR
bits 13
flags RC5|CONST_LENGTH
eps 30
aeps 100
one 904 871
zero 904 871
plead 919
gap 114267
min_repeat 3
toggle_bit 2
begin codes
1 0x0000000000001141
Off 0x000000000000114C
2 0x0000000000001142
3 0x0000000000001143
4 0x0000000000001144
5 0x0000000000001145
6 0x0000000000001146
7 0x0000000000001147
8 0x0000000000001148
9 0x0000000000001149
0 0x0000000000001140
-/-- 0x000000000000114A
av 0x0000000000001178
Menu 0x000000000000115D
Back 0x0000000000001171
Up 0x0000000000001160
Down 0x0000000000001161
Left 0x0000000000000155
Right 0x0000000000000156
Ch+ 0x0000000000001160
Ch- 0x0000000000001161
Vol+ 0x0000000000001150
Vol- 0x0000000000001151
Mute 0x000000000000114D
Red 0x000000000000016B
Green 0x000000000000016C
Yellow 0x000000000000016D
Blue 0x000000000000016E
Rewind 0x0000000000001172
Play 0x0000000000001175
Forward 0x0000000000001174
Pause 0x0000000000001169
Stop 0x0000000000001176
record 0x0000000000001177
Ok 0x000000000000114B
end codes
end remote
Now lircrc
Quote:
# lircrc.URC-6131/RC-5 (Hauppauge PVR-250)
# 2004-01-25, Joe Votour
# mailto:vulturej@vulturesnest.net
# Save this file in ~/.mythtv/lircrc, and make a symlink with ~/.lircrc
# TODO: Test/configure the mplayer buttons
# Finish the rest of the remote buttons for MythTV
# Rev 0.1 - 2005/07/08
# 1. Changed the Xine exit button to PVR Menu (PVRMENU) from POWER
# 2. Added in xmame exit functionality - PVR Menu button again
# up in mythtv?
begin
prog = irxevent
button = Right
repeat = 3
config = Key Right CurrentWindow
end
begin
prog = irxevent
button = Left
repeat = 3
config = Key Left CurrentWindow
end
begin
prog = irxevent
button = Up
repeat = 3
config = Key Up CurrentWindow
end
begin
prog = irxevent
button = Down
repeat = 3
config = Key Down CurrentWindow
end
# Number keys
begin
prog = mythtv
button = 1
config = 1
end
begin
prog = mythtv
button = 2
config = 2
end
begin
prog = mythtv
button = 3
config = 3
end
begin
prog = mythtv
button = 4
config = 4
end
begin
prog = mythtv
button = 5
config = 5
end
begin
prog = mythtv
button = 6
config = 6
end
begin
prog = mythtv
button = 7
config = 7
end
begin
prog = mythtv
button = 8
config = 8
end
begin
prog = mythtv
button = 9
config = 9
end
begin
prog = mythtv
button = 0
config = 0
end
# Exit button (returning to menu)
begin
prog = mythtv
button = Back
config = Esc
end
# Menu button (TV menu)
begin
prog = mythtv
button = Menu
config = M
end
# Guide button (EPG)
begin
prog = mythtv
button = Guide
config = S
end
# Note the "repeat =" strings in the volume and channel.
# This means that if you hold down the key, every nth instance will be
# passed. This depends on your system, so you may want to increase or
# decrease this and see what happens. repeat = 1 is probably too
# fast.
# Volume Down
begin
prog = mythtv
button = Vol-
repeat = 3
config = F10
end
# Volume Up
begin
prog = mythtv
button = Vol+
repeat = 3
config = F11
end
# Channel Up
begin
prog = mythtv
button = Up
repeat = 3
config = Up
end
# Channel Down
begin
prog = mythtv
button = Down
repeat = 3
config = Down
end
# Navigational arrows
begin
prog = mythtv
button = Left
repeat = 3
config = Left
end
begin
prog = mythtv
button = Right
repeat = 3
config = Right
end
begin
prog = mythtv
button = Ok
config = Return
end
# Mute
begin
prog = mythtv
button = Mute
config = |
end
# Rewind
begin
prog = mythtv
button = Left
config = Left
end
# Play
begin
prog = mythtv
button = Play
config = P
end
# Fast-forward
begin
prog = mythtv
button = Right
config = Right
end
# Next chapter (page down for EPG)
begin
prog = mythtv
button = NEXTCH
config = PgDown
end
# Previous chapter (page up for EPG)
begin
prog = mythtv
button = PREVCH
config = PgUp
end
# Record
begin
prog = mythtv
button = record
config = R
end
# Pause
begin
prog = mythtv
button = Pause
config = P
end
# Backwards commercial skip
begin
prog = mythtv
button = REPLAY
config = Q
end
# Forward commercial skip
begin
prog = mythtv
button = SKIP
config = Z
end
I added the 4 irxevents at the beginning of the file in hopes that it might do something. No joy. I have rebooted, rebooted, and rebooted. I have done a cold shut down and restart to no avail.
I am close, I can feel it but I think I am missing something...
Any hints?
Thanks in advance.