XBOX 360 wireless controllers work but keep flashing
-
Hi! Thank you for making RetroPie usable by developing RecalBox. Thank you so much! The plug & play promise works! There is only one tiny problem which is by all means only a minor problem. All XBOX 360 controllers connected to my windows USB connector work out of the box. But they are flashing all the time. Is there any way to get rid of this? Thank you!
-
https://github.com/recalbox/recalbox-os/wiki/recalbox.conf-(EN) disable PS3 driver :
## Please enable only one of these # -------------- D1 - PS3 Controllers ------------ # ##Enable PS3 controllers support controllers.ps3.enabled=0 ## Choose an driver beetween official, shanwan and gasia if you have dualshock clones (official,shanwan,gasia) controllers.ps3.driver=official
Then enable xboxdrv driver :
# ------------ D2 - XBOX Controllers ------------ # ## Xbox controllers are already supported, but xboxdrv can solve some compatibility issues ## Enable xboxdrv driver, disable this if you enabled ps3 controllers (0,1) controllers.xboxdrv.enabled=1 ## Set the amount of controllers to use with xboxdrv (0..4) controllers.xboxdrv.nbcontrols=2
And reboot.
-
Thank you so much. Worked instantaneously.