dchote / talkiepi

The talkiepi project is for a truly headless mumble client for the Raspberry Pi, utilizing static config and GPIO for status LEDs and a button for push to talk
Mozilla Public License 2.0
268 stars 107 forks source link

Pi Zero Fixes still necessary for Bullseye? #27

Open Alaric84 opened 2 years ago

Alaric84 commented 2 years ago

Hey - I really like this project! I have a working talkiepi on my raspberry pi zero w with the current raspberry pi os lite (Bullseye) It works without any "Pi Zero Fixes". Are they superfluous?

Thanks again for your work!

AlphabetOx commented 2 years ago

I was encountering an issue (Illegal instruction) on my RPi Zero W until I saw this clue. I re-ran the line sudo apt install libopenal-dev libopus-dev to presumably roll back the "fixes". Then rebuilt, and everything started working!

AlphabetOx commented 2 years ago

Hmm... Maybe I spoke too soon? Now I appear to be encountering the Intermittent Connectivity issue described here, for which the workaround were the fix. However, installing the workarounds breaks functionality entirely... :/

https://github.com/dchote/talkiepi/issues/10