|
From: Nigel J. <ni...@gr...> - 2011-02-14 22:24:21
|
On 14/02/2011 21:32, Jarod Wilson wrote:
> On Feb 14, 2011, at 3:41 PM, Nigel Jewell wrote:
>
>> On 13/02/2011 21:50, Nigel Jewell wrote:
>>> Okay ... still not getting anywhere with this.
>>>
>>> Any other ideas? I don't want to start looking at buying another ir
>>> device to solve this when I have three attached to the Nova-Ts that
>>> worked perfectly well with CentOS 4 and 5.
>>
>> Solved. It turns out that it was the lircd.conf after all. The default
>> devinput one does not work with the Nova-T.
>>
>> As I couldn't get irrecord to work I had to manually craft one.
>
> Please show your work. The default devinput one *should* work, I'd
> like to understand why it doesn't.
Sure. My lircd.conf is below - it may not be 100% correct (or even 10%)
- but it works! If you spot something I should correct, or a reason why
the default devinput doesn't work I'd be interested ...
I monitored the event source with evtest. It outputted a type (4), code
(4) and the scancode - hence my lircd.conf.
Oh yes - and I realise that my file doesn't conform to the lirc namespace.
Regards,
Nige.
Using: lirc-0.8.7-1.fc14.x86_64 and kernel-2.6.35.11-83.fc14.x86_64.
LIRC running as: /usr/sbin/lircd --driver=devinput
--device=/dev/input/event2
begin remote
name Hauppauge
aeps 100
bits 32
eps 30
gap 100000
pre_data 0x00040004
pre_data_bits 32
toggle_bit 0
begin codes
Go 0x00001E3B
Power 0x00001E3D
TV 0x00001E1C
Videos 0x00001E18
Music 0x00001E19
Pictures 0x00001E1A
Guide 0x00001E1B
Up 0x00001E14
Radio 0x00001E0C
Left 0x00001E16
OK 0x00001E25
Right 0x00001E17
Back-Exit 0x00001E1F
Down 0x00001E15
Menu 0x00001E0D
Vol-Up 0x00001E10
Prev-Ch 0x00001E12
Ch-Up 0x00001E20
Vol-Down 0x00001E11
Mute 0x00001E0F
Ch-Down 0x00001E21
Record 0x00001E37
Stop 0x00001E36
Rewind 0x00001E32
Play 0x00001E35
Forward 0x00001E34
Replay 0x00001E24
Pause 0x00001E30
Skip 0x00001E1E
1 0x00001E01
2 0x00001E02
3 0x00001E03
4 0x00001E04
5 0x00001E05
6 0x00001E06
7 0x00001E07
8 0x00001E08
9 0x00001E09
Star 0x00001E0A
0 0x00001E00
Hash 0x00001E0E
Red 0x00001E0B
Green 0x00001E2E
Yellow 0x00001E38
Blue 0x00001E29
end codes
end remote
|