Max2Play Home › Forums › Max2Play on Raspberry PI › Bluetooth Receiver – Devices pair but do not connect › Reply To: Bluetooth Receiver – Devices pair but do not connect
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 6 years, 2 months ago by preslmayer.