@anon89812132 Thanks for the pointer to Bluetooth headset - ArchWiki .
It says:
PipeWire acts as a drop-in replacement for PulseAudio and offers an easy way to set up Bluetooth headsets. It includes out-of-the-box support for A2DP sink profiles using SBC/SBC-XQ, AptX, LDAC or AAC codecs, and HFP/HSP.
Install pipewire-pulse (which replaces pulseaudio and pulseaudio-bluetooth).
Unfortunately, trying to install pipewire-pulse with Pamac runs into an issue:
could not satisfy dependencies:
- removing pulseaudio breaks dependency ‘pulseaudio=15.0-4’ required by pulseaudio-equalizer
I found What is the correct way to install package “manjaro-pipewire”? - #22 by kI3RO that suggests …
yay -Rs manjaro-pulse pulseaudio pulseaudio-alsa pulseaudio-equalizer pulseaudio-jack pulseaudio-lirc pulseaudio-rtp pulseaudio-zeroconf pulseaudio-bluetooth pulseaudio-ctl sof-firmware
… but that gives a result of …
error: target not found: sof-firmware
→ exit status 1
Omiting the sof-firmware gives …
checking dependencies…
error: failed to prepare transaction (could not satisfy dependencies)
:: removing pulseaudio breaks dependency ‘pulseaudio’ required by bluejeans
:: removing pulseaudio breaks dependency ‘pulseaudio’ required by plasma-pa
→ exit status 1
Could you please suggest a way to install install pipewire-pulse ? Thanks.