| @@ -26,7 +26,7 @@ The Setup is pretty custom. It includes: | |||||
| Use Debian, install apt dependencies | Use Debian, install apt dependencies | ||||
| ``` | ``` | ||||
| sudo apt install git samba mpd libttspico-utils python3-pip python3-rpi.gpio nginx | |||||
| sudo apt install git samba mpd libttspico-utils python3-pip python3-rpi.gpio nginx lirc | |||||
| ``` | ``` | ||||
| maybe also: `wiringpi espeak mpc` | maybe also: `wiringpi espeak mpc` | ||||
| @@ -72,6 +72,9 @@ Use `irrecord` to create a lirc Config file and copy the generated file in | |||||
| `/etc/lirc/lircd.conf.d/your-remotes-name.lircd.conf` | `/etc/lirc/lircd.conf.d/your-remotes-name.lircd.conf` | ||||
| You can find and edit the used keycodes: `~/discobert/lircrc` | You can find and edit the used keycodes: `~/discobert/lircrc` | ||||
| My remote: | |||||
| `sudo cp Sony-RM-V33E.lircd.conf /etc/lirc/lircd.conf.d/` | |||||
| ### DMX not working? | ### DMX not working? | ||||
| download udmx-pyusb: | download udmx-pyusb: | ||||