Opensuse 10.2 has recognized my Hauppauge PVR-350
without any problems (using lirc-0.8.0). When looking
at irw, almost every button is working. However, I
can't get the following buttons to work: GO,
Back/exit, yellow button, blue button, OK, >> and
Replay.
The following lircd.conf has been generated by
opensuse. I've tried to add every possible code
between 0x10000 and 0x1FFFFF, but without any success.
I've downloaded every lircd.conf file I could find on
the internet, but most of them didn't work. I've only
found one that was working. But I had the same problem
with those buttons I've mentionned. I've also tried to
add every possible code to this file, but with no
success.
I don't think my remote is broken, because when I
point it to any device, it flickers when I push those
buttons.
Can anybody help?
Ivan
**************************************
** LIRCD.CONF generated by opensuse
**************************************
begin remote
name linux-input-layer
bits 32
begin codes
1 0x10002
2 0x10003
3 0x10004
4 0x10005
5 0x10006
6 0x10007
7 0x10008
8 0x10009
9 0x1000a
0 0x1000b
MENU 0x10071
VOLUMEDOWN 0x10072
VOLUMEUP 0x10073
BLANK 0x10074
PAUSE 0x10077
STOP 0x10080
GREEN 0x1008b
RECORD 0x100a7
REWIND 0x100a8
SUSPEND 0x100cd
PLAY 0x100cf
SKIP 0x100d9
RED 0x1016b
MUTE 0x10179
FULL 0x10184
CHANNELUP 0x10192
CHANNELDOWN 0x10193
end codes
end remote
**************************************
** ONLY WORKING LIRC.CONF FOUND ONLINE
** (extract from the complete file)
**************************************
begin remote
name nova-t
bits 16
eps 30
aeps 100
one 0 0
zero 0 0
gap 135988
pre_data_bits 16
pre_data 0x8001
begin codes
btn1 0x0001
btn2 0x0002
btn3 0x0003
btn4 0x0004
btn5 0x0005
btn6 0x0006
btn7 0x0007
btn8 0x0008
btn9 0x0009
btn10 0x000A
btn11 0x000B
btn12 0x000C
(...) (...)
btn16152 0x3F18
btn16153 0x3F19
end codes
end remote
|