We use some essential cookies to make our website work.

We use optional cookies, as detailed in our cookie policy, to remember your settings and understand how you use our website.

jabberry
Posts: 6
Joined: Wed Nov 11, 2020 1:27 am

Bluetooth connection with headphones is not working

Wed Nov 11, 2020 1:37 am

First of all... no I don't want to use my rpi as a streaming or airplay device. (This is a very common topic I came across as I was looking for a solution somehow)

I have been trying to get my bluetooth headphones (Bose QC35ii) work with my rpi 4b but nothing I do seem to help. Before some meanies jump into the conclusion that I should try searching it on the internet first, before creating a topic here... believe me I did.

The closest I could get was that I somehow managed to connect the headphones with my pi with some terminal commands. Then I ran this line to test:

speaker-test -c2 --test=wav -w /usr/share/sounds/alsa/Front_Center.wav

it magically worked but I could only hear "Front Cen.."
I also had no audio output from any other sources (mp3 files, youtube etc.)
(Yes I tried selecting my headphones as Output Device in the Sound options)

Sorry, if I am creating a topic which has been resolved before, but as I said, I tried 20+ guides I could find both from these forums and from google results. I would be really appreciate if someone could link a solution guide that worked for them or any help at all :D

Thanks in advance.

jabberry
Posts: 6
Joined: Wed Nov 11, 2020 1:27 am

Re: Bluetooth connection with headphones is not working

Wed Nov 11, 2020 1:09 pm

UPDATE:

I followed these instructions

https://www.funincomplete.com/how-to-us ... pberry-pi/

and it actually made my headphones work with rpi. But the shortcut buttons (volume up, down etc.) were not working. I have found a fix for this somewhere so this should not be a big issue. The actual problem now is, that it does not work after I reboot.

fruitoftheloom
Posts: 27225
Joined: Tue Mar 25, 2014 12:40 pm

Re: Bluetooth connection with headphones is not working

Wed Nov 11, 2020 1:18 pm

jabberry wrote:
Wed Nov 11, 2020 1:09 pm
UPDATE:

I followed these instructions

https://www.funincomplete.com/how-to-us ... pberry-pi/

and it actually made my headphones work with rpi. But the shortcut buttons (volume up, down etc.) were not working. I have found a fix for this somewhere so this should not be a big issue. The actual problem now is, that it does not work after I reboot.

Raspberry Pi Operating System uses BlueAlsa / Alsa for Sound, installing PulseAudio cause a conflict and advisable not to install, see troubleshooting section here:

https://github.com/Arkq/bluez-alsa


You should be able to pair your BT Device via the Applets top right of Raspberry Pi OSes Desktop......
Take what I advise as advice not the utopian holy grail, and it is gratis !!

PhilE
Raspberry Pi Engineer & Forum Moderator
Raspberry Pi Engineer & Forum Moderator
Posts: 6831
Joined: Mon Sep 29, 2014 1:07 pm
Location: Cambridge

Re: Bluetooth connection with headphones is not working

Wed Nov 11, 2020 2:11 pm

Raspberry Pi Operating System uses BlueAlsa / Alsa for Sound, installing PulseAudio cause a conflict and advisable not to install
Note that although true now, this is going to change with the next release. Which will be available when it's ready.

fruitoftheloom
Posts: 27225
Joined: Tue Mar 25, 2014 12:40 pm

Re: Bluetooth connection with headphones is not working

Wed Nov 11, 2020 2:29 pm

PhilE wrote:
Wed Nov 11, 2020 2:11 pm
Raspberry Pi Operating System uses BlueAlsa / Alsa for Sound, installing PulseAudio cause a conflict and advisable not to install
Note that although true now, this is going to change with the next release. Which will be available when it's ready.

Yes that is good to know after nearly 4 years since Stretch released ;)
Take what I advise as advice not the utopian holy grail, and it is gratis !!

jabberry
Posts: 6
Joined: Wed Nov 11, 2020 1:27 am

