I am trying to receive configure an IR remote control for my raspberry and I configured LIRC on the Pi and it works all fine but I won't be able to capture some output with
mode2 -d /dev/lirc0
I tried irw as well. I added these lines in /etc/lirc/lircd.conf
driver = default
device = /dev/lirc0
/boot/config.txt got this line
dtoverlay=gpio-ir,gpio_in_pin=23,gpio_out_pin=24
The receiver must be connected correctly and there's a red LED turned on. I also tried :ir-keytable
Found /sys/class/rc/rc0/ (/dev/input/event0) with:
Name: gpio_ir_recv
Driver: gpio_ir_recv, table: rc-rc6-mce
LIRC device: /dev/lirc0
Attached BPF protocols: Die angeforderte Funktion ist nicht implementiert
Supported kernel protocols: lirc rc-5 rc-5-sz jvc sony nec sanyo mce_kbd rc-6 sharp xmp imon
Enabled kernel protocols: lirc
bus: 25, vendor/product: 0001:0001, version: 0x0100
Repeat delay = 500 ms, repeat period = 125 ms
(2) https://raspberrypi.stackexchange.com/questions/104554/lirc-tutorial-for-rpi2b-buster-too-old-problem
(3) https://raspberrypi.stackexchange.com/questions/99823/using-pi-to-control-a-button-on-a-hdmi-switcher. Happy New Year and Lircing. Cheers
– tlfong01 Dec 31 '19 at 00:47