Search found 3 matches
- Tue May 14, 2013 1:10 pm
- Forum: Support
- Topic: Raspberry Pi Troubles
- Replies: 46
- Views: 63517
Re: Raspberry Pi Troubles
Ah, my guess is that you need to adjust the udev rule to match a different product id... what does lsusb say? It is same as my rule file: Bus 001 Device 011: ID 045e:028e Microsoft Corp. Xbox360 Controller SUBSYSTEM=="usb", ATTRS{idVendor}=="045e", ATTRS{idProduct}=="028e&q...
- Tue May 14, 2013 11:19 am
- Forum: Support
- Topic: Raspberry Pi Troubles
- Replies: 46
- Views: 63517
Re: Raspberry Pi Troubles
What the contents of /root/bin/xbox360wired.sh? What does it do when you start it manually? It is written after the post, nothing special: #!/bin/sh if test "$ACTION" = "add" then /usr/bin/xboxdrv > /tmp/xboxdrv.log 2>&1 & else killall -9 xboxdrv fi When I run xboxdrv ma...
- Tue May 14, 2013 10:19 am
- Forum: Support
- Topic: Raspberry Pi Troubles
- Replies: 46
- Views: 63517
Re: Raspberry Pi Troubles
Hi, all. I'm trying on my rev.1 Model B(256MB) Raspberry Pi with wired Xbox360 controller, and configs are as follows: ~/crazyflie-pc-client/lib/cfcfheadless.py app = HeadlessClient(sys.argv,link_uri="radio://0/10/250K", input_config="xbox360_mode1") /etc/udev/rules.d/99-crazyrad...