discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Slow GUI in GRC


From: Tom Rondeau
Subject: Re: [Discuss-gnuradio] Slow GUI in GRC
Date: Mon, 5 Jan 2015 11:32:42 -0500

Khalid,

It would be much easier to respond to these and for searching in the archives later if you posted these in new and separate threads.

Thanks,
Tom


On Mon, Jan 5, 2015 at 11:25 AM, khalid.el-darymli <address@hidden> wrote:
Thanks very much Tom for your response. This issue is resolved after replacing the graphic card driver installed by default with that provided from the website of the card developer.

However, I am having two other issues now. One, in the terminal, I am occasionally getting capital U's and L's when running GNU Radio with one Tx and 4 Rx channels. Please note that I am using timed-commands to start both the Tx and Rx's at the same time. When I check the system monitor while GNU Radio is running (please see the attachment), the CPU history and RAM usage seem to be fine. What causes  this issue and how to handle it? Could it be due to some instability in the writing speed to the hard drive?

BTW, I am having the same issue for my older PC (a PC with less specs). The System Monitor tells me that my CPU usage is around 60% and my RAM usage is around 25 %, however, I am getting U's and L's when I try to use four Rx channels. Please note that the system doesn't throw lots of U's and L's at once, it is a kind of frequent where bunch of them are thrown out every few seconds or so.

Two, although on my older machine I am able to use the' virtual source' and 'virtual sink' blocks without any problems, when I try to use them on the new PC, I get the following error:

Traceback (most recent call last):
  File "./test_skh.py", line 595, in <module>
    tb = test_skh()
  File "./test_skh.py", line 486, in __init__
    self.connect((self.virtual_source_0, 0), (self.blocks_multiply_conjugate_cc_0, 0))   
  File "/usr/local/lib/python2.7/dist-packages/gnuradio/gr/hier_block2.py", line 93, in __getattr__
    return getattr(self._impl, name)
AttributeError: 'top_block_sptr' object has no attribute 'virtual_source_0'

Things work fine if I replace the virtual blocks with direct connections. I am not sure why?

Thanks in advance for your help.

Best regards,
Khalid



On Mon, Jan 5, 2015 at 12:11 PM, Tom Rondeau <address@hidden> wrote:
On Wed, Dec 31, 2014 at 11:17 AM, khalid.el-darymli <address@hidden> wrote:
Hi,

We recently bought a new machine with like 4 GHz processor, 16 GB of RAM. For the graphic card, we use the Radeon R7 250 1000 MHz GDDR5.

Latest version of Ubuntu (14.04 LTS) was installed along with GNU Radio built from the source. Everything seems to be installed just fine. However, when trying to use GNU Radio Companion (GRC), the GUI's are so slow. Every time I try to place in or move the blocks in GRC, the whole GUI stuck for a while and it gets so slow. Because of this, I am not able to run GRC.


Prior to this, GRC used to work just fine on another machine with a much lower specs for the RAM and the processor but with RS880 [Radeon HD 4200] graphic card.


What is the cause for this problem and how to fix it? Could it be the new graphic card (Radeon R7 250 GDDR5)?

Thank you.

Best regards,
Khalid

Sorry, this sounds like a computer/os/configuration problem on your end. There were some slowdown issues with GRC that were patched a while ago, so if you've built from the latest source, things shouldn't be that bad.

Tom

 


 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]