Forum Replies Created
Viewing 1 post (of 1 total)
-
-
23. Oktober 2018 at 6:46 #38718
I had the same error on Raspberry Pi 1 Mod. B with Raspbian Stretch and newest Kernel.
I did the following:
sudo apt-get update sudo apt-get install -y libasound2-dev dh-autoreconf libortp-dev bluez pi-bluetooth bluez-tools libbluetooth-dev libusb-dev libglib2.0-dev libudev-dev libical-dev libreadline-dev libsbc1 libsbc-dev
git clone https://github.com/Arkq/bluez-alsa.git cd bluez-alsa autoreconf --install mkdir build && cd build ../configure --disable-hcitop --with-alsaplugindir=/usr/lib/arm-linux-gnueabihf/alsa-lib make && sudo make install
After that bluealsa was running and i could establish the bluetooth connection to my bluetooth speaker.
-
This reply was modified 3 years, 8 months ago by
preslmayer.
-
This reply was modified 3 years, 8 months ago by
-
Viewing 1 post (of 1 total)