Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
A few notes:
- There were a few times I had to turn off bluetooth and try the "sudo defaults write" command again for a device to connect.
- You should also be able to see the mac address within bluetooth preferences after pairing it.
- It does seem as though my Mac only wanted two devices connected. I was able to connect more if pressed the PS button on all of the devices simultaneously (or close to it). I got 5 connected.
Now I just need to get more move controllers :)
The controller doesn't get added to my bluetooth section in settings. It does get added to my com.apple.bluettoth.plist file, but none of my other bluetooth devices are there though.
If you have any insight at all on what could be happening here, I would greatly appreciate it.
-Bryce
It's been a while and I don't remember any of this by now, sorry. Hope you get it to work.
Looks like there might be an issue with psmove on Ventura:
https://github.com/thp/psmoveapi/issues/450
Hopefully it can be figured out soon from their side, for now I'm going to try a USB install of Monterey to see if I can get it to work there. I've just been getting into developing things recently, so this all looks like a fun little project that I can work on for a while. Thanks for the help, it really means a lot!
When I do :
user@MacBook-Air-de-User ~ % ./psmove pair
zsh: no such file or directory: ./psmove
And when I do with enabled Bluetooth :
user@MacBook-Air-de-User ~ % sudo defaults write /Library/Preferences/com.apple.Bluetooth HIDDevices -array-add "<00:07:04:99:bc:61>"
2024-09-24 18:46:52.955 defaults[17785:108417] Could not parse: <00:07:04:99:bc:61>. Try single-quoting it.
OR
user@MacBook-Air-de-User ~ % sudo defaults write /Library/Preferences/com.apple.Bluetooth HIDDevices -array-add "<00-07-04-99-bc-61>"
2024-09-24 18:47:30.664 defaults[17791:108720] Could not parse: <00-07-04-99-bc-61>. Try single-quoting it.
I am kind of lost...