[LINUX] XBMCLive keymapping problem with antec micro fusion veris remote
#1
Hi,

i have installed XBMCLive 9.11 RC1 on a hdd in my antec micro fusion case with antec veris rs100 remote. Got the ir reciever working. LCD works also great. The problem is that i can only navigate (up,down,left,right) with the remote, nothing else. When i use irw is see that all buttons are correctly mapped in Lircmap.xml.

Here is my /home/xbmc/.xbmc/userdata/Lircmap.xml

Code:
<lircmap>
        <remote device="Antec_Veris_RM100">
                <power>KEY_POWER</power>
                <play>KEY_PLAY</play>
                <enter>KEY_ENTER</enter>
                <reverse>KEY_REWIND</reverse>
                <forward>KEY_FASTFORWARD</forward>
                <left>KEY_LEFT</left>
                <right>KEY_RIGHT</right>
                <up>KEY_UP</up>
                <down>KEY_DOWN</down>
                <select>KEY_ENTER</select>
                <pageplus>KEY_CHANNELUP</pageplus>
                <pageminus>KEY_CHANNELDOWN</pageminus>
                <back>KEY_BACKSPACE</back>
                <menu>RightMenu</menu>
                <volumeplus>KEY_VOLUMEUP</volumeplus>
                <volumeminus>KEY_VOLUMEDOWN</volumeminus>
                <mute>KEY_MUTE</mute>
                <Display>Go</Display>
        </remote>
</lircmap>
and my /home/xbmc/.xbmc/userdata/keymaps/keymap.xml

Code:
<keymap>
  <global>
    <remote>
       <power>power</power>
       <play>play</play>
       <reverse>reverse</reverse>
       <forward>forward</forward>
       <left>left</left>
       <right>right</right>
       <up>up</up>
       <down>down</down>
       <select>select</select>
       <pageplus>pageplus</pageplus>
       <pageminus>pageminus</pageminus>
       <back>back</back>
       <menu>menu</menu>
       <volumeplus>volumeplus</volumeplus>
       <volumeminus>volumeminus</volumeminus>
       <mute>mute</mute>
       <display>Display</display>
   </remote>
  </global>
</keymap>
Looks good so far. When i look at the xbmc.log i see the following

