Re: [Discuss-gnuradio] usrp_wfm_rcv.py

2009-01-25 Thread Igor Almeida
On Thu, Jan 22, 2009 at 8:51 PM, Muhammad Abrar wrote: > ok thanks > When I run usrp_nbfm_rcv.py from /usr/local/share/gnuradio/ > examples/usrp I > the following message appear on GUI > " Failed to set initial Frequency" > How can i frequency set to listen FM. > Take care > > > 2009/1/23 Eric Blo

Re: [Discuss-gnuradio] usrp_wfm_rcv.py

2009-01-22 Thread Muhammad Abrar
ok thanks When I run usrp_nbfm_rcv.py from /usr/local/share/gnuradio/examples/usrp I the following message appear on GUI " Failed to set initial Frequency" How can i frequency set to listen FM. Take care 2009/1/23 Eric Blossom > On Fri, Jan 23, 2009 at 12:25:25PM +1300, Muhammad Abrar wrote: >

Re: [Discuss-gnuradio] usrp_wfm_rcv.py

2009-01-22 Thread Eric Blossom
On Fri, Jan 23, 2009 at 12:25:25PM +1300, Muhammad Abrar wrote: > Hi > When I run usrp_wfm_rcv.py from /usr/local/share/gnuradio/examples/usrp I > got following message. > > > Using RX d'board A: Flex 1800 Rx MIMO B > >>> gr_fir_ccf: using SSE > >>> gr_fir_fff: using SSE > FYI: No Powermate or Co

[Discuss-gnuradio] usrp_wfm_rcv.py

2009-01-22 Thread Muhammad Abrar
Hi When I run usrp_wfm_rcv.py from /usr/local/share/gnuradio/examples/usrp I got following message. Using RX d'board A: Flex 1800 Rx MIMO B >>> gr_fir_ccf: using SSE >>> gr_fir_fff: using SSE FYI: No Powermate or Contour Knob found -- Engr. Muhammad Abrar Massey University Palmerston North New

Re: [Discuss-gnuradio] usrp_wfm_rcv.py and audio underrun aUaUaU

2009-01-13 Thread Mikael Johansson
Thanks for the response I have the same problem with usrp_wfm_rcv_nogui.py Regards Mikael 2009/1/13 Firas Abbas > Hi, > > Try : > > usrp_wfm_rcv_nogui.py > > if it is working with no aUaUaU, then you have CPU utilization problem. If > not, you have to check if your sound card can accept

Re: [Discuss-gnuradio] usrp_wfm_rcv.py and audio underrun aUaUaU

2009-01-13 Thread Firas Abbas
Hi, Try : usrp_wfm_rcv_nogui.py if it is working with no aUaUaU, then you have CPU utilization problem. If not, you have to check if your sound card can accept the required 32KHz audio stream. Regards, Firas ___ Discuss-gnuradio mailing list Dis

Re: [Discuss-gnuradio] usrp_wfm_rcv.py and audio underrun aUaUaU

2009-01-13 Thread Mikael Johansson
Any other ideas, suggestions? Thanks /Mikael 2009/1/13 Mikael Johansson > Thanks > But it made no difference... > /Mikael > > 2009/1/12 Johnathan Corgan > >> On Mon, Jan 12, 2009 at 11:19 AM, Mikael Johansson >> >> wrote: >> >> > In my case CPU usage is below 100%. But I can try to disable Ope

Re: [Discuss-gnuradio] usrp_wfm_rcv.py and audio underrun aUaUaU

2009-01-12 Thread Mikael Johansson
Thanks But it made no difference... /Mikael 2009/1/12 Johnathan Corgan > On Mon, Jan 12, 2009 at 11:19 AM, Mikael Johansson > wrote: > > > In my case CPU usage is below 100%. But I can try to disable OpenGL > anyway, > > how can I do that? > > In /etc/gnuradio/conf.d/gr-wxgui.conf, set the 'sty

Re: [Discuss-gnuradio] usrp_wfm_rcv.py and audio underrun aUaUaU

