davidemol
Participant
Post count: 9

[quote=114436]Firstly, exit 0 should be the very last line in rc.local, if it’s missing, add it.

The next thing I see that’s wrong is that you need either this:


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 &

You may also need to add a line that says rmmod xpad before either of those lines.

[/quote]

I solved with above script!

Thanks a lot my friend!