PS3 Remote Control is not working with XBMC
#1
Hello,

i followed many tutorials and forum threads to get my PS3 Remote Control working with my XBMC.

I allready get it working with my LIRC on Ubuntu 10.04 Server.

So i can see a reaction in the output of irw like this:

Code:
$ irw
0032 00 play SonyBDRemote
0038 00 stop SonyBDRemote
0057 00 left SonyBDRemote
0055 00 right SonyBDRemote
000B 00 enter SonyBDRemote
000B 00 enter SonyBDRemote

That means the communication from the remote to my Ubuntu System is working. I can also START the XBMC with the help of the .lircrc file in Home-Directory and the "enter" key for example.

But the XBMC is ignoring all of the keys pressed.

Hope you can help me. Here are all the important config files:
~/.xbmc/userdata/Lircmap.xml
Code:
<lircmap>
        <remote device="/var/run/lirc/lircd">
                <title>select</title>
                <power>eject</power>
                <play>play</play>
                <stop>stop</stop>
                <pause>pause</pause>
                <forward>scanfwd</forward>
                <reverse>scanrev</reverse>
                <left>left</left>
                <right>right</right>
                <up>up</up>
                <down>down</down>
                <select>enter</select>
                <info>display</info>
                <ShowVideoMenu>topmenu</ShowVideoMenu>
                <display>popup</display>
                <title>triangle</title>
                <back>circle</back>
                <menu>ps</menu>
                <volumeplus>l1</volumeplus>
                <volumeminus>l2</volumeminus>
                <mute>l3</mute>
                <AudioDelayMinus>r1</AudioDelayMinus>
                <AudioDelayPlus>r2</AudioDelayPlus>
                <ShowTime>r3</ShowTime>
                <skipplus>next</skipplus>
                <skipminus>prev</skipminus>
                <fastforward>scanfwd</fastforward>
                <rewind>scanrev</rewind>
                <mytv>red</mytv>
                <mymusic>green</mymusic>
                <mypictures>yellow</mypictures>
                <myvideo>blue</myvideo>
                <one>num1</one>
                <two>num2</two>
                <three>num3</three>
                <four>num4</four>
                <five>num5</five>
                <six>num6</six>
                <seven>num7</seven>
                <eight>num8</eight>
                <nine>num9</nine>
                <zero>num0</zero>
        </remote>
</lircmap>

~/.xbmc/userdata/keymaps/remote.xml (only with the "pause" key - for testing)
Code:
<keymap>
    <remote>
      <pause>Pause</pause>
    </remote>
</keymap>

Where is the mistake??

Please help. Thank you.

PS: sorry for my bad english - german ;-)

oZiRiz
Reply
#2
push Sad
Reply

Logout Mark Read Team Forum Stats Members Help
PS3 Remote Control is not working with XBMC0