Re: [Discuss-gnuradio] RuntimeError: audio_oss_sink

2014-03-01 Thread Tom Rondeau
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

Re: [Discuss-gnuradio] RuntimeError: audio_oss_sink

2014-02-28 Thread ikjtel
>>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

Re: [Discuss-gnuradio] RuntimeError: audio_oss_sink

2014-02-27 Thread Tom Rondeau
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

[Discuss-gnuradio] RuntimeError: audio_oss_sink

2014-02-26 Thread PiccoIntegra
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___

Re: [Discuss-gnuradio] RuntimeError: audio_oss_sink

2014-02-26 Thread Marcus Müller
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

[Discuss-gnuradio] RuntimeError: audio_oss_sink

2014-02-26 Thread Alex Young
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