[LIVE] MCE remote no longer working after installing to HD

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
OrionB
Unregistered

Post: #1
I'm experiencing a strange problem after installing version xbmc-9.11-live-repack to my harddrive. My MCE remote that was working perfectly with the live bootcd stopped working. I can see the remote led flashing on the receiver whenever I press a button, however XBMC remains numb. I'm not seing any output either then I run irw. Trying to modprobe lirc_mceusb2 didn't fix the issue. Neither did a reboot.

Anyone has any suggestion?
quote
OrionB
Unregistered

Post: #2
Ok, found the solution:
sudo apt-get remove --purge lirc
sudo apt-get install lirc

After that, it works again strangely. Maybe this helps others with the same issue.
quote