XBMCbuntu Frodo beta1 and MCE remote via iMon IR aka The Neverending Story
#1
Rainbow 
Hi guys. Since I had so much fun with the topic in the past I decided, hey, why not open it up again for frodo (xbmcbuntu frodo beta1 image)? Tongue Jokes aside, as I could have guessed it's not working again the way it did before and again I think changes in linux are to blame. What I did in the past (xbmcbuntu eden) to get this bitch combination to work was the following:

1. I had to "sudo dpkg-reconfigure lirc" and chose Linux input layer aka eventX in the first list, in the following list I selected NONE and after that /dev/input/by-id/usb-15c2 0038-event-if00 which may vary to your specific type of iMon receiver.

2. Add the following to /etc/rc.local to start an MCE via iMon specific IR-keytable mapping every boot:
Code:
/usr/bin/ir-keytable -w /lib/udev/rc_keymaps/imon_mce

This CAN'T work now because there is no such file and directory anymore. WHEREIS also comes up with nothing. Maybe someone could be so kind as to provide me with the imon_mce file so I could try if it's still possible with this. Sadly I didn't make a backup, I never would've thought it would be removed from the distribution Sad

3. Add a few missing keys to XBMC by creating a Lircmap.xml in ~/.xbmc/userdata with the following content:
Code:
<lircmap>
  <remote device="linux-input-layer">
  <altname>cx23885_remote</altname>
  <altname>devinput</altname>
     <start>KEY_MEDIA</start>
     <title>KEY_EPG</title>
     <one>KEY_NUMERIC_1</one>
     <two>KEY_NUMERIC_2</two>
     <three>KEY_NUMERIC_3</three>
     <four>KEY_NUMERIC_4</four>
     <five>KEY_NUMERIC_5</five>
     <six>KEY_NUMERIC_6</six>
     <seven>KEY_NUMERIC_7</seven>
     <eight>KEY_NUMERIC_8</eight>
     <nine>KEY_NUMERIC_9</nine>
     <zero>KEY_NUMERIC_0</zero>
     <star>KEY_NUMERIC_STAR</star>
     <hash>KEY_NUMERIC_POUND</hash>
  </remote>
</lircmap>

I'm still also trying to figure things out for myself, hopefully this thread will result in a definite solution other than having to compile a custom kernel which I read here in another thread.
Reply
#2
Seems the ffdc iMon device is working somehow out of the box (confirmed with 12.10) while my 0038 is not: http://forum.xbmc.org/showthread.php?tid...pid1240253 .

For comparison here is my device info:
Code:
I: Bus=0003 Vendor=15c2 Product=0038 Version=0002
N: Name="iMON Remote (15c2:0038)"
P: Phys=usb-0000:00:04.0-1/input0
S: Sysfs=/devices/pci0000:00/0000:00:04.0/usb3/3-1/3-1:1.0/rc/rc0/input5
U: Uniq=
H: Handlers=kbd event5
B: PROP=0
B: EV=100013
B: KEY=fff 0 0 4400000 108c0320 2d50080 0 0 30000 4 119000 4186 14000801 809e1680 0 2000000 10004002
B: MSC=10
Reply
#3
Man, was I dumb. Rolleyes Ok, all you have to do is to "sudo apt-get install ir-keytable" PRIOR to everything, I somehow forgot it :-( Et voila, /lib/udev/rc_keymaps is present with a lot of preconfigured ir-maps like imon_mce. Things are working as they should now. I'll make a short HOW-TO out of this later.
Reply
#4
gokudo, as I've just built a test box for Frodo B1 in an Antec Fusion, a HowTo on getting the iMon (0038 version!) would be a god send. Getting the LCD working always seems to break the remote and all the guides only seem to go part of the way or deal with the 'supported' version (ffd0).
Reply
#5
(2012-11-17, 13:25)gokudo Wrote: Man, was I dumb. Rolleyes Ok, all you have to do is to "sudo apt-get install ir-keytable" PRIOR to everything, I somehow forgot it :-( Et voila, /lib/udev/rc_keymaps is present with a lot of preconfigured ir-maps like imon_mce. Things are working as they should now. I'll make a short HOW-TO out of this later.

How is that HOW-TO coming along? I need it badly!!

And my device info is slighty diffrent, but a HOW-TO should work on both:

Code:
I: Bus=0003 Vendor=15c2 Product=ffdc Version=0000
N: Name="iMON Remote (15c2:ffdc)"
P: Phys=usb-0000:00:12.0-3/input0
S: Sysfs=/devices/pci0000:00/0000:00:12.0/usb3/3-3/3-3:1.0/rc/rc0/input4
U: Uniq=
H: Handlers=kbd event4
B: PROP=0
B: EV=100013
B: KEY=fff 0 0 0 108fc326 2176041 0 0 0 4 118000 4180 1 9e9680 0 0 10000000
B: MSC=10
Reply
#6
I'm also curious how the guide is going, if you have had time to work on it
Reply
#7
For those wondering, I just followed the instructions in the first post, but just ran "sudo apt-get install ir-keytable" before everything else. Worked flawlessly.
Reply
#8
If anyone else is wondering, here is my guide I wrote some time ago. Sorry should've probably updated this thread earlier...: http://forum.xbmc.org/showthread.php?tid=145488
Reply

Logout Mark Read Team Forum Stats Members Help
XBMCbuntu Frodo beta1 and MCE remote via iMon IR aka The Neverending Story0