Bluetooth Problem #2480
-
I am having problems connecting a Bluetooth speaker to a RaspberryPi Zero W running phoniebox version 2/master. I tried installing the version 3/future, and with that version running I can connect the speaker and play audio through it. Just not using the version 2. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, installing both version (2 and 3) can't work as they use a completely different approach for the playback. So installing both is going to break pretty much everything. We are close to resolve the GPIO problem on Bookworm, so this can be used soon. I researched again and maybe there is another workaround for bullseye. I just tried the device connect and it worked, but i don't know if there are any drawbacks / problems coming on usage.
echo "deb http://raspbian.raspberrypi.org/raspbian bookworm main" | sudo tee /etc/apt/sources.list.d/bookworm-bluetooth.list
sudo apt update
sudo apt install bluez-alsa-utils
sudo rm /etc/apt/sources.list.d/bookworm-bluetooth.list
sudo apt update
|
Beta Was this translation helpful? Give feedback.
Hi, installing both version (2 and 3) can't work as they use a completely different approach for the playback. So installing both is going to break pretty much everything.
We are close to resolve the GPIO problem on Bookworm, so this can be used soon.
I researched again and maybe there is another workaround for bullseye. I just tried the device connect and it worked, but i don't know if there are any drawbacks / problems coming on usage.
bluez-alsa-utils
from the bookworm repo (accept all prompts)