Remote Control / Frodo Confusion [SOLVED]
#1
###############################################
O/S: XBMCBuntu 12.0 Frodo from ISO Install onto clean disk
CPU: Intel Core I3
RAM: 8GB
Video: Onboard Nvidia / Using HDMI
Sound Onboard Intel Passthrough Using Optical
Disk: Sandisk 32GB SSD
Remote: Harmony 880 Emulating Imon
Server: FreeNAS 3TB
Network: Gigabit Wired
##############################################
PASTEBIN
###############################################

I've just completed a new install of Frodo

I'm having trouble with a couple of keys not woking on my harmony remote (they don't work on the original controller either). They are the Next Chapter and Previous Chapter keys. The soft keys on the xbmc DVD menu work fine.

I've worked through the normal methodology to the point where every key except those 2 work:

1. Used irw, keys show KEY_NEXT, KEY_PREVIOUS

2. Modded Lircmap.xml
<SkipNext>KEY_NEXT</SkipNext>
<SkipPrevious>KEY_PREVIOUS</SkipPrevious>

3. Checked debug.log, get

15:07:59 T:3038496512 DEBUG: LIRC: Update - NEW at 519240:0000000080010197 00 KEY_NEXT devinput (KEY_NEXT)
15:08:00 T:3038496512 ERROR: Remote Translator: Can't find button skipnext


4. Went to check Keyboard.xml/Keymap.xml because those are the correct definitions Keymap

5. There is no keyboard.xml, keymap.xml on my installation.

Does anyone have a clue whats happening, has this mechanism changed?

TIA

Mark
Reply
#2
Try this:

Quote:<skipplus>KEY_NEXT</skipplus>
<skipminus>KEY_PREVIOUS</skipminus>
Reply
#3
Perfect - Thank you
Reply

Logout Mark Read Team Forum Stats Members Help
Remote Control / Frodo Confusion [SOLVED]0