04-25-2018, 11:46 AM
Hi Kent,
Nice to hear that revert to -b v1.2.0 may be the solution :-)
Did you just recompile over top of existing blues-alsa using procedure below from @badbat75 ? If yes then I'll do same on my end and begin testing with my IOS and Anker devices.
-Tim
Nice to hear that revert to -b v1.2.0 may be the solution :-)
Did you just recompile over top of existing blues-alsa using procedure below from @badbat75 ? If yes then I'll do same on my end and begin testing with my IOS and Anker devices.
Code:
# Compile bluez-alsa
cd /tmp
git clone -b v1.2.0 --single-branch 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
cd ~
rm -rf /tmp/bluez-alsa
-Tim