…or similar message: “Couldn’t find any node at /sys/class/rc/rc*.”
First kill lircd and/or eventlircd if they are running.
If the problem persists, try to add the “-d” parameter with the correct device.
Have a look at /dev/input/event* files to find your device. Make sure it is the right one, one device might have multiple event files. You can also use this command to find the right event:
1 |
cat /proc/bus/input/devices |
Then try e.g. “ir-keytable -d /dev/input/event2”.
Comments