This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/op25-dev@lists.osmocom.org/.
ikj1234i at yahoo.com ikj1234i at yahoo.com---In op25-dev at yahoogroups.com, <verymetl at ...> wrote:
> Another bug to report... running the scope app with the -V option crahes
[snipped]
audio_oss_sink: plughw:0,0: No such file or directory
the above error message is the key. Debugging linux audio can sometimes be a pain, here is one place to start:
http://gnuradio.org/doc/sphinx/audio/index.html
That page describes the audio sink block, the second parameter of which is the name of the audio device, which is set using the -O option of scope.py. If your system uses pulseaudio you can try '-O pulse' etc.
Another thing to try is to see if alsa is even installed:
dpkg-query -l | grep -i alsa
HTH
Max
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/op25-dev/attachments/20140124/6ef0f4c5/attachment.htm>