2009-01-12 Thread Johnathan Corgan
On Mon, Jan 12, 2009 at 11:19 AM, Mikael Johansson wrote: > In my case CPU usage is below 100%. But I can try to disable OpenGL anyway, > how can I do that? In /etc/gnuradio/conf.d/gr-wxgui.conf, set the 'style' parameter to 'nongl'. -Johnathan ___

Re: [Discuss-gnuradio] usrp_wfm_rcv.py and audio underrun aUaUaU

2009-01-12 Thread Johnathan Corgan
On Sun, Jan 11, 2009 at 11:35 PM, Mikael Johansson wrote: > Below is a print-out with the verbose flag set to true. It appears that your audio system is working correctly. I've discovered I get something similar now on one of my test machines that uses Ubuntu 8.10 and an the nvidia graphics dri

Re: [Discuss-gnuradio] usrp_wfm_rcv.py and audio underrun aUaUaU

2009-01-12 Thread Mikael Johansson
In my case CPU usage is below 100%. But I can try to disable OpenGL anyway, how can I do that? Regards /Mikael 2009/1/12 Johnathan Corgan > On Sun, Jan 11, 2009 at 11:35 PM, Mikael Johansson > wrote: > > > Below is a print-out with the verbose flag set to true. > > It appears that your audio sy

Re: [Discuss-gnuradio] usrp_wfm_rcv.py and audio underrun aUaUaU

2009-01-11 Thread Mikael Johansson
Jonathan Thank you for the response. Below is a print-out with the verbose flag set to true. Regards /Mikael [mik...@gandalf usrp]$ ./usrp_wfm_rcv.py -f 9760 -V 100 -O "plughw:0,0" adc_rate: 6400 Using RX d'board A: Basic Rx usrp_rate: 32 >>> gr_fir_ccf: using SSE >>> gr_fir_fff: usin

Re: [Discuss-gnuradio] usrp_wfm_rcv.py and audio underrun aUaUaU

2009-01-09 Thread Johnathan Corgan
On Fri, Jan 9, 2009 at 12:59 AM, Mikael Johansson wrote: > I am having a problem with audio underruns when running usrp_wfm_rcv.py > I constantly get audio underruns. > Could somebody please give me a hint on how to debug this issue further. Edit the file /etc/gnuradio/conf.d/gr-audio-alsa.conf

[Discuss-gnuradio] usrp_wfm_rcv.py and audio underrun aUaUaU

2009-01-09 Thread Mikael Johansson
I am having a problem with audio underruns when running usrp_wfm_rcv.py I constantly get audio underruns. I have tried the "-O plughw:0,0" option suggested on this or some other list to overcome this problem, but it does not help. When I reduce usrp_decim from 200 to about 184 the underruns go away

Re: [Discuss-gnuradio] usrp_wfm_rcv.py failed to set initial frequency error

2008-08-08 Thread Halil Yigit
couldnt be created- Original Message -From: Brian Padalino <[EMAIL PROTECTED]>Date: Friday, August 8, 2008 4:39 pmSubject: Re: [Discuss-gnuradio] usrp_wfm_rcv.py failed to set initial frequency errorTo: Halil Yigit <[EMAIL PROTECTED]>Cc: discuss-gnuradio@gnu.org> On Fri, Aug

Re: [Discuss-gnuradio] usrp_wfm_rcv.py failed to set initial frequency error

2008-08-08 Thread Brian Padalino
On Fri, Aug 8, 2008 at 9:15 AM, Halil Yigit <[EMAIL PROTECTED]> wrote: > Hi > > I'm new to the GNURadio, so I'm trying to get some of the > basic tests. I am using Flex 2400 daughterboard This is important later on ... > I've run the dial_tone.py example, and it is running. for usrp, I have > tes

[Discuss-gnuradio] usrp_wfm_rcv.py failed to set initial frequency error

2008-08-08 Thread Halil Yigit
HiI'm new to the GNURadio, so I'm trying to get some of thebasic tests. I am using Flex 2400 daughterboard I've run the dial_tone.py example, and it is running. for usrp, I have tested usrp_wfm_rcv.py. I've connected daughterboard to RXB and TXB.  Then I write ./usrp_wfm_rcv.py -f 96.5M, I get