On Fri, Feb 28, 2014 at 9:11 PM, ikjtel wrote:
>>> missing dependency for audio support for Ubuntu
>
> Hi Tom
>
> op25 is more or less out of business without GR audio support - is there a
> way to add something in the gr-op25 pybombs recipe to specify that audio
> should be included as a 'depends
>>missing dependency for audio support for Ubuntu
Hi Tom
op25 is more or less out of business without GR audio support - is there a way
to add something in the gr-op25 pybombs recipe to specify that audio should be
included as a 'depends' prerequisite? Thx to Scott for finding this and
report
On Thu, Feb 27, 2014 at 12:10 AM, PiccoIntegra wrote:
> Hi Alex,
>
> I ran into the same problem with pybombs on Ubuntu. It seems there is a
> missing dependency for audio support for Ubuntu based distros. The missing
> package is libasound2-dev. I never figured out how to rebuild just the
> gr-au
Hi Alex,
I ran into the same problem with pybombs on Ubuntu. It seems there is a missing
dependency for audio support for Ubuntu based distros. The missing package is
libasound2-dev. I never figured out how to rebuild just the gr-audio portion,
so I just rebuilt the gnuradio package.
-Scott___
Hi Alex,
the dial_tone.py that comes with my version of GR from the git
(docs/exploring-gnuradio/dial_tone.py) uses the audio_sink, and not the
audio_oss_sink, and works quite fine on an alsa-only system.
Generally, when I grep my git repo for "oss_sink", only
gr-audio/lib/oss/oss_sink.cc match
I just installed gnuradio using pybombs, and the install appeared to
complete with no errors.
When trying to run dial_tone.py, I receive the following error:
audio_oss_sink: /dev/dsp: No such file or directory
Traceback (most recent call last):
File "./dial_tone.py", line 61, in
my_top_blo