Re: [Discuss-gnuradio] Re: get fatal IO error 11 when running usrp2_fft.py (USRP2 + XCVR2450)

2010-11-18 Thread Marcus D. Leech
On 11/18/2010 02:35 AM, XIAN PAN wrote:
 Hi Marcus D. Leech,

 Thank you for your response.
 I never use the peak hold button on this machine because I cannot click any 
 buttons on the screen  begin the program running, it is also dead as the 
 same time. As I said before, I cannot do nothing only force quit :(


 I really want to know how to fix it. On my other laptop, I do not meet this 
 problem. And the system difference between the two computers is that I 
 install the grc part in the laptop which met the problem. 


   


 ___
 Discuss-gnuradio mailing list
 Discuss-gnuradio@gnu.org
 http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
   
Try setting the graphical-display rates to lower values.  In your
~/.gnuradio/config.conf file:

[wxgui]
style=gl
fft_rate=5
waterfall_rate=5
scope_rate=5
number_rate=5
const_rate=5
const_size=1024

The defaults for those are usually 30 FPS, which your laptop may not be
able to keep up with.



-- 
Principal Investigator
Shirleys Bay Radio Astronomy Consortium
http://www.sbrac.org

___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


[Discuss-gnuradio] Re: get fatal IO error 11 when running usrp2_fft.py (USRP2 + XCVR2450)

2010-11-16 Thread XIAN PAN
Hi Marcus D. Leech,

Thanks for your response. I try the -d 40 on the command usrp2_fft.py. The
problem is still here.
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Re: get fatal IO error 11 when running usrp2_fft.py (USRP2 + XCVR2450)

2010-11-16 Thread Eric Blossom
On Tue, Nov 16, 2010 at 12:27:07PM -0500, XIAN PAN wrote:
 Hi Marcus D. Leech,
 
 Thanks for your response. I try the -d 40 on the command usrp2_fft.py. The
 problem is still here.

Is your system running out of memory?

Look at the output of

  $ dmesg

and look at /var/log/messages

  $ sudo tail -1000 /var/log/messages | less


Eric

___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Re: get fatal IO error 11 when running usrp2_fft.py (USRP2 + XCVR2450)

2010-11-16 Thread Marcus D. Leech

On 11/16/2010 12:27 PM, XIAN PAN wrote:

Hi Marcus D. Leech,
Thanks for your response. I try the -d 40 on the command usrp2_fft.py. 
The problem is still here.

If you *dont* use Peak Hold, does it work?

There was a problem, deep in the bowels of OpenGL related to the Peak 
Hold function that seemed to cause this behaviour.





___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio