I have a harmony 890 and I was never able to get the harmony as an MCE remote working with the 0038. I've actually ended up ordering an HP MCE USB receiver recently. But at least the built in one will turn the thing on. As far as emulating the the veris RM200 goes, its a pretty big pain in the butt. I suggest iMon pad in the logitech setup, but ultimately I ended up talking to logitech's tier 2 support and they hand edited my files. If you end up talking to them, you can tell them that you know noumenon272 (thats me at logitech) has the RM200 working ok, and they might be able to copy my codes.
I ended up hand editing my own keymaps and lircmap. I'll post em, but they're pretty customized, you may not like them. They work with the RM200 (and my harmony emulating the RM200). Once you get IRW running press a button, see what the read out is, then put it in your Lircmap.xml. I recommend just assigning OBC codes to everything. You are supposed to be able to just put them in /home/user/.xbmc/userdata, but that doesn't work for me. I ended up having to put them in:
/usr/share/xbmc/system/Lircmap.xml
/usr/share/xbmc/system/keymaps/remote.xml
Here is my Lircmap.xml:
Code:
<lircmap>
<remote device="Antec_Veris_RM200">
<obc2>KEY_VOLUMEUP</obc2>
<obc3>KEY_VOLUMEDOWN</obc3>
<obc4>KEY_PHOTO</obc4>
<obc5>KEY_CHANNELUP</obc5>
<obc7>KEY_DVD</obc7>
<obc8>KEY_BOOKMARKS</obc8>
<obc9>Hash</obc9>
<obc10>Star</obc10>
<obc11>KEY_LANGUAGE</obc11>
<obc12>TaskSwitcher</obc12>
<obc13>KEY_MUTE</obc13>
<obc14>Subtitle</obc14>
<obc15>KEY_PAUSE</obc15>
<obc16>KEY_STOP</obc16>
<obc17>KEY_FASTFORWARD</obc17>
<obc18>KEY_REWIND</obc18>
<obc19>KEY_NEXT</obc19>
<obc20>KEY_PREVIOUS</obc20>
<obc21>KEY_LEFT</obc21>
<obc22>KEY_RIGHT</obc22>
<obc24>KEY_DOWN</obc24>
<obc25>KEY_BACKSPACE</obc25>
<obc26>KEY_CHANNELDOWN</obc26>
<obc27>KEY_MENU</obc27>
<obc28>KEY_SELECT</obc28>
<obc29>KEY_ESC</obc29>
<obc30>KEY_PLAY</obc30>
<obc31>LeftMenu</obc31>
<obc32>BTN_RIGHT</obc32>
<obc33>KEY_RECORD</obc33>
<obc34>KEY_EXIT</obc34>
<obc35>Go</obc35>
<obc36>KEY_VIDEO</obc36>
<obc37>KEY_AUDIO</obc37>
<obc38>KEY_TV</obc38>
<obc39>KEY_1</obc39>
<obc40>KEY_2</obc40>
<obc41>KEY_3</obc41>
<obc42>KEY_4</obc42>
<obc43>KEY_5</obc43>
<obc44>KEY_6</obc44>
<obc45>KEY_7</obc45>
<obc46>KEY_8</obc46>
<obc47>KEY_9</obc47>
<obc48>KEY_0</obc48>
<obc49>KEY_UP</obc49>
</remote>
</lircmap>
and my remote.xml keymap at pastebin:
http://pastebin.com/d2aa79fa6
noumenon
edit: The RM200 does work, and the harmony does emulate it. Its just laggy. Also, I never got the LCD working. Ubuntu 9.10 is planned to have support for lcdproc 0.5.3 (which supports the imon LCD), so I figure I'll try again then.