I am currently trying to write some code for using a remote control with a Raspberry Pi 3.
I installed LIRC according to a tutorial and it does work, but:
In the /etc/lirc/hardware.conf
I have a line:
DRIVER="default"
but when I run mode2 -d /dev/lirc0
it says: Using driver devinput on device /dev/lirc0
, which is giving wrong me the output.
I suspect this is also the reason why irw
shows nothing when I run it and press buttons on my remote.
When I run mode2 -d /dev/lirc0 -H default
it works just fine, but I can't specifiy that when running irw
. (Or anything else that depends on LIRC)
Why is LIRC ignoring the DRIVER
-line?