Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Install on Ubuntu 18.04

Pavel S edited this page Jun 22, 2020 · 1 revision
sudo apt install lirc -y
sudo nano /etc/lirc/lirc_options.conf

Change to following

driver          = default
device          = /dev/lirc0
sudo systemctl enable lircd.service && sudo systemctl start lircd.service
sudo systemctl status lircd.service
Clone this wiki locally