Re: Bluetooth connection with headphones is not working

Wed Nov 11, 2020 3:18 pm

It is actually very frustrating having to deal with this just to connect headphones :D

jabberry
Posts: 6
Joined: Wed Nov 11, 2020 1:27 am

Re: Bluetooth connection with headphones is not working

Wed Nov 11, 2020 3:19 pm

fruitoftheloom wrote:
Wed Nov 11, 2020 1:18 pm
jabberry wrote:
Wed Nov 11, 2020 1:09 pm
UPDATE:

I followed these instructions

https://www.funincomplete.com/how-to-us ... pberry-pi/

and it actually made my headphones work with rpi. But the shortcut buttons (volume up, down etc.) were not working. I have found a fix for this somewhere so this should not be a big issue. The actual problem now is, that it does not work after I reboot.

Raspberry Pi Operating System uses BlueAlsa / Alsa for Sound, installing PulseAudio cause a conflict and advisable not to install, see troubleshooting section here:

https://github.com/Arkq/bluez-alsa


You should be able to pair your BT Device via the Applets top right of Raspberry Pi OSes Desktop......
I am able to pair my BT Device via the Applets top right of Raspberry Pi OSes Desktop......... but apparently it is unable to recognize my device as "sound"

Brobe
Posts: 2
Joined: Wed Nov 11, 2020 4:13 pm

Re: Bluetooth connection with headphones is not working

Wed Nov 11, 2020 5:27 pm

I am having the exact same problem on my pi 400. I have tried a lot of things including your link but could not get it done

jabberry
Posts: 6
Joined: Wed Nov 11, 2020 1:27 am

Re: Bluetooth connection with headphones is not working

Fri Nov 13, 2020 3:47 pm

Brobe wrote:
Wed Nov 11, 2020 5:27 pm
I am having the exact same problem on my pi 400. I have tried a lot of things including your link but could not get it done
Unfortunately, that method was the closest to being successful for me among other things I tried. Eventually things got so frustrating, I installed ubuntu desktop even though it is a bit heavy on rpi. I actually enjoyed how smooth things run on the raspberry os but there are smaller things (like this bluetooth issue for example) that kind of ruin the whole experience.

I hope someone finds a solution to this or they release an update for the OS. Maybe with the release of pi 400 people will be more interested in solving this :D Who knows...

fruitoftheloom
Posts: 27225
Joined: Tue Mar 25, 2014 12:40 pm

Re: Bluetooth connection with headphones is not working

Fri Nov 13, 2020 4:11 pm

jabberry wrote:
Fri Nov 13, 2020 3:47 pm
Brobe wrote:
Wed Nov 11, 2020 5:27 pm
I am having the exact same problem on my pi 400. I have tried a lot of things including your link but could not get it done
Unfortunately, that method was the closest to being successful for me among other things I tried. Eventually things got so frustrating, I installed ubuntu desktop even though it is a bit heavy on rpi. I actually enjoyed how smooth things run on the raspberry os but there are smaller things (like this bluetooth issue for example) that kind of ruin the whole experience.

I hope someone finds a solution to this or they release an update for the OS. Maybe with the release of pi 400 people will be more interested in solving this :D Who knows...

Yes the RPT / RPF are aware and they have a very good track record in fixing issues.

I have made a suggestion (not a solution) in another post, see:

viewtopic.php?f=66&t=291066#p1760141
Take what I advise as advice not the utopian holy grail, and it is gratis !!

Neilnup
Posts: 1
Joined: Sat Nov 14, 2020 11:45 am

Re: Bluetooth connection with headphones is not working

Sat Nov 14, 2020 11:54 am

I'm also struggling with a 'silent' RPi400 - seems Bluetooth connectivity from the Pi400 to numerous BT Headphones and speakers is achievable, but the ability to transmit audio from the RPi400 to the BT connected headphone and speaker is not achievable?

Hoping for a RPi400 OS update soon that will correct this problem.....

Return to “Troubleshooting”