Vairetz
Posts: 44
Joined: Wed Apr 27, 2016 4:54 pm

Bluetooth audio reciever not work

Sat Jul 16, 2016 12:17 pm

Hi, I install raspbian and I'd like streaming music with bluetooth from my smartphone. I install bluez, blueman (2.0.3) and pulseaudio-module-bluetooth and now on device configuration (in bluman) I see the audio source option but when I try to connect my phone It fails.. the error message is: bluema.bluez.errors.DBusFailedError: No such file or directory. What I was wrong? How can I fix it?
I made a site with a raspi projects' collection, my idea is sharing my projects with other people.
My web site is https://raspiproject.altervista.org/ I hope you like it and you want work with me

fruitoftheloom
Posts: 23337
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: Bluetooth audio reciever not work

Sat Jul 16, 2016 12:24 pm

Vairetz wrote:Hi, I install raspbian and I'd like streaming music with bluetooth from my smartphone. I install bluez, blueman (2.0.3) and pulseaudio-module-bluetooth and now on device configuration (in bluman) I see the audio source option but when I try to connect my phone It fails.. the error message is: bluema.bluez.errors.DBusFailedError: No such file or directory. What I was wrong? How can I fix it?
What version of Raspbian ? Wheezy or Jessie ?

.
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

Vairetz
Posts: 44
Joined: Wed Apr 27, 2016 4:54 pm

Re: Bluetooth audio reciever not work

Fri Jul 22, 2016 11:15 am

It's Raspbian Jessie 2016
I made a site with a raspi projects' collection, my idea is sharing my projects with other people.
My web site is https://raspiproject.altervista.org/ I hope you like it and you want work with me

rloftus
Posts: 4
Joined: Thu Jul 21, 2016 8:06 pm

Re: Bluetooth audio reciever not work

Fri Jul 22, 2016 1:24 pm

Did you check the time zone on your Pi? I found that mine wouldn't connect to any network other than wifi until after I adjusted my clock so it was set for the correct time zone.

fruitoftheloom
Posts: 23337
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: Bluetooth audio reciever not work

Fri Jul 22, 2016 3:21 pm

Vairetz wrote:It's Raspbian Jessie 2016
If you had fully updated Jessie, then BlueTooth support is enabled by default, FYI blueman can be buggy:

https://www.raspberrypi.org/blog/anothe ... e-raspbian
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

Vairetz
Posts: 44
Joined: Wed Apr 27, 2016 4:54 pm

Re: Bluetooth audio reciever not work

Wed Jul 27, 2016 3:11 pm

My problem is that the smartphone does not connect as the audio source , I can not understand why. I try to use Ubuntu mate for raspberry and I hadn't problem, with raspbian bluetooth audio source not work :(
I made a site with a raspi projects' collection, my idea is sharing my projects with other people.
My web site is https://raspiproject.altervista.org/ I hope you like it and you want work with me

User avatar
Douglas6
Posts: 4860
Joined: Sat Mar 16, 2013 5:34 am
Location: Chicago, IL

Re: Bluetooth audio reciever not work

Wed Jul 27, 2016 3:40 pm

1. Is the Bluetooth adapter up and running? Check it with

Code: Select all

hciconfig -a
2. Is the Bluetooth daemon running? Check with

Code: Select all

systemctl status bluetooth 
3. Is PulseAudio installed? Install it with

Code: Select all

sudo apt-get install pulseaudio pulseaudio-module-bluetooth

4. Is the phone paired and trusted? Use bluetoothctl. If needed remove and re-pair.

This tutorial will work to make the Pi into a Bluetooth A2DP sink: https://github.com/davidedg/NAS-mod-con ... Audio5.txt

Vairetz
Posts: 44
Joined: Wed Apr 27, 2016 4:54 pm

Re: Bluetooth audio reciever not work

Wed Jul 27, 2016 6:37 pm

I solved the problem, pulseaudio was not automatically launched.
With the comand: /usr/bin/pulseaudio --start the problem was solved..
Now how do I launch it automatically?
I made a site with a raspi projects' collection, my idea is sharing my projects with other people.
My web site is https://raspiproject.altervista.org/ I hope you like it and you want work with me

User avatar
Douglas6
Posts: 4860
Joined: Sat Mar 16, 2013 5:34 am
Location: Chicago, IL

Re: Bluetooth audio reciever not work

Wed Jul 27, 2016 6:48 pm

The link I posted in my previous post explains how to create and enable a system unit to launch PulseAudio at boot. Make sure root is in the proper groups as well.

Return to “Beginners”