2 headsets - BT - both get connected, works only one

[estudio@Dell ~]$ inxi -SMA
System: Host: Dell Kernel: 5.4.105-1-MANJARO x86_64 bits: 64 Desktop: KDE Plasma 5.21.3
Distro: Manjaro Linux
Machine: Type: Portable System: Dell product: Vostro 14-5459 v: 1.0.4 serial:
Mobo: Dell model: 01KK0Y v: A00 serial: UEFI: Dell v: 1.0.4
date: 01/07/2016
Audio: Device-1: Intel Sunrise Point-LP HD Audio driver: snd_hda_intel
Device-2: AOKEO LCS_USB_Audio type: USB driver: snd-usb-audio
Sound Server-1: ALSA v: k5.4.105-1-MANJARO running: yes
Sound Server-2: PulseAudio v: 14.2 running: yes
Sound Server-3: PipeWire v: 0.3.23 running: yes

â—Ź bluetooth.service - Bluetooth service
Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; vendor preset: disabled)
Active: active (running) since Mon 2021-03-22 06:04:30 CET; 11h ago
Docs: man:bluetoothd(8)
Main PID: 1383 (bluetoothd)
Status: “Running”
Tasks: 1 (limit: 9393)
Memory: 4.1M
CGroup: /system.slice/bluetooth.service
└─1383 /usr/lib/bluetooth/bluetoothd

mar 22 13:23:30 Dell bluetoothd[1383]: Endpoint registered: sender=:1.53 path=/MediaEndpoint/A2DPSink/sbc
mar 22 13:23:30 Dell bluetoothd[1383]: Endpoint registered: sender=:1.53 path=/MediaEndpoint/A2DPSource/sbc
mar 22 14:45:27 Dell bluetoothd[1383]: Endpoint unregistered: sender=:1.53 path=/MediaEndpoint/A2DPSink/sbc
mar 22 14:45:27 Dell bluetoothd[1383]: Endpoint unregistered: sender=:1.53 path=/MediaEndpoint/A2DPSource/sbc
mar 22 14:45:28 Dell bluetoothd[1383]: src/adapter.c:reset_adv_monitors_complete() Failed to reset Adv Monitor>
mar 22 14:45:30 Dell bluetoothd[1383]: Endpoint registered: sender=:1.53 path=/MediaEndpoint/A2DPSink/sbc
mar 22 14:45:30 Dell bluetoothd[1383]: Endpoint registered: sender=:1.53 path=/MediaEndpoint/A2DPSource/sbc
mar 22 14:50:21 Dell bluetoothd[1383]: /org/bluez/hci0/dev_00_02_3C_77_99_AB/sep1/fd0: fd(41) ready
mar 22 14:50:46 Dell bluetoothd[1383]: src/profile.c:ext_io_disconnected() Unable to get io data for Headset V>
mar 22 17:56:26 Dell bluetoothd[1383]: src/profile.c:ext_io_disconnected() Unable to get io data for Headset V>
lines 1-21/21 (END)

Hi there good people,
My first pair of Soundblaster Jam - when BT enabled they just get connected - voila!
My new pair - well, I can get them to pair but no sound at all, not working.

I understand the issue with dual-boot.
I understand that some set remember the 1st device they are paired with

I have read:

But I would not love to see my sound dying on me so I am asking what can be done to sooth my pain :slight_smile:

edit// it was listed as Other, so I deleted the device, paired it again, now it is listed as Audio Device and I heard the sound for a few seconds, loads of glitches and then it stopped altogether…

edit 2// they earbuds are working - I hope they keep working from now on :wink:

Connecting works, but there are sound glitches all the time

The Skype audio is horrendous, that’s my issue.

All I could find was:
Bluetooth headset - ArchWikiStatic_noise/_%22Muddy%22_sound

Do I need to apply these? Seems tad complicated for me.

Could
https://archlinux.org/packages/?name=pipewire-pulse
Be my saviour?

Your system data is showing both Pulseaudio and Pipewire are active

Sound Server-2: PulseAudio v: 14.2 running: yes
Sound Server-3: PipeWire v: 0.3.23 running: yes

You can choose either:

  • Install manjaro-pipewire to get the additional dependency files for Pipewire ( including pipewire-pulse ) and remove PulseAudio packages

OR

  • Mask pipewire.socket and stop pipewire.service to continue using PulseAudio
    systemctl --user mask --now pipewire.socket && systemctl --user stop pipewire.service
    
1 Like

Gosh, it is really there - are you implying they might be in conflict and I need to opt for one instead of two?