[Discuss-gnuradio] RuntimeError: audio_oss_sink

2014-02-26 Thread Alex Young
(*args, **kwargs) RuntimeError: audio_oss_sink I have tried using the flags '-O hw:0,0' and '-O plughw:0,0' with no success. I am running on Ubuntu 12.04 64bit, and have verified that the audio works otherwise (played some internet radio.) Any ide

[Discuss-gnuradio] gnuradio 3.2 install error

2009-09-07 Thread Alex young
Hi, I hope someome can help me understand what I am doing wrong. I am attempting to install release 3.2 and have run into errors. I am running Ubuntu 8.04 on x86. The version of gnuradio is revision 11635. The error seems to involve boost, but I followed the boost instructions and ./configure co

Re: [Discuss-gnuradio] gr-howto import error

2009-08-18 Thread Alex young
> > > > > Forwarded Message > > > From: milowenwen > > > To: Discuss-gnuradio@gnu.org > > > Subject: Re: [Discuss-gnuradio] gr-howto import error > > > Date: Fri, 14 Aug 2009 11:44:26 -0700 (PDT) > > > > > > Alex, > > > > > > The "make check" command invokes run_tests which r

Re: [Discuss-gnuradio] gr-howto import error

2009-08-17 Thread Alex young
> > > Forwarded Message > > From: milowenwen > > To: Discuss-gnuradio@gnu.org > > Subject: Re: [Discuss-gnuradio] gr-howto import error > > Date: Fri, 14 Aug 2009 11:44:26 -0700 (PDT) > > > > Alex, > > > > The "make check" command invokes run_tests which run everything that ma

Re: [Discuss-gnuradio] gr-howto import error

2009-08-14 Thread Alex young
On Fri, 2009-08-14 at 10:59 -0700, Eric Blossom wrote: > > > > Try running: > > make check I tried running make check again and did not see any errors. Here is the output: $ sudo make check Making check in config make[1]: Entering directory `/work/gnuradio_src/gr-howto-write-a-block-3.2/con

[Discuss-gnuradio] gr-howto import error

2009-08-13 Thread Alex young
resolution. So, the question: Can anyone tell me if I've missed something about how to install "howto" and import it successfully? I have had no operational problems with my trunk install of gnuradio. Thanks, Alex Young ___ Discuss-gnur

Re: [Discuss-gnuradio] Compile/swig error

2007-10-27 Thread Alex Young
Eric Blossom wrote: > > > Looks like your code isn't linked into the library. > > Did you add it to libgeneral_la_SOURCES in general/Makefile.am? > I did add it to general/Makefile.am, right after the gr_interleaved_short_to_complex.* entries. I've checked to make sure that I inserted them

Re: [Discuss-gnuradio] Compile/swig error

2007-10-27 Thread Alex Young
out about any vtable errors was something about gcc and g++, but I haven't updated anything on my system except the actual gnuradio source. Any other suggestions? Thanks, Alex Young -- View this message in context: http://www.nabble.com/Compile-swig-error-tf4697770.html#a1344

[Discuss-gnuradio] Compile/swig error

2007-10-26 Thread Alex Young
adding "/usr/local/lib" to /etc/ld.so.conf, so i tried that and it didn't work. fwiw, my /etc/ld.so.conf now looks like: include /etc/ld.so.conf.d/*.conf /usr/local/lib /usr/local/lib any help, ideas, suggestions would be most appreciated. Thanks, Alex Young

[Discuss-gnuradio] import error after re-swig-ing

2007-08-02 Thread Alex Young
gr.bytes_to_syms() and I received no error message. (bytes_to_syms is in the same gnuradio_swig_py_general.py file as my class.) I don't necessarily fully understand the gnuradio make/swig process, so I'm not really sure where I've gone wrong. Any thoughts or suggestions? Thanks, A