sudo apt purge ir-keytable lirc sudo apt-get install -y lirc lirc-compat-remotes sudo dpkg-reconfigure lirc (no screen opens, but i ran this anyway incase it creates files) sudo irw sudo systemctl stop lircd-uinput.service sudo systemctl disable lircd-uinput.service
sudo cp /usr/share/kodi/system/Lircmap.xml /home/batman/.kodi/userdata/Lircmap.xml sudo dpkg-reconfigure lirc (no screen opens, but i ran this anyway incase it creates files) afterwards onmy ubuntu 18.04 system I was able to type at the command line: sudo irw and point my IR remote at it and press buttons and the output worked: 000000008001006c 00 KEY_DOWN devinput-32 0000000080010067 00 KEY_UP devinput-32 000000008001006c 00 KEY_DOWN devinput-32 0000000080010160 00 KEY_OK devinput-32 00000000800100ae 00 KEY_EXIT devinput-32 next I launched kodi, and all remote functions were working as well! the last line with sudo cp Lircmap.xml is to copy the default map, obviously you should veryify the paths here exist on your system. Also this line is only necessary if your using Lirc for Kodi purposes. -- You received this bug notification because you are a member of Mythbuntu Bug Team, which is subscribed to lirc in Ubuntu. https://bugs.launchpad.net/bugs/1788235 Title: lirc broken on 18.04 Status in lirc package in Ubuntu: Confirmed Bug description: Lirc 0.10.0-2 is never configured after installation. Manually running "dpkg-reconfigure lirc " also does not do anything. I also noticed that /usr/share/lirc/remotes is empty, which is where I had my config file for Ubuntu 16.04. This was an upgrade install from 16.04. Searching the web indicates others have this problem. Some have reverted to the lirc from 16.04. Others recommend using pip3 to install lirc 0.10.10, but I have been unsuccessful so far. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lirc/+bug/1788235/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~mythbuntu-bugs Post to : mythbuntu-bugs@lists.launchpad.net Unsubscribe : https://launchpad.net/~mythbuntu-bugs More help : https://help.launchpad.net/ListHelp