Kodi Community Forum

Full Version: [Linux] Reconfigure LIRC
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When i installed LIRC (to try and get my remote workingwith XBMC) i went through a configuration setup. Foolishly i selected 'none' for both remote and ir transmitter screens.

Now i need to change the remote setting from 'none' to 'mceusb'. Ive tried manually moving the config file from the /usr/share/lirc/remotes folder but i dont have root access in the gui.

How do i go back through the setup process?
Can't you just reconfigure and reselect?

Code:
dpkg-reconfigure lirc

Am i missing something?
sudo apt-get remove lirc
sudo update
sudo apt-get install lirc

That should give you the choice to select mceusb ;-)