Arcadia197 / rpi-audio-receiver

Raspberry Pi Audio Receiver with Bluetooth A2DP, AirPlay, and Spotify Connect for RPi Zero1
MIT License
12 stars 4 forks source link

Bluetooth installation fails on newer Raspberry Pi OS versions on Raspi Zero W #5

Closed janek closed 12 months ago

janek commented 1 year ago

On a fresh Raspberry Pi Zero W with Raspbian GNU/Linux 11 (bullseye)" I get : Package 'bluealsa' has no installation candidate.

Seems like the bluealsa package is not available for Bullseye (and probably above). Some sources and alternatives in links below:

https://raspberrypi.stackexchange.com/questions/140444/bluealsa-on-pi-zero-can-not-be-installed https://forums.raspberrypi.com/viewtopic.php?t=344797 https://gist.github.com/actuino/9548329d1bba6663a63886067af5e4cb

Arcadia197 commented 12 months ago

Thanks for the hint.

As stated in the description, this fork is intended to only work on Raspbian Buster. It serves as a downgrade to work with Bluealsa, as the chip on the zero1 is not powerful enough to handle Pulseaudio with Bluetooth without corrupting the sound to a noticeable degree.

janek commented 11 months ago

Thank you for your explanation, sorry I missed that info!