Ok, I have made progress.
I now can get irw to work and all the buttons work fine.
(at least I know that the remote works as well as the IR receiver)
I still can not get irrecord to work, it still gives me the same error
and it still won't work with mythtv
Here are the files:
'/etc/lirc/lirc.conf'
Code:
# Please make this file available to others
# by sending it to <lirc@bartelmus.de>
#
# this config file was automatically generated
# using lirc-0.7.0(hauppauge) on Thu Jan 13 17:31:41 2005
#
# contributed by Per Jonsson (per at pjd dot nu)
#
# brand: Hauppauge
# model no. of remote control: A415-HPG
# devices being controlled by this remote: PVR150/250/350
#
begin remote
name hauppauge_pvr250
bits 13
flags RC5|CONST_LENGTH
eps 30
aeps 100
one 0 0
zero 0 0
gap 200000
min_repeat 4
toggle_bit 2
begin codes
POWER 0x00000000000017BD
GO 0x00000000000017BB
TV 0x000000000000179C
VIDEOS 0x0000000000001798
MUSIC 0x0000000000001799
PICTURES 0x000000000000179A
GUIDE 0x000000000000179B
RADIO 0x000000000000178C
OK 0x00000000000017A5
UP 0x0000000000001794
LEFT 0x0000000000001796
RIGHT 0x0000000000001797
DOWN 0x0000000000001795
BACK/EXIT 0x000000000000179F
MENU 0x000000000000178D
PREVCH 0x0000000000001792
MUTE 0x000000000000178F
VOL+ 0x0000000000001790
VOL- 0x0000000000001791
CH+ 0x00000000000017A0
CH- 0x00000000000017A1
RECORD 0x00000000000017B7
STOP 0x00000000000017B6
PLAY 0x00000000000017B5
REW 0x00000000000017B2
FFW 0x00000000000017B4
REPLAY 0x00000000000017A4
PAUSE 0x00000000000017B0
SKIP 0x000000000000179E
1 0x0000000000001781
2 0x0000000000001782
3 0x0000000000001783
4 0x0000000000001784
5 0x0000000000001785
6 0x0000000000001786
7 0x0000000000001787
8 0x0000000000001788
9 0x0000000000001789
* 0x000000000000178A
0 0x0000000000001780
# 0x000000000000178E
RED 0x000000000000178B
GREEN 0x00000000000017AE
YELLOW 0x00000000000017B8
BLUE 0x00000000000017A9
end codes
end remote
'/home/mythtv/.mythtv/lircrc'
Code:
# lircrc.example.HauppaugeSilver-nativelirc
# 2005-01-27, Russell Salerno
# mailto:rsalern5@optonline.net
# Save this file in ~/.mythtv/lircrc
begin
prog = mythtv
button = POWER
config = Esc
end
begin
prog = mythtv
button = GO
# Swap the PiP windows
config = N
end
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 = BACK/EXIT
config = Esc
end
begin
prog = mythtv
button = 0
config = 0
end
begin
prog = mythtv
button = MENU
config = M
end
# Below are keys used with the Hauppauge Silver remote
begin
prog = mythtv
# This is the Red key
# We'll use it for "Delete"
button = RED
config = D
end
begin
prog = mythtv
# This is the Green key
# We'll use it for "Information"
button = GREEN
config = I
end
begin
prog = mythtv
# This is the Blue key
# Use it for the sleep timer
button = BLUE
config = F8
end
begin
prog = mythtv
# This is the Yellow key
# adjust video
button = YELLOW
config = F
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.
begin
prog = mythtv
button = VOL-
repeat = 3
config = F10
end
begin
prog = mythtv
button = VOL+
repeat = 3
config = F11
end
begin
prog = mythtv
button = CH+
config = Up
end
begin
prog = mythtv
button = CH-
repeat = 3
config = Down
end
begin
prog = mythtv
button = UP
# This is the "up" on the central diamond
repeat = 3
config = Up
end
begin
prog = mythtv
button = DOWN
# This is the "down" on the central diamond
repeat = 3
config = Down
end
begin
prog = mythtv
button = LEFT
# This is the "left" on the central diamond
repeat = 3
config = Left
end
begin
prog = mythtv
button = RIGHT
# This is the "right" on the central diamond
repeat = 3
config = Right
end
begin
prog = mythtv
# Middle button on the diamond
button = OK
config = Return
end
begin
prog = mythtv
button = MUTE
config = F9
end
begin
prog = mythtv
button = REW
config = Left
end
begin
prog = mythtv
button = PLAY
config = P
end
begin
prog = mythtv
button = FFW
config = Right
end
begin
prog = mythtv
button = RECORD
config = R
end
begin
prog = mythtv
# Teletext
button = STOP
config = T
end
begin
prog = mythtv
button = PAUSE
config = P
end
begin
prog = mythtv
button = REPLAY
# Use for backwards commercial skip
config = Q
end
begin
prog = mythtv
button = SKIP
# Use for forward commercial skip
config = Z
end