I upgraded to Fedora 40 XFCE recently. Everytime I do an upgrade, my bluetooth headset will require some googling and tweaking to get working properly again for variety of reasons ( missing aptx codec, bug in current version etc)
Unfortunately, this time round, I’m not able to figure out how to get it working again.
The headset is seen by Bluez, both bluetoothctl and blueman-manager shows the headset, I can connect and pair.
However. the headset does not appear in audio mixer/volume control, nor in pactl list sinks. It’s probably related/same thing
I have another bluetooth speaker that works fine.
I’ve tried removing the ~/.local/state files and restarting pipewire/wireplumber
Also tried switching from wireplumber to pipewire-media-session
There is no error in journalctl --user -u pipewire
Please advise what else can I check or try?
Add system info:
kernel 6.10.12-200.fc40.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Sep 30 21:38:25 UTC 2024 x86_64 GNU/Linux
Does systemctl status --user pipewire.service list any sort of errors or warnings?
There is some configuration data and state information stored under /var/lib/bluetooth. If I were desperate, I might try stopping all the pipewire services and sockets, deleting all the data under that directory, then restarting the services. That would be a last resort though. It might make things worse.
No errors since it was last restarted. I’ve connected/reconnected the headset a few times since then and nothing.
Now the strangest thing is while I was doing these checks and going through the same steps of turning bluetooth on/off, connecting/pairing my headset… the headset now appears in wpctl and my audio control.
Audio is a bit choppy but that’s probably another issue.
I have a headset that has given me trouble like that before. I think it might be trying to establish multiple simultaneous connections over Bluetooth and it reports connected when only one of the two connections are actually established. Oftentimes I can get it to work by disconnecting and reconnecting it again via sudo bluetoothctl disconnect <device> and sudo bluetoothctl connect <device>.