LE8 with GPIO receiver
#61
(2017-04-06, 23:51)steve1977 Wrote: Thanks. So, this is a LE issue, while working in OE? Maybe different lirc version?
It's quite probably a lirc issue, LE is using lirc 0.9.4c whereas OE seems to be using lirc 0.9.1:
Code:
# this config file was automatically generated
# using lirc-0.9.1-git(default) on Sun Apr  2 04:02:25 2017

There were some major irrecord changes in version 0.9.4, maybe something broke there. I couldn't reproduce any issues with the remotes I have here so it could be specific to your remote.

It'd be best if you search/ask on the lirc mailing list https://sourceforge.net/p/lirc/mailman/

so long,

Hias
Reply
#62
(2017-04-04, 12:43)HiassofT Wrote:
(2017-04-02, 11:35)steve1977 Wrote: Here we go: https://pastebin.com/16tubVTb
Thanks a lot!

Comparing the two files it looks like the newer irrecord deteced the codes correctly (pre_data + data + post_data of older irrecord are identical to data in newer irrecord), but for some reason wrote out an incorrect lircd.conf file - there's 0x00000000 after the codes which makes lircd reject these lines.

so long,

Hias

Same here, have to remove the 0x00000000 in each button line in the generated file by irrecord in LE 8.0.1.

Code:
irrecord -d /dev/lirc0 lircd.conf
Reply

Logout Mark Read Team Forum Stats Members Help
LE8 with GPIO receiver0