-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rumble not working on aarch64 #16
Comments
That's simply what the driver tells us. What's the output of |
They look the same aside from the rumble parameter. x86_64 info():
aarch64 info():
|
Weird. Not really sure what's going on, gonna mark this as a bug for now. It'll be a while until I can try to reproduce (Raspberry Pi with 64bit OS is probably the closest I have), if you find any workaround please let me know. |
Hi, if it can help, I have the same issue on a Raspberry pi, the info are the followings:
|
Using an Xbox 360 controller, this library rumbles the controller without issue from my desktop Ubuntu 20.04 x86_64 system. But on another platform, Ubuntu 16.04 aarch64, the library claims the controller isn't supported.
File \"/usr/local/lib/python3.6/dist-packages/xbox360controller/controller.py\", line 406, in set_rumble\n raise RuntimeError('this device doesn\\'t support rumbling')\nRuntimeError: this device doesn't support rumbling\n
The text was updated successfully, but these errors were encountered: