Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[Solved] bluetooth error: br-connection-profile-unavailable

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
peer
Posts: 459
Joined: 2017-03-26 10:14
Has thanked: 9 times
Been thanked: 22 times

[Solved] bluetooth error: br-connection-profile-unavailable

#1 Post by peer »

os debian 12 testing kde Wayland Pipewire

I installed an usb bluetooth adapter and had troubles conning devices. When I added a new device I got the error "br-connection-profile-unavailable". I added a phone, pc and headpohne. They all gave the same error.

After I long search (google) I found the solution:
- install libspa-0.2-bluetooth
- reboot
And then bluetooth worked.

I checked another pc with and there was libspa-0.2-bluetooth installed allready. I don't know why libspa-0.2-bluetooth was missing on my pc.

User avatar
sunrat
Administrator
Administrator
Posts: 6600
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 119 times
Been thanked: 503 times

Re: [Solved] bluetooth error: br-connection-profile-unavailable

#2 Post by sunrat »

Curious. KDE in Bookworm has Pulseaudio as default, not Pipewire. libspa-0.2-bluetooth is the bluetooth module for Pipewire however.
Good you got it working. :wink:
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

ha3flt
Posts: 1
Joined: 2023-10-15 13:12

Re: [Solved] bluetooth error: br-connection-profile-unavailable

#3 Post by ha3flt »

Installing libspa-0.2-bluetooth helped me as well, thank you.
I've just upgraded from Debian 11 to 12.2 and been receiving the same message.

barslmn
Posts: 6
Joined: 2018-05-14 10:59
Has thanked: 3 times

Re: [Solved] bluetooth error: br-connection-profile-unavailable

#4 Post by barslmn »

I had pipewire and installing libspa-0.2-bluetooth fixed it for me too. Thanks a lot.

xueke
Posts: 1
Joined: 2023-12-14 07:13
Has thanked: 1 time

Re: [Solved] bluetooth error: br-connection-profile-unavailable

#5 Post by xueke »

Installing ibspa-0.2-bluetooth solved my problem perfectly, thanks a lot!

pebian
Posts: 1
Joined: 2024-01-02 15:02

Re: [Solved] bluetooth error: br-connection-profile-unavailable

#6 Post by pebian »

Yeah, it works for me too. Simple and nice solution. 8)

Thanks, Peb

Topoignaz
Posts: 1
Joined: 2024-01-08 22:59
Has thanked: 1 time

Re: [Solved] bluetooth error: br-connection-profile-unavailable

#7 Post by Topoignaz »

Installing libspa-0.2-bluetooth, that in turn required the installation of 3 more packages, finely fixed some conflict between bluetooth and pulseaudio on my Thinkpad laptop with Debian 12 that made hard to switch between internal and bluetooth speakers.

seamusdemora
Posts: 14
Joined: 2024-04-04 01:53
Has thanked: 3 times

Re: [Solved] bluetooth error: br-connection-profile-unavailable

#8 Post by seamusdemora »

Installing `libspa-0.2-bluetooth` also fixed the issue on my Raspberry Pi. This `pipewire` app is a godsend... I run the Lite version of the RasPi OS, and what they include for bluetooth is pathetic! After wasting half-a-day trying to get bluez & ALSA to play sound through my BT speaker, I decided to try pipewire. It was a huge install, and then still no sound... but `libspa-0.2-bluetooth` fixed things right away.

Someone needs to drop a hint to the people who put these packages together that `libspa-0.2-bluetooth` should be included with all the other packages. I wondered, "What does this `libspa-0.2-bluetooth` package **do** anyway?" So, I investigated (see code section below). For me there were 2 very interesting items:

1. The maintainer is listed as a Raspberry Pi employee! (so why does my Lite distro stink so bad David?)
2. The Description: This package contains a plugin to make Bluetooth audio devices such as speakers and headsets [work]

Yes - indeed it does. And can you imagine **not** including such a package in pipewire?

Code: Select all

$ apt-cache show libspa-0.2-bluetooth
Package: libspa-0.2-bluetooth
Source: pipewire
Version: 0.3.65-3+rpt6+deb12u1
Architecture: armhf
Maintainer: David Turner <david.turner@raspberrypi.com>
Installed-Size: 1101
Depends: libspa-0.2-modules (= 0.3.65-3+rpt6+deb12u1), libbluetooth3 (>= 4.91), libc6 (>= 2.33), libdbus-1-3 (>= 1.9.14), libfreeaptx0 (>= 0.1.1), libglib2.0-0 (>= 2.37.3), liblc3-0 (>= 1.0.1), libldacbt-abr2 (>= 2.0.2), libldacbt-enc2 (>= 2.0.2), libopus0 (>= 1.1), libsbc1 (>= 2.0), libusb-1.0-0 (>= 2:1.0.16)
Multi-Arch: same
Homepage: https://pipewire.org/
Priority: optional
Section: libs
Filename: pool/main/p/pipewire/libspa-0.2-bluetooth_0.3.65-3+rpt6+deb12u1_armhf.deb
Size: 283620
SHA256: 5a1fe837497c6619b130d77b4549dc52ad96ac034f971716bec6149b25cbb484
SHA1: 14fc59426bfbf8d88271cbdb46fd5578f327ce1f
MD5sum: e5ea21d88c119b888d7faf99c8f6092f
Description: libraries for the PipeWire multimedia server - bluetooth plugins
 PipeWire is a server and user space API to deal with multimedia
 pipelines. This includes:
 .
  - Making available sources of video (such as from a capture devices or
    application provided streams) and multiplexing this with clients.
  - Accessing sources of video for consumption.
  - Generating graphs for audio and video processing.
 .
 This package contains a plugin to make Bluetooth audio devices such as
 speakers and headsets available to the PipeWire server.
Description-md5: 75fb04ae0379cca0dccc99a487a14ebd
Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Original-Uploaders: Jeremy Bicha <jbicha@debian.org>,
                         Dylan Aïssi <daissi@debian.org>

Post Reply