Skip to content
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

Open
maxmouchet opened this issue Jan 7, 2018 · 8 comments
Open

Wrong pulseaudio path in init script ? #3

maxmouchet opened this issue Jan 7, 2018 · 8 comments

Comments

@maxmouchet
Copy link

Hi,

In my installation, the pulseaudio binary was in /usr/bin and not in /usr/local/bin.
Maybe the init script should be updated ?

DAEMON=/usr/local/bin/pulseaudio

@BaReinhard
Copy link
Owner

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

cat /etc/os-release

@maxmouchet
Copy link
Author

maxmouchet commented Jan 7, 2018

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 intltool, which is in turn missing because apt failed on libjson0-dev:

E: Unable to locate package libjson0-dev

sudo apt install autoconf autogen automake build-essential libasound2-dev libflac-dev libogg-dev libtool libvorbis-dev pkg-config python -y

I relaunched the whole script with libjson-c-dev instead and it seems to work :-)

@BaReinhard
Copy link
Owner

Yeah this install is meant for Jessie and not stretch, but if it is working that is great news.!

@Siewert308SW
Copy link

Then one question as I asked you earlier but somehow we never got beck on it.
If I'm right the BT device should auto reconnect, right.
On Jessie is never reconnects, at least on my side.

@BaReinhard
Copy link
Owner

It should, it’s possible the device you are connecting doesn’t support that feature. What device are you trying to connect?

@Siewert308SW
Copy link

It connect and plays sound but when disconnected it doesn't auto reconnect and I have to connect it manual again.
Using a HEOS Denon BT Speaker

@BaReinhard
Copy link
Owner

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?

@BaReinhard
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants