Homepage › Forums › RetroPie Project › Controller Configuration in RetroPie › xbox 360 wireless controller works in UI but not in any emulator › Reply To: xbox 360 wireless controller works in UI but not in any emulator
Hi Labelwhore
I tried to run again xboxdrv installation and edit rc.local. Now the complete file is:
#!/bin/sh -e
_IP=$(hostname -I) || true
if [ "$_IP" ]; then
printf "My IP address is %s\n" "$_IP"
fi
sudo chmod +x /dev/uinput
"/opt/retropie/supplementary/xboxdrv/bin/xboxdrv" --trigger-as-button --wid 0 -$
xboxdrv --trigger-as-button --wid 0 --led 2 --deadzone 4000 --silent &
sleep 1
xboxdrv --trigger-as-button --wid 1 --led 3 --deadzone 4000 --silent &
sleep 1
xboxdrv --trigger-as-button --wid 2 --led 4 --deadzone 4000 --silent &
sleep 1
xboxdrv --trigger-as-button --wid 3 --led 5 --deadzone 4000 --silent &
.. but nothing is changed… :(
Note: the Github guide said to “put this just before exit 0” bit I can’t see “exit 0” in my rc.local file….
One more thing…
I wrong indication in my previous post:
the controller green light never blink!
I can use my Xbox controller in the main ES menu and I can configure it (fix green light), but it stop to work when I open a game with any emulator.
I can see some error message during game charging but I can’t stop listing before game start. The game starting process is too fast to see well what said…
How can I stop or capture this message to shown you?