Forum Replies Created
-
AuthorPosts
-
davem666Participant
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.
davem666ParticipantDoes 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.
davem666ParticipantIt is already listed as 4… Here is the text from /etc/defaults/xboxdrv:
# How many Controllers? (support up to 4 Controllers)
CONTROLLER_NUM=4case $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”
;;
esacdavem666ParticipantI used the “3 – init script” setup up from
https://github.com/retropie/RetroPie-Setup/wiki/Setting-up-the-XBox360-controllerdavem666ParticipantFigured it out… The B+ wasn’t getting enough power due to a crummy micro-usb cable… That was a fun one to troubleshoot :-).
-
AuthorPosts