Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Can only connect 2 wireless xbox 360 controllers #83933
    davem666
    Participant

    It works!… Thank You thiemok!

    I removed what I had and tried method 1. It worked, though it’s worth noting that the lights on the xbox remotes don’t show their controller positions (the 4 corner lights on the main xbox button corresponding to controllers 1-4), but they still work.

    in reply to: Can only connect 2 wireless xbox 360 controllers #83846
    davem666
    Participant

    Does xboxdrv create 4 joysticks in /dev/input/js[0-3]

    I see “js4” & “js5″ in that” directory (no js[0-3]).

    It might be because you copied it but -trigger-as-button –dpad-as-button –next-controller should be --trigger-as-button -–dpad-as-button -–next-controller

    The code is correct in xboxdrv, it just copied funny into the forum.

    in reply to: Can only connect 2 wireless xbox 360 controllers #83836
    davem666
    Participant

    It is already listed as 4… Here is the text from /etc/defaults/xboxdrv:

    # How many Controllers? (support up to 4 Controllers)
    CONTROLLER_NUM=4

    case $CONTROLLER_NUM in
    1) CONTROLLER=”-w 0 -l 2 –trigger-as-button –dpad-as-button”
    ;;
    2) CONTROLLER=”-w 0 -l 2 –trigger-as-button –dpad-as-button –next-controller -w 1 -l 3 –trigger-as-button –dpad-as-button”
    ;;
    3) CONTROLLER=”-w 0 -l 2 –trigger-as-button –dpad-as-button –next-controller -w 1 -l 3 –trigger-as-button –dpad-as-button –next-controller -w 2 -l 4 –trigger-as-button –dpad-as-button”
    ;;
    4) CONTROLLER=”-w 0 -l 2 –trigger-as-button –dpad-as-button –next-controller -w 1 -l 3 –trigger-as-button –dpad-as-button –next-controller -w 2 -l 4 –trigger-as-button –dpad-as-button –next-controller -w 3 -l 5 –trigger-as-button –dpad-as-button”
    ;;
    *) CONTROLLER=”incorrect amount of controller specified”
    ;;
    esac

    in reply to: Can only connect 2 wireless xbox 360 controllers #83833
    davem666
    Participant
    in reply to: Xarcade Joystick boot loop #83416
    davem666
    Participant

    Figured it out… The B+ wasn’t getting enough power due to a crummy micro-usb cable… That was a fun one to troubleshoot :-).

Viewing 5 posts - 1 through 5 (of 5 total)