On 05/15/2012 08:29 PM, Andrew Davis wrote:
> It's up to the driver writer to handle missing components properly,
> Mesa has a full software OpenGL stack, I never thought about it but
> i'll try using that and see what errors I get.
>
I would like to be wrong, but as I recall, persistence was a
It's up to the driver writer to handle missing components properly,
Mesa has a full software OpenGL stack, I never thought about it but
i'll try using that and see what errors I get.
On Tue, May 15, 2012 at 10:30 PM, Marcus D. Leech wrote:
>> It's not OpenGL, it's badly designed OpenGL drivers, s
It's not OpenGL, it's badly designed OpenGL drivers, saying OpenGL
sucks is like saying C is slow, it can with a bad implementation, but
by its self no. Back on topic, I too have had all sorts of problems
like this with WX FFT, but it's a different error on each OS on each
system 0_o. I have to ju
It's not OpenGL, it's badly designed OpenGL drivers, saying OpenGL
sucks is like saying C is slow, it can with a bad implementation, but
by its self no. Back on topic, I too have had all sorts of problems
like this with WX FFT, but it's a different error on each OS on each
system 0_o. I have to jus
http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CHwQFjAB&url=http%3A%2F%2Fbk.gnarf.org%2Fcreativity%2Fvgasig%2Fvgasig.pdf&ei=0gizT7TLNIWI6AGRp6GfCQ&usg=AFQjCNGW3zPyQNAz7rmGtXAiPH8vsKu9gw&sig2=R42FJGxBdQSPU1UrfZ2bTQ
For those folks looking for something other then specialized la
On Tue, May 15, 2012 at 2:55 AM, Kire Pudsje wrote:
> 2012/5/14 Patrik Tast :
>> Hi,
>>
>>
>>> File in question for reference:
>>> http://gnuradio.org/cgit/gnuradio.git/tree/cmake/Modules/FindQwt.cmake
>>>
>>
>> Could the *find that dependency* be automatized using locate and grep
>> instead of ha
Gee, Marcus. Tell us what you really think. ;)
--n
I edited myself considerably :-)
--
Marcus Leech
Principal Investigator
Shirleys Bay Radio Astronomy Consortium
http://www.sbrac.org
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
htt
On Tue, May 15, 2012 at 6:01 PM, Marcus D. Leech wrote:
>
>>> Been happening for me for years now. I dont think the persistence is one
>> of those cross GL features. Only available on some GPU cards, like
>> nvidia. The sink could stand to have a graceful try/except though...
>>
>> -josh
>>
>> _
Been happening for me for years now. I dont think the persistence is one
of those cross GL features. Only available on some GPU cards, like
nvidia. The sink could stand to have a graceful try/except though...
-josh
___
Discuss-gnuradio mailing list
D
On 05/15/2012 05:32 PM, William Pretty Security wrote:
> Hello List;
>
>
>
> While checking my flow-graph I discovered the following problem with the "WX
> GUI FFT Sink" in
>
> GnuRadio-Companion.
>
>
>
> When the flow graph is running and you try to check the "Persistance" box
> you get
Hello List;
While checking my flow-graph I discovered the following problem with
the "WX GUI FFT Sink" in
GnuRadio-Companion.
When the flow graph is running and you try to check the "Persistance"
box you get the following error:
I've seen that as well, and as far as I know, it has to do w
Hello List;
While checking my flow-graph I discovered the following problem with the "WX
GUI FFT Sink" in
GnuRadio-Companion.
When the flow graph is running and you try to check the "Persistance" box
you get the following error:
-
Henry, If you are able to update this code for UHD, please consider
committing your changes to CGRAN so others don't have to go through the
same process :)
https://www.cgran.org/wiki/UCLAZigBee
On Tue, May 15, 2012 at 7:01 PM, Josh Blum wrote:
>
> > File
> "/usr/local/lib/python2.7/dist-p
> File
> "/usr/local/lib/python2.7/dist-packages/gnuradio/ucla_blks/ieee802_15_4_pkt.py",
> line 241, in __init__
> self._watcher = _queue_watcher_thread(self._rcvd_pktq, self.callback,
> self.chan_num)
> File
> "/usr/local/lib/python2.7/dist-packages/gnuradio/gr/hier_block2.py",
>Are some for sale?
Just the broken ones :)
On Tue, May 15, 2012 at 6:35 PM, Patrik Tast wrote:
> Are some for sale?
>
> P
>
> - Original Message -
> From: Songsong Gee
> To: gnuradio mailing list
> Sent: Tuesday, May 15, 2012 20:57
> Subject: [Discuss-gnuradio] Too weak Tx power daughte
Are some for sale?
P
- Original Message -
From: Songsong Gee
To: gnuradio mailing list
Sent: Tuesday, May 15, 2012 20:57
Subject: [Discuss-gnuradio] Too weak Tx power daughterboard problem
I have more than eight RFX 2400 daughterboards
and for a long time, I have left th
Hello all,
I have been trying for some time now to run your code uhd_cc2420_rxtest.py with
little success on USRP N200. I am using gnuradio 3.5 and Ubuntu 11.10. I get
the messages and error below:
mahboob@ubuntu:~/gr-ieee802-15-4/src/examples$ ./uhd_cc2420_rxtest.py
linux; GNU C++ v
I have more than eight RFX 2400 daughterboards
and for a long time, I have left them unused.
Recently, I have tested TxRx test with those DBs
and only one transmits signal with a proper power level
but others cannot generate a such power level
In addition, some of them even cannot sense or receive
I solved problem
It's not because eth, USB, nor permission problem but because broken
daughterboard
2012/5/15 Songsong Gee
> Good evening,
>
> Currently, I am testing usrp_siggen.py (or gui version) with usrp_fft.py
> and usrp_oscope.py
> But I have a unfamiliar error message which I have neve
n /usr/include/qwt5 and I have a
manually compiled qwt in /usr/local/qwt-6.0.2-svn, it prefers the
manually compiled version, and makes sure that it will then search the
libraries in exactly the same order. On 64bit machines, the lib64 will
be preferred over lib.
This patch is pure cmake langu
Good evening,
Currently, I am testing usrp_siggen.py (or gui version) with usrp_fft.py
and usrp_oscope.py
But I have a unfamiliar error message which I have never faced.
When running siggen without SU permission:
socket(PF_PACKET, SOCK_RAW, htons(0xBEEF)): Op
eth0: socket: No such file or directo
Hello List;
Senthil suggested I try these links, and they appear to work like a charm !
http://crazylazy.info/blog/?q=content/please-test-gnu-radio-cde-package
http://www.pgbovine.net/cde.html
Here is what I was thinking. What if someone ran GRC and the other packag
Perfect,
Patrik
- Original Message -
From: "Kire Pudsje"
To: "Patrik Tast"
Cc:
Sent: Tuesday, May 15, 2012 9:55
Subject: Re: [Discuss-gnuradio] patch to make FindQwt.cmake work on OpenSuse
12.1
2012/5/14 Patrik Tast :
Hi,
File in question for reference:
http://gnuradio.org/c
23 matches
Mail list logo