Display MoreTnx. No worries. I will figure it out eventually .
I would first like to thank you for all your hard work an responses to the people on the forum
Just to pick your brains a little bit more:I already found "
- CEC HAS TO be disabled for any IR remote to work in XBMC (Kodi). In OpenElec go to menu System>Settings>System>Input Devices>Peripherals>CEC, press enter again to access the CEC settings and disable it. here: Infrared Remote for Raspberry Pi Mediacenter | RemotePi Board – MSL Digital Solutions
"According to my info I am moving in the right direction:
Codegrep '^N:' /proc/bus/input/devices N: Name="Logitech Unifying Device. Wireless PID:4024" N: Name="aml_keypad" N: [b]Name="Media Center Ed. eHome Infrared Remote Transceiver (1934:5168)"[/b]
Indicating the device is recognized so driver should be okay.
CodeMXQ:~/.config # ir-keytable Found /sys/class/rc/rc0/ (/dev/input/event2) with: Driver mceusb, table rc-rc6-mce Supported protocols: unknown other lirc rc-5 jvc sony nec sanyo mce-kbd rc-6 sharp xmp Enabled protocols: lirc nec rc-6 Name: Media Center Ed. eHome Infrared bus: 3, vendor/product: [b]1934:5168[/b], version: 0x0001 Repeat delay = 1000 ms, repeat period = 125 ms
ir-keytable indicates it is seing the device as rc0.
Codedmesg [ 8.792895@1] lirc_dev: IR Remote Control driver registered, major 232 [ 8.822078@0] rc rc0: lirc_dev: driver ir-lirc-codec (mceusb) registered at minor = 0 [ 9.860885@3] input: lircd as /devices/virtual/input/input3
It could be that the internal IR receiver is causing problems. Any idea how I can disable that one??Something like what is described here: http://forum.odroid.com/viewtopic.php?f=138&t=20415&p=145618#p145582
Create a blacklist-meson-ir_set-gpio-ir-nr.conf for blacklisting meson-ir as well as defining the now used GPIO-number in directory .config/modprobe.d/That is the only think I can think of . The IR receiver is working fine on a windows machine.
The only negative I could find about a certain HP receiver can be read here: but it is a chromebox not a LE AMLOGIC S805 .
Chromebox - Official Kodi WikiAfter replugging the device into the MXQ:
Code1228.080551@0] usb 2-1: Product: eHome Infrared Transceiver [ 1228.080602@0] usb 2-1: Manufacturer: FINTEK [ 1228.080651@0] usb 2-1: SerialNumber: 88636562727801 [ 1228.090628@3] Registered IR keymap rc-rc6-mce [ 1228.100673@3] input: Media Center Ed. eHome Infrared Remote Transceiver (1934:5168) as /devices/lm0/usb2/2-1/2-1:1.0/rc/rc0/input4 [ 1228.103850@3] rc rc0: Media Center Ed. eHome Infrared Remote Transceiver (1934:5168) as /devices/lm0/usb2/2-1/2-1:1.0/rc/rc0 [ 1228.107859@3] rc rc0: lirc_dev: driver ir-lirc-codec (mceusb) registered at minor = 0 [ 1228.287262@2] mceusb 2-1:1.0: Registered FINTEK eHome Infrared Transceiver with mce emulator interface version 2 [ 1228.287308@2] mceusb 2-1:1.0: 0 tx ports (0x0 cabled) and 2 rx sensors (0x1 active) [ 1228.611871@2] input: lircd as /devices/virtual/input/input5
You can use Kszaq's other CEC driver daemon. I have been using it for months with out any drop-outs. It even works to play games in Retroarch!