[Ubuntu] Concise install for 360 wireless controllers
#16
Anyone have trouble too?
Reply
#17
So I thought perhaps its booting up too fast to call the second driver startup. I added /usr/local/bin/xboxdrv --wid 0 && /usr/local/bin/xboxdrv --wid 1 with no luck.

I also added
/usr/local/bin/xboxdrv --wid 0
sleep 60
/usr/local/bin/xboxdrv --wid 1

again with no luck.

Gonna find it.
Reply
#18
bump
Reply
#19
Grumbel helped me out on the Ubuntu form, thought I would pass along what I was clued in on.

I am adding the following to my /etc/rc.local to get 2 instances of the driver running two controllers at boot. For 4 controllers just change --wid x to the next number and -l x to the next number.

Code:
#Wireless Controller 1
/usr/local/bin/xboxdrv --wid 0 -s -l 2 --dpad-as-button --deadzone 12000 --trigger-as-zaxis &

#Wireless Controller 2
/usr/local/bin/xboxdrv --wid 1 -s -l 3 --dpad-as-button --deadzone 12000 --trigger-as-zaxis &
Reply
#20
I forgot to add that I still haven't got the daemon running.
Reply

Logout Mark Read Team Forum Stats Members Help
[Ubuntu] Concise install for 360 wireless controllers0