Re: mode2 shows output, irrecord fails (using the remote out port of an amplifier)

Bengt Martensson <[email protected]> Fri, 6 Mar 2020 20:04:10 +0100
Newsgroups gmane.comp.hardware.lirc
Message-ID <[email protected]>
On 2020-03-06 13:40, Robert Jäschke wrote:
> Dear Bengt,
> 
> Am 06.03.20 um 09:29 schrieb Bengt Martensson:
>>>> https://www.raspberrypi.org/forums/viewtopic.php?p=1622026#p1622026
>>>
>>> Thank's a lot! It works like a charm. Problem solved. :-)
>>
>> Nice that it works now (I have not tried it myself). My gutfeeling is
>> that is would probably be best to turn that driver into a /dev/lirc
>> device, but I am not the expert here. Please keep us posted.
> 
> Using IrScrutinizer to record buttons now also works, which is great.

would you mind telling me what hardware driver you are using? I have no 
idea....

> The remote seems to be more complex than I thought, though. First, some
> buttons use the RC5x protocol.

Uhhh... "Every time" I look at Lirc I find "new" "interesting facts". 
As far as I am aware, Lircd.conf cannot cannot express a rc5x signal (it 
consists of seven bits Manchester-encoded, a middle gap, and then 12 
more Manchester-encoded bits. The lircd.conf language cannot express the 
middle gap. (If I am wrong, please correct me!)  IrScrutinizer's 
Lirc-generator also misses the goal, in that it ignores the middle gap. 
Sigh...

Thanx for bringing this to my attention. 
https://github.com/bengtmartensson/IrScrutinizer/issues/363

The workaround/fix is of course to generate use the "Lirc raw" export.

Greetz,

Bengt