Viewing 1 post (of 1 total)
  • Author
    Posts
  • molloyaj
    Participant
    Post count: 1

    Hello all,

    I am using a Raspberry Pi 2 with the SD-card image for the RP2. I have successfully got one XBox 360 wireless controller working perfectly. I have tried multiple methods of getting a second controller working, but to no avail. The second controller works in the EmulationStation gui but not in any of the games (I’ve tried Mario Kart for the SNES and Sonic 2 doe the Genesis).

    The following is the contents of my rc.local.

    #!/bin/sh -e
    #
    # rc.local
    #
    # This script is executed at the end of each multiuser runlevel.
    # Make sure that the script will “exit 0” on success or any other
    # value on error.
    #
    # In order to enable or disable this script just change the execution
    # bits.
    #
    # By default this script does nothing.

    # Print the IP address
    _IP=$(hostname -I) || true
    if [ “$_IP” ]; then
    printf “My IP address is %s\n” “$_IP”
    fi

    xboxdrv –daemon –id 0 –led 2 –deadzone 4000 –silent –trigger-as-button –next-controller –id 1 –led 3 –deadzone 4000 –silent –trigger-as-button –dbus disabled –detach-kernel-driver &
    exit 0

    Any help with this grately appreciated!

    Best
    Andrew

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