Forum
[PROBLEM] Tv remote stopped working after update - Printable Version

+- Forum (http://forum.xbian.org)
+-- Forum: Software (/forum-6.html)
+--- Forum: Kodi (/forum-18.html)
+--- Thread: [PROBLEM] Tv remote stopped working after update (/thread-3025.html)



Tv remote stopped working after update - igorkulman - 10th Jun, 2015 02:17 AM

Today, I did a apt-get upgrade. The only upgraded package was xbian-package-cec and my tv remote stoped working. I tried killing xbmc, restarting the Pi, still not working. Any ideas how to solve this?


RE: Tv remote stopped working after update - CurlyMo - 10th Jun, 2015 06:51 AM

Installing a previous version of cec. Check google how to install previous packages with apt.


RE: Tv remote stopped working after update - g0rill4z - 10th Jun, 2015 10:31 AM

Same issue up here. I use a Samsung LE32C670 with my RPi 2.

Terminal
sudo apt-get install xbian-package-cec=9.2.2.0-1-1430117049
sudo reboot

Solved my problems with CEC or the package. Cool

Cheers


Latest cec module breaks cec - agent5150 - 10th Jun, 2015 10:37 AM

cec is no longer working on 14.2 after the latest cec package upgrade!!


RE: Tv remote stopped working after update - rikardo1979 - 11th Jun, 2015 03:07 PM

(10th Jun, 2015 10:37 AM)agent5150 Wrote:  cec is no longer working on 14.2 after the latest cec package upgrade!!

I have merged your thread into this one as it discuss same topic
Please check posts above and see if that can solve your issue and reply back
thx


RE: Tv remote stopped working after update - agent5150 - 11th Jun, 2015 04:23 PM

(11th Jun, 2015 03:07 PM)rikardo1979 Wrote:  
(10th Jun, 2015 10:37 AM)agent5150 Wrote:  cec is no longer working on 14.2 after the latest cec package upgrade!!

I have merged your thread into this one as it discuss same topic
Please check posts above and see if that can solve your issue and reply back
thx

thanks.
apt-get install xbian-package-cec=9.2.2.0-1-1430117049

solved the issue.

(10th Jun, 2015 10:31 AM)g0rill4z Wrote:  Same issue up here. I use a Samsung LE32C670 with my RPi 2.

Terminal
sudo apt-get install xbian-package-cec=9.2.2.0-1-1430117049
sudo reboot

Solved my problems with CEC or the package. Cool

Cheers
thanks.