XBOX360 Wireless Controller

Hey,

i use moonlight-embedded and Luna to make my Pi3b run like a xbox.

But i have massive issues to run xbox360 Controller.
I read a lot of articles but nothing would work.

I read this:

But sometimes it works, sometimes it did not work.
Has Anybody an idea how i can make one Wireless Controller work to Play some Games over Luna?

At the moment my rc.local looks like this:
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will “exit 0” on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
pkill xboxdrv
xboxdrv --detach-kernel-driver --trigger-as-button --buttonmap du=dl,dl=du,dd=dr,dr=dd,x=y,y=x --led 6 --deadzone 4000 --silent &

exit 0

For now my made can Play but with Flashing LEDs and i have restart the pi over 10 times to make it work :frowning:

– Sorry Code function does not work correctly :frowning: