Final steps for lirc config
#1
Hello all,

I manage to create my own lircd.conf using irrecord but I have a minor problem. Here what I get when I use irw to get an outpout:

Pressing once the UP buttons do Nothing, the second press does that:

67 0 KEY_UP linux-input-layer
67 0 KEY_UP_UP linux-input-layer

Then the third press NOTHING and the fourth the same as the second.

Same with every other key. Here is the OK button:

First: Nothing
Second:
161 0 KEY_OK linux-input-layer
161 1 KEY_OK linux-input-layer
161 2 KEY_OK linux-input-layer
161 3 KEY_OK linux-input-layer
161 4 KEY_OK linux-input-layer
161 0 KEY_OK_UP linux-input-layer
Third: NOTHING
Fourth: same as second

That's not too bad becaude in OSMC I can go up, down, left right,but it takes 2 press in order to move once.
That the only point that really need to be working.

How can I fix this?

Here is my lircd.conf: http://pastebin.com/ueJqGE3T

Marc
Reply
#2
You must change toggle_bit_mask that is currently set to be 0x0 as your remote uses RC6 protocol.
correct mask value can be found in lirc_full.conf file.
Reply

Logout Mark Read Team Forum Stats Members Help
Final steps for lirc config0