Kodi Community Forum
Multiple RC-6 IR recievers - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: Multiple RC-6 IR recievers (/showthread.php?tid=237155)



Multiple RC-6 IR recievers - speedyrazor - 2015-08-29

Hi, I am using Xubuntu 15.04 with Kodi 15.1 and I get the below output when using
Code:
ir-keytable
If I use the IR receiver found at /dev/input/event3 (the first one found) then I get input when using the remote and all works well. But I want to use the IR receiver found at /dev/input/event5 (the second one found), if I use the remote on that IR receiver then I get no response. The reason I have two is the first one (/dev/input/event3) is built into my TBS6984 satellite card, but I don't want to use that IR reciever.
So my question is, how do I use the IR receiver /dev/input/event5 (the second one found)?

Code:
Found /sys/class/rc/rc0/ (/dev/input/event3) with:
  Driver saa716x, table rc-tbs-nec
  Supported protocols: NEC RC-5 RC-6 JVC SONY LIRC other
  Enabled protocols: NEC RC-5 RC-6 JVC SONY LIRC other
  Name: saa716x IR (TurboSight TBS 6984)
  bus: 1, vendor/product: 6984:0013, version: 0x0001
  Repeat delay = 500 ms, repeat period = 125 ms
Found /sys/class/rc/rc3/ (/dev/input/event5) with:
  Driver mceusb, table rc-rc6-mce
  Supported protocols: NEC RC-5 RC-6 JVC SONY LIRC other
  Enabled protocols: NEC RC-5 RC-6 JVC SONY LIRC other
  Name: Media Center Ed. eHome Infrared
  bus: 3, vendor/product: 147a:e017, version: 0x0140
  Repeat delay = 500 ms, repeat period = 125 ms



RE: Multiple RC-6 IR recievers - un1versal - 2015-08-30

Look at /etc/lirc/hardware.conf you should be able to modify the REMOTE_DEVICE= or something.


RE: Multiple RC-6 IR recievers - speedyrazor - 2015-08-30

(2015-08-30, 16:03)uNiversal Wrote: Look at /etc/lirc/hardware.conf you should be able to modify the REMOTE_DEVICE= or something.

That done the trick, thanks. I uninstalled ir-keytable, installed lirc, edited the /etc/lirc/hardware.conf file:

Changed:
REMOTE_DEVICE="/dev/lirc0"

To:
REMOTE_DEVICE="/dev/lirc1"

Rebooted, and all works well, thank you.


RE: Multiple RC-6 IR recievers - un1versal - 2015-08-30

Excellent, full edit main post and select solved from drop down menu.