Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #5454
    gameinvaders
    Participant

    Hi

    I try to connect my PS3 with my RetroPi but it doesnt work…. i try it with the script from the setup.sh but it doesnt really connect… the script come to end withou any problems, but in the Emulationstation Input setting it doesn’t work…

    I also try diffrent blog post to manually connect the controller but it isnt working…. :(

    can someone help me….

    #5455
    gameinvaders
    Participant

    ok now the controller work but not correctly…

    the inputs will understand as 2… expl

    in the input config, up down right left, i push the puttons but it select two at the sam time, so up is up and down is also up….

    the controller took 2 input at one time….

    #5508
    gizmo98
    Participant

    Your es_input.cfg should lock like this:

    <inputConfig type=”joystick” deviceName=”Sony Computer Entertainment Wire$
    <input name=”a” type=”button” id=”13″ value=”1″ />
    <input name=”b” type=”button” id=”14″ value=”1″ />
    <input name=”down” type=”button” id=”6″ value=”1″ />
    <input name=”left” type=”button” id=”7″ value=”-1″ />
    <input name=”menu” type=”button” id=”3″ value=”1″ />
    <input name=”pagedown” type=”button” id=”12″ value=”1″ />
    <input name=”pageup” type=”button” id=”15″ value=”1″ />
    <input name=”right” type=”button” id=”5″ value=”1″ />
    <input name=”select” type=”button” id=”0″ value=”1″ />
    <input name=”up” type=”button” id=”4″ value=”1″ />
    </inputConfig>

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Everything else related to the RetroPie Project’ is closed to new topics and replies.