Code:
18:52:28 T:3079387024 M:1755283456    INFO: load keymapping
18:52:28 T:3079387024 M:1755283456    INFO: Loading special://xbmc/system/keymaps/gamepad.xml
18:52:28 T:3079387024 M:1755283456    INFO: Loading special://xbmc/system/keymaps/joystick.AppleRemote.xml
18:52:28 T:3079387024 M:1755283456    INFO: Loading special://xbmc/system/keymaps/joystick.Harmony.xml
18:52:28 T:3079387024 M:1755283456    INFO: Loading special://xbmc/system/keymaps/joystick.Logitech.RumblePad.2.xml
18:52:28 T:3079387024 M:1755283456    INFO: Loading special://xbmc/system/keymaps/joystick.Microsoft.Xbox.Controller.S.xml
18:52:29 T:3079387024 M:1755385856    INFO: Loading special://xbmc/system/keymaps/joystick.Sony.PLAYSTATION(R)3.Controller.xml
18:52:29 T:3079387024 M:1755385856    INFO: Loading special://xbmc/system/keymaps/joystick.WiiRemote.xml
18:52:29 T:3079387024 M:1755385856    INFO: Loading special://xbmc/system/keymaps/keyboard.xml
18:52:29 T:3079387024 M:1755385856    INFO: Loading special://xbmc/system/keymaps/remote.xml
18:52:29 T:3079387024 M:1755385856    INFO: Loading special://masterprofile/keymaps/Keymap.xml
18:52:29 T:3079387024 M:1755385856   ERROR: Keymapping error: no such action 'power' defined
18:52:29 T:3079387024 M:1755385856   ERROR: Keymapping error: no such action 'reverse' defined
18:52:29 T:3079387024 M:1755385856   ERROR: Keymapping error: no such action 'forward' defined
18:52:29 T:3079387024 M:1755385856   ERROR: Keymapping error: no such action 'pageplus' defined
18:52:29 T:3079387024 M:1755385856   ERROR: Keymapping error: no such action 'pageminus' defined
18:52:29 T:3079387024 M:1755385856   ERROR: Keymapping error: no such action 'back' defined
18:52:29 T:3079387024 M:1755385856   ERROR: Keymapping error: no such action 'menu' defined
18:52:29 T:3079387024 M:1755385856   ERROR: Keymapping error: no such action 'volumeplus' defined
18:52:29 T:3079387024 M:1755385856   ERROR: Keymapping error: no such action 'volumeminus' defined
18:52:29 T:3079387024 M:1755385856   ERROR: Keymapping error: no such action 'display' defined
18:52:29 T:3079387024 M:1755385856    INFO: Loading special://profile/keymaps/Keymap.xml
18:52:29 T:3079387024 M:1755385856   ERROR: Keymapping error: no such action 'power' defined
18:52:29 T:3079387024 M:1755385856   ERROR: Keymapping error: no such action 'reverse' defined
18:52:29 T:3079387024 M:1755385856   ERROR: Keymapping error: no such action 'forward' defined
18:52:29 T:3079387024 M:1755385856   ERROR: Keymapping error: no such action 'pageplus' defined
18:52:29 T:3079387024 M:1755385856   ERROR: Keymapping error: no such action 'pageminus' defined
18:52:29 T:3079387024 M:1755385856   ERROR: Keymapping error: no such action 'back' defined
18:52:29 T:3079387024 M:1755385856   ERROR: Keymapping error: no such action 'menu' defined
18:52:29 T:3079387024 M:1755385856   ERROR: Keymapping error: no such action 'volumeplus' defined
18:52:29 T:3079387024 M:1755385856   ERROR: Keymapping error: no such action 'volumeminus' defined
18:52:29 T:3079387024 M:1755385856   ERROR: Keymapping error: no such action 'display' defined
18:52:29 T:3079387024 M:1755385856    INFO: Loading special://xbmc/system/Lircmap.xml
18:52:29 T:3079387024 M:1755385856    INFO: Loading special://profile/Lircmap.xml
The buttons used in keymap are all defined in Lircmap.xml.

How can i solve this?
Reply
#2
I have tested further an i see in my logfile:

Code:
20:44:09 T:3077752720 M:1733791744   DEBUG: OnKey: 166 pressed, action is 3
20:44:10 T:3077752720 M:1733791744   DEBUG: LIRC: Update - NEW at 181339:2aa515b700000101 00 KEY_UP Antec_Veris_RM100 (KEY_UP)
20:44:10 T:3077752720 M:1733791744   DEBUG: OnKey: 166 pressed, action is 3
20:44:10 T:3077752720 M:1733791744   DEBUG: LIRC: Update - NEW at 181679:0200002800000201 00 KEY_ENTER Antec_Veris_RM200 (KEY_ENTER)
20:44:11 T:3077752720 M:1733791744   DEBUG: LIRC: Update - NEW at 182179:0200002800000201 00 KEY_ENTER Antec_Veris_RM200 (KEY_ENTER)
20:44:12 T:3077752720 M:1733799936   DEBUG: LIRC: Update - NEW at 183380:2ba515b700000101 00 KEY_RIGHT Antec_Veris_RM100 (KEY_RIGHT)
20:44:12 T:3077752720 M:1733799936   DEBUG: OnKey: 168 pressed, action is 2

ever action is recognized but only up down left and right are mapped.
Reply
#3
Count this as solved.

Removed the Antec_Veris_RM200 from the lird.conf and everything works like a charm.
Reply

Logout Mark Read Team Forum Stats Members Help
[LINUX] XBMCLive keymapping problem with antec micro fusion veris remote0