RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    4 port hub and a 4th xbox 360 controller...

    Scheduled Pinned Locked Moved Help and Support
    2 Posts 1 Posters 765 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • P
      Pheer
      last edited by

      Good day,

      So, I have a setup with 3.7 on a Pi 2. I have 4 360 controllers, with the 4th being on a powered usb 3.0 hub. Also on the hub is a thumb drive, wifi dongle, and a keyboard.

      Currently I have 3 of the controllers connected directly to the Pi, and they all recognize with the respective lights as controllers 1,2, and 3... The 4th does not show any lights despite initially blinking on boot. I'm running the init script at boot, and didn't change any lines when implementing it.

      I'm figuring this is probably one line of code I didn't change somewhere, but I don't know where. It's driving me crazy.

      Thanks in advance for any help you can offer!

      P 1 Reply Last reply Reply Quote 0
      • P
        Pheer @Pheer
        last edited by

        Sorry, forgot the xboxdrv file...

        How many Controllers? (support up to 4 Controllers)

        CONTROLLER_NUM=4

        case $CONTROLLER_NUM in
        1) CONTROLLER="-i 0 -l 2 --trigger-as-button --dpad-as-button"
        ;;
        2) CONTROLLER="-i 0 -l 2 --trigger-as-button --dpad-as-button --next-contro$
        ;;
        3) CONTROLLER="-i 0 -l 2 --trigger-as-button --dpad-as-button --next-contro$
        ;;
        4) CONTROLLER="-i 0 -l 2 --trigger-as-button --dpad-as-button --next-contro$
        ;;
        *) CONTROLLER="incorrect amount of controller specified"
        ;;
        esac

        1 Reply Last reply Reply Quote 0
        • First post
          Last post

        Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

        Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.