Kodi Community Forum

Full Version: Quick Tip: Lirc and Remote on Ubuntu 12.10
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I had issues with recent Ubuntu included Lirc Version.

Lirc coudn't find the kernel modules. In my case that was "mceusb".

After searching around a bit, I found this:

Code:
$ sudo ln -s /lib/modules/$(uname -r)/kernel/drivers/staging/media/lirc /lib/modules/$(uname -r)/kernel/drivers/staging/lirc

After doing this, the modules are found and xbmc works with MCE Remote Out-Of-The-Box (no keymap.xml config at all needed)

Maybe it helps someone!


cheers Nordish