Somehow it works, at least when I use the following key-names within lircd.conf: KEY_ENTER, KEY_UP, KEY_DOWN, KEY_LEFT, KEY_RIGHT, KEY_ESC (one level back), KEY_0 (going to the currently playing screen with the album cover).
Who it may concern, the following steps helped me to get LIRC running: 1) sudo apt-get install lirc 2) sudo apt-get install lirc-x 3) sudo apt-get install liblircclient-dev 4) sudo nano /boot/config.txt -> add: dtoverlay=lirc-rpi,gpio_in_pin=4 (in my case I use GPIO pin 4 for the infrared receiver - because other GPIOs are used by the PiTFT display) 5) sudo nano /etc/modules -> add: lirc_dev 6) sudo nano /etc/lirc/lircd.conf (lircd.conf file has to be adjusted to the remote you are using AND has to use the key-names above) Now it should run ... ------------------------------------------------------------------------ munich's Profile: http://forums.slimdevices.com/member.php?userid=63891 View this thread: http://forums.slimdevices.com/showthread.php?t=98156 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
