-
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
Galaxy buds 2 Pro dont work #102
Comments
For me reconnecting multiple times does the trick |
I have a galayx buds2 pro and the earbuds tool works for it. It doesn't detect if ambient sound is enabled, but otherwise, it detectes the battery level, if noise cancellation is enabled or not, and lots of other info. Only thing I noticed is that, if the daemon is running and you use the touch controls to enable noise cancellation using the touch controls and not earbuds, it won't detect the change, unless the daemon is killed. |
I had a similar issue since the beginning with the buds2 (also in other tools, this is a samsung issue i think) while true
if pactl list sinks short | grep -q "bluez"
echo "Device connected successfully!"
break
else
earbuds disconnect
earbuds connect
sleep 5
end
end This works very well for me after samsungs update of last week. Keep in mind to keep the case open. And in some cases I need to disconnect on my phone first since it seems to take priority. |
I noticed that the daemon stops working after you resume from suspend. Even after you reconnect the buds, the daemon doesn't pick up the new status and still shows an error. |
Kernel: 6.4.2-zen1-1-zen
Earbuds version: https://aur.archlinux.org/packages/earbuds 0.1.9
The text was updated successfully, but these errors were encountered: