Page 1 of 1

[SOLVED] Something about xbox360

Posted: Fri Aug 25, 2017 7:01 am
by Mitteau
Hello everybody,
In a former post viewtopic.php?f=5&t=2364&p=12750&hilit=xbox360#p12750, I mentioned difficulties with xbox360 joy-pad. After immersion in linux udev component, I found at the end that the problem was only a bad contact in the usb connector!!!!!
So, after open-heart surgery, xbox runs perfectly.
On the contrary of what is said in the wiki, the driver "xboxdev" is no longer useful with last Linux versions (mine is 4.10.0-32, with xubuntu 17.04). Native installation gives /dev/input/js0 and interrupt without any supplementary work.
I used the many axis and buttons of xbox to implement a specialized axis to control height in heighthold function, and a landing button in the same context.
Jean-Claude

Re: [SOLVED] Something about xbox360

Posted: Fri Aug 25, 2017 7:10 am
by arnaud
Hi,
Thanks for the update!
Could you point me to the wiki page to that I can update it?

Re: [SOLVED] Something about xbox360

Posted: Tue Aug 29, 2017 1:59 pm
by Mitteau
https://wiki.bitcraze.io/misc:hacks:rasberrypi
But considering raspberry, on my installation I have not yet overcome the timeout problem stopping cfheadless after 30 sec...

Re: [SOLVED] Something about xbox360

Posted: Wed Aug 30, 2017 8:26 am
by arnaud
OK, I have alreaddy added a warning there saying that the driver was not needed anymore, was that not clear enough? Maybe I can swap things by removing the userland driver and pute a note that for old distro it is needed?

Re: [SOLVED] Something about xbox360

Posted: Sat Sep 16, 2017 3:37 pm
by Mitteau
Super!