Re: [Discuss-gnuradio] can't use ControlPort in gnuradio 3.7

2013-11-24 Thread Martin Braun (CEL)
On Sat, Nov 23, 2013 at 09:30:37PM +0400, nesimi eldarov wrote: > Hi People, > > My system: > Ubuntu 13.04 > GNURADIO 3.7 How did you install GNU Radio? Did you build it from source? If so, was CtrlPort enabled during build time? You can pastebin the cmake output if that's the case. MB -- Ka

Re: [Discuss-gnuradio] can't use ControlPort in gnuradio 3.7

2013-11-24 Thread nesimi eldarov
Hi Martin, I installed from source.  I look into build folder I could not find ControlPort. I guess it was disabled during installation but I am not sure. What do you mean with ' pastebin the cmake output '? How can I install that now? Воскресенье, 24 ноября 2013, 11:50 +01:00 от "Martin Bra

[Discuss-gnuradio] Gnuradio 3.7.2 adn WX GUI Waterfall Sink with only blue screen output

2013-11-24 Thread Ben Z en de rest
Hi, Installed Gnuradio 3.7.2 from source. Had some troubles loading files from earlier versions so I started from scratch with the FM receiver from author 2h20. Added a bandpass filter to filter the 19 kHz pilot tone (just for fun) but want to add the waterfall sink to see / show 57 kHz RDS carrie

Re: [Discuss-gnuradio] Using gr-atsc library

2013-11-24 Thread Yuri P.M
Hi Mr. Muniz, Thanks for the help and the tips. After the changes suggested by Mr. Braun, I've tried to add the lines of code in the file meusBlocos_swig.i you suggested (in the /swig folder) as the file attached. I did these modifications as suggested in the topic that I mentioned in my first qu

Re: [Discuss-gnuradio] can't use ControlPort in gnuradio 3.7

2013-11-24 Thread Martin Braun (CEL)
On Sun, Nov 24, 2013 at 03:33:36PM +0400, nesimi eldarov wrote: > Hi Martin, > > I installed from source. > I look into build folder I could not find ControlPort. I guess it was disabled > during installation but I am not sure. > > What do you mean with ' pastebin the cmake output '? It means y

[Discuss-gnuradio] Volk machine

2013-11-24 Thread Paul B. Huter
When running with a USRP source at 25M and a low pass filter down to 10MHz, I get something saying "Using Volk machine: sse4_a_64", and my file sink only records a couple seconds of data. I ran the volk_profile script, but still get the same result. The script returned something other than "sse4_a_

[Discuss-gnuradio] Install failing on Ubuntu 12.04/AMD64

2013-11-24 Thread Mads Bahrt
I have tried to install GNU Radio on my Ubuntu 12.04 AMD64 laptop. Reading http://gnuradio.org/redmine/projects/gnuradio/wiki/InstallingGR I have run: $ sudo apt-get install gnuradio Reading package lists... Done Building dependency tree Reading state information... Done Package gnuradio is not a

Re: [Discuss-gnuradio] Install failing on Ubuntu 12.04/AMD64

2013-11-24 Thread Marcus D. Leech
On 11/24/2013 08:06 PM, Mads Bahrt wrote: I have tried to install GNU Radio on my Ubuntu 12.04 AMD64 laptop. Reading http://gnuradio.org/redmine/projects/gnuradio/wiki/InstallingGR I have run: $ sudo apt-get install gnuradio Reading package lists... Done Building dependency tree Reading stat

[Discuss-gnuradio] Weird malloc/free crash in pm_remez.cc

2013-11-24 Thread Josh Myer
Hi all, I’ve got an annoying crash in the current head of gnuradio. It’s reproducible with the GRC file up at: http://www.joshisanerd.com/am_demod_crash.grc Does this crash for anyone else? If nobody else can repro, this is probably something that’s hosed in my environment. Until someone el

Re: [Discuss-gnuradio] Install failing on Ubuntu 12.04/AMD64

2013-11-24 Thread Johnathan Corgan
On 11/24/2013 05:17 PM, Marcus D. Leech wrote: > But this raises a kind of meta-point. How is the Gnu Radio project > supposed to keep track of each of *dozens* of Linux distributions that > may, or > may not, package the Gnu Radio software, and may, *entirely at their > pleasure* obsolete thos

Re: [Discuss-gnuradio] Volk machine

2013-11-24 Thread Nick Foster
Your file sink only records a few seconds of data because your hard drive can't keep up, not because of any problem with Volk. The Volk machine being used does not indicate which particular architecture is used for each kernel -- that isn't printed at runtime. --n On Nov 24, 2013 9:58 PM, "Paul B.