quiet / quiet-lwip

Full network stack over sound -- lwIP driver for libquiet
Other
660 stars 58 forks source link

bin/discovery_server not working #4

Open yzaki opened 1 year ago

yzaki commented 1 year ago

I have been trying to get this to work, but one issue that I am getting after running the discovery_server is the following: ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side ALSA lib pcm_route.c:867:(find_matching_chmap) Found no matching channel map ALSA lib pcm_route.c:867:(find_matching_chmap) Found no matching channel map ALSA lib pcm_route.c:867:(find_matching_chmap) Found no matching channel map ALSA lib pcm_route.c:867:(find_matching_chmap) Found no matching channel map failed to write to port audio stream, Can't write to a callback stream failed to write to port audio stream, Can't write to a callback stream failed to write to port audio stream, Can't write to a callback stream failed to write to port audio stream, Can't write to a callback stream failed to write to port audio stream, Can't write to a callback stream failed to write to port audio stream, Can't write to a callback stream failed to write to port audio stream, Can't write to a callback stream failed to write to port audio stream, Can't write to a callback stream failed to write to port audio stream, Can't write to a callback stream failed to write to port audio stream, Can't write to a callback stream failed to write to port audio stream, Can't write to a callback stream

and this keeps repeating.

I have seen that there was a closed issue talking about the same, and it looks like quiet-lwip broke after some changes were introduced to quiet portaudio, but the problem seems to be still not fixed.

I have even tried going back to an older version of quiet but no luck.

Any help would be highly appreciated.