12th Jul, 2013, 12:43 AM
I've been searching for a solution for this issue for hours but had no luck in resolving the problem.
Basically I upgraded to XBian Beta 1, was on the previous Alpha install before this and all was working great. The only small problem I have now is that the button on my remote that is acting as an MCE remote presses a key which I had assigned to ContextMenu within XBMC.
I had assigned the key 'volume_mute' to this ContextMenu command, as I use the actual mute button on my remote to trigger mute elsewhere in my setup (Yamaha receiver).
All was working great until upgrading to beta1; I have gone into keyboard.xml in this path:
and tried to edit the line:
To read this instead:
I'm 90% sure this is what I did last time to edit the key and get it working but can't be 100% as this was some time ago, since forgotten exactly what I did.
Unfortunately editing the keyboard.xml does not do the trick and button does not work. I've also tried using the xbmc app and the context menu does not appear at all if using either the default keyboard.xml or my modified keyboard.xml.
I tried following the tutorial here:
http://www.xbian.org/2012/12/configuring-a-remote/
But the first point was my stumbling block, I cannot even run irw, irrecord or mode2.
irw shows a blank line and nothing happens when I press a key yet the remote is still working with xbmc.
mode2 gives me this error:
and irrecord shows this error:
I've tried what was suggested over here:
http://forum.xbian.org/showthread.php?tid=1042&highlight=irw
But still nothing... I get the same errors, running the commands as sudo or within root ssh.
Using what CurlyMo suggested here:
http://forum.xbian.org/showthread.php?tid=604&highlight=irrecord
I was able to get mode2 to show me a blank line but with the same behaviour as irw.
I've also tried creating Lircmap.xml and keyboard.xml in
but this does not solve the problem.
... all to get the contextmenu working! So basically not sure where to go now. Any suggestions would be very much appreciated!
Basically I upgraded to XBian Beta 1, was on the previous Alpha install before this and all was working great. The only small problem I have now is that the button on my remote that is acting as an MCE remote presses a key which I had assigned to ContextMenu within XBMC.
I had assigned the key 'volume_mute' to this ContextMenu command, as I use the actual mute button on my remote to trigger mute elsewhere in my setup (Yamaha receiver).
All was working great until upgrading to beta1; I have gone into keyboard.xml in this path:
Code:
/usr/local/share/xbmc/system/keymaps/
Code:
<c>ContextMenu</c>
Code:
<volume_mute>ContextMenu</volume_mute>
I'm 90% sure this is what I did last time to edit the key and get it working but can't be 100% as this was some time ago, since forgotten exactly what I did.
Unfortunately editing the keyboard.xml does not do the trick and button does not work. I've also tried using the xbmc app and the context menu does not appear at all if using either the default keyboard.xml or my modified keyboard.xml.
I tried following the tutorial here:
http://www.xbian.org/2012/12/configuring-a-remote/
But the first point was my stumbling block, I cannot even run irw, irrecord or mode2.
irw shows a blank line and nothing happens when I press a key yet the remote is still working with xbmc.
mode2 gives me this error:
Code:
mode2: could not get file information for /dev/lirc0
mode2: default_init(): No such file or directory
and irrecord shows this error:
Code:
Usage: irrecord [options] file
irrecord: invalid argument count
I've tried what was suggested over here:
http://forum.xbian.org/showthread.php?tid=1042&highlight=irw
But still nothing... I get the same errors, running the commands as sudo or within root ssh.
Using what CurlyMo suggested here:
http://forum.xbian.org/showthread.php?tid=604&highlight=irrecord
I was able to get mode2 to show me a blank line but with the same behaviour as irw.
I've also tried creating Lircmap.xml and keyboard.xml in
Code:
~/.xbmc/userdata/keymaps
... all to get the contextmenu working! So basically not sure where to go now. Any suggestions would be very much appreciated!