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

Connected headphones don't show as connected #60

Open
WhyNotHugo opened this issue Apr 13, 2024 · 2 comments
Open

Connected headphones don't show as connected #60

WhyNotHugo opened this issue Apr 13, 2024 · 2 comments

Comments

@WhyNotHugo
Copy link

When I connect to my bluetooth headphone using bluetuith, they don't show up as connected. The UI shows:

MX Master 3 B (Unknown)             (Connected, Battery 50%, Trusted, Bonded) 
OpenRun Pro by Shokz (Headphones)                           (Trusted, Bonded) 

(the first device is a mouse, the second is headphones).

bluetoothctl also doesn't list the headphones:

> bluetoothctl devices Connected
Device D1:C5:F9:DC:D5:B7 MX Master 3 B

If I open pavucontrol, the headphones are listed as an available audio output, and audio playback actually does work.

I finally used d-feet to check the device's status (bus name org.bluez, object path /org/bluez/hci0/dev_XX_XX_XX_XX_XX_XX). The Connected property shows False. If I execute the Disconnect method, the headphones do disconnect, and if I execute the Connect method, they reconnect properly and do register as connected.

I can reproduce this with another pair of headphones too.

Any ideas what might be wrong?

@darkhz
Copy link
Owner

darkhz commented Apr 13, 2024

Please post the logs, especially during scanning, connection and disconnection of both the devices. You can get it from journalctl.

When your headphones are active (i.e music is being streamed), does the mouse work as well?

Also, this could be related to bluez, do ask in the Arch or similar forums.

@WhyNotHugo
Copy link
Author

I haven't found anything useful in the logs yet. When I did have to time debug this properly I couldn't reproduce the issue. When I was busy with urgent tasks, I could reproduce it.

I'll reply properly when I have time to generate more useful logs AND can reproduce the issue at the same time.

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