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 6 years, 1 month ago by preslmayer.