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

4.7 issue with Dualshock 3, can't be connected by bluetooth correctly, they are not remembered #1362

Open
psaezdev opened this issue May 10, 2024 · 1 comment

Comments

@psaezdev
Copy link

psaezdev commented May 10, 2024

Describe the bug
Dualshock 3 can't be connected by bluetooth correctly, they are not remembered

To Reproduce
Steps to reproduce the behavior:

  1. Clean installation
  2. Connect DS3 with cable and press the center button to connect with emuelec and remove the wire
  3. Maybe it will connect maybe not, but now, take another different DS3 and do it the same. It detects it with the wire as controller 2 but after removing the wire it will not be synced with emulec
  4. After trying a lot of times and rebooting a lot of times I achieved syncing 3 DS3 controllers but the fourth controller was impossible to achieve.

Expected behavior
all my 4 controlers synced by bluetooth

EmuELEC version:

  • Version 4.7

Device (please complete the following information):

  • SOC: S095x3
  • Brand: TUREWELL
  • Model T95 max +

Additional context
The controllers work perfectly, and they sync correctly with emuelec 4.6. Well, with the issues that got 4.6 that shutdown the controllers after some minutes etc.. but 4.6 remembered the sync of the controllers on first try.

@psaezdev psaezdev changed the title Dualshock 3 can't be connected by bluetooth correctly, they are not saved Dualshock 3 can't be connected by bluetooth correctly, they are not remembered May 10, 2024
@psaezdev psaezdev changed the title Dualshock 3 can't be connected by bluetooth correctly, they are not remembered 4.7 issue with Dualshock 3, can't be connected by bluetooth correctly, they are not remembered May 10, 2024
@Langerz82
Copy link
Collaborator

Langerz82 commented May 15, 2024

If you need backward compatibility, first SSH into your device then execute the following commands:

cd /emuelec/scripts
wget https://raw.githubusercontent.com/EmuELEC/EmuELEC/v4.6/packages/sx05re/emuelec/bin/batocera/emuelec-bluetooth
chmod +x /emuelec/scripts/emuelec-bluetooth

then re-boot, and it should revert to the old bluetooth connect script.

If you want to revert it to the 4.7 script just rename the emuelec-bluetooth file in scripts with .bak:

mv /emuelec/scripts/emuelec-bluetooth /emuelec/scripts/emuelec-bluetooth.bak

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

2 participants