Skip to content
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

PS3 Controller pairing not working correctly #316

Closed
adangert opened this issue Feb 5, 2024 · 4 comments
Closed

PS3 Controller pairing not working correctly #316

adangert opened this issue Feb 5, 2024 · 4 comments

Comments

@adangert
Copy link
Owner

adangert commented Feb 5, 2024

unlike previous OS updates, bookworm seems to be asking for a pairing code. this may cause problems!! Need to look into it further.

@adangert
Copy link
Owner Author

adangert commented Feb 5, 2024

Seems related to this open issue:
thp/psmoveapi#489

@adangert adangert changed the title Bookworm pairing not working correctly PS3 Controller pairing not working correctly Feb 19, 2024
@adangert
Copy link
Owner Author

Just tested with the updated Debian 11 (bullseye) and it is still having issues, though it connects with the PS4 controller correctly!

@adangert
Copy link
Owner Author

Found the culprit! it's bluez version 5.66!!
after installing version 5.62 using these instructions: https://scribles.net/updating-bluez-on-raspberry-pi-from-5-43-to-5-50/
I was able to get the controllers pairing and working with the pi again.
Note I also installed the older bluez as well using sudo apt-get remove bluez first

After testing a few more versions I should be able to include an update in the setup.sh to remedy this issue and back install a version

@adangert
Copy link
Owner Author

fixed in latest commit: 03927d8

setup.sh now uninstalls the latest bluez and installs version 5.65 (the latest tested with working ps3 controllers)
if you only have ps4 controllers and would like to use the latest bluez you can add on to setup.sh --ps4_only as shown in the readme.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant