Linux no logitech remote after upgrade
#1
Sad 
hi,
my kodi is running on a Intel nuc for years. this morning i started a upgrade from ubuntu 14 LTS to current Ubuntu 16.04.1 LTS
There were no errors or issues during update process and after a reboot kodi came up again like I am used to it.
but my harmony remote does not have control anymore.
No matter what key i am pressing, no reaction in kodi.

please can anybody help me?

thanks,
Markus
Reply
#2
Need more info. Stuff like is your receiver being detected ? Are you using LIRC ?

FWIW my receiver is a usb jobbie

Code:
lsusb
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 002: ID 192f:0916 Avago Technologies, Pte.
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 003: ID 04f2:0622 Chicony Electronics Co., Ltd
Bus 003 Device 017: ID 046d:c03d Logitech, Inc. M-BT96a Pilot Optical Mouse
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 009 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 008 Device 003: ID 0471:0815 Philips (or NXP) eHome Infrared Receiver
Bus 008 Device 002: ID 2109:3431 VIA Labs, Inc. Hub
Bus 008 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

So Bus 008, device 003 is the receiver. Then
Code:
dmesg | grep eHome
[    2.380393] usb 8-1.1: Product: eHome Infrared Transceiver
[   11.304658] input: Media Center Ed. eHome Infrared Remote Transceiver (0471:0815) as /devices/pci0000:00/0000:00:04.0/0000:02:00.0/usb8/8-1/8-1.1/8-1.1:1.0/rc/rc1/input13
[   11.304718] rc rc1: Media Center Ed. eHome Infrared Remote Transceiver (0471:0815) as /devices/pci0000:00/0000:00:04.0/0000:02:00.0/usb8/8-1/8-1.1/8-1.1:1.0/rc/rc1
[   11.517180] mceusb 8-1.1:1.0: Registered Philips eHome Infrared Transceiver with mce emulator interface version 1

That shows it being detected by the kernel and the driver it is using (mceusb) and where the input is being directed to (rc1).

Could also be related to a missing kernel module or module conflict but start with the basics and see if the receiver is showing up.
Learning Linux the hard way !!
Reply
#3
disclaimer: I'm no linux expert, just trying to help.
I just upgraded from 14 to 16 and also lost my remote. This wiki helped me a lot. Quick test is to type irw to see if the IR receiver is getting sensible input - the commands should look like the entries you see in Lircmap.xml (ie KEY_LEFT). If you get good info there, go to your kodi log file with debug turned on, and see if anything appears on button push. If it does fix using keymaps. If not try 'dpkg-reconfigure lirc' to select your receiver and remote again. This page on MCE remotes was also helpful, process should be similar for your remote.

What worked for me was not running kodi in standalone mode, but I still don't really understand why that fixed it. If you're accessing a htpc via ssh use 'export DISPLAY=:0' then when you type kodi it'll pop up on the TV. Much faster way to test.
Reply

Logout Mark Read Team Forum Stats Members Help
no logitech remote after upgrade0