-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong pulseaudio path in init script ? #3
Comments
Pulse5 is installed in /usr/bin, once pulse6 is compiled in the script there should also be pulseaudio in /usr/local/bin. If that’s not the case can you show me the contents of
|
I am on Stretch: PRETTY_NAME="Raspbian GNU/Linux 9 (stretch)"
NAME="Raspbian GNU/Linux"
VERSION_ID="9"
VERSION="9 (stretch)"
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs" But actually I realized the compilation of pulseaudio failed because of the absence of E: Unable to locate package libjson0-dev a2dp_bluetooth/a2dp_source/configure.sh Line 61 in 0d2819d
I relaunched the whole script with |
Yeah this install is meant for Jessie and not stretch, but if it is working that is great news.! |
Then one question as I asked you earlier but somehow we never got beck on it. |
It should, it’s possible the device you are connecting doesn’t support that feature. What device are you trying to connect? |
It connect and plays sound but when disconnected it doesn't auto reconnect and I have to connect it manual again. |
Let me ask you this, when you connect your phone to the BT speakers and then turn off the speakers, then turn them back on, does it reconnect to your phone? |
Working on a stretch branch to merge with the master I believe all the code works but I haven’t tested yet. It should work, luckily with stretch it comes with pulse10 so no need to compile pulse, I believe some other compilations are also unnecessary so the install speed should increase for stretch. |
Hi,
In my installation, the pulseaudio binary was in
/usr/bin
and not in/usr/local/bin
.Maybe the init script should be updated ?
a2dp_bluetooth/a2dp_source/init.d/pulseaudio
Line 15 in 0d2819d
The text was updated successfully, but these errors were encountered: