Re: [Discuss-gnuradio] E100 - No devices found for -----

2011-06-28 Thread Ralf
Hi Josh, today we managed to make UHD sink and source work in parallel on E100 using FPGA5.bin by building UHD like this: git clone git://code.ettus.com/ettus/uhd.git cd uhd git pull git://code.ettus.com/ettus/uhd.git next cd host/ $ mkdir build $ cd build $ cmake

Re: [Discuss-gnuradio] E100 - No devices found for -----

2011-06-27 Thread Ralf Wierse
-Original Message- From: discuss-gnuradio-bounces+r.wierse=brunel...@gnu.org [mailto:discuss-gnuradio-bounces+r.wierse=brunel...@gnu.org] On Behalf Of Josh Blum Sent: Thursday, June 23, 2011 5:35 PM To: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] E100 - No devices

Re: [Discuss-gnuradio] E100 - No devices found for -----

2011-06-27 Thread Josh Blum
we don't manage wih the E100 FPGA5 bitstream. It is placed in the images directory and we use a new branch but we don't really think the FPGA5 is used. What do you mean? And we still have the same problem with parallel UHD devices (sink/source). Another guy confirmed it was working for

Re: [Discuss-gnuradio] E100 - No devices found for -----

2011-06-24 Thread Ralf Wierse
-Original Message- From: Jason Abele [mailto:ja...@ettus.com] Sent: Thursday, June 23, 2011 5:29 PM To: Ralf Wierse Cc: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] E100 - No devices found for - On Thu, Jun 23, 2011 at 5:32 AM, Ralf Wierse r.wie...@brunel.de

[Discuss-gnuradio] E100 - No devices found for -----

2011-06-23 Thread Ralf Wierse
Hi all, we are new with E100. we managed to use UHD:USRP_Source without further configuration and display it on QT_GUI_SINK. we don't manage with UHD:USRP_Sink without further configuration: File /usr/local/lib/python2.6/site-packages/gnuradio/uhd/uhd_swig.py, line 1854, in usrp_sink

Re: [Discuss-gnuradio] E100 - No devices found for -----

2011-06-23 Thread Ralf Wierse
+r.wierse=brunel...@gnu.org] On Behalf Of Ralf Wierse Sent: Thursday, June 23, 2011 10:29 AM To: 'discuss-gnuradio Discussion Group' Subject: [Discuss-gnuradio] E100 - No devices found for - Hi all, we are new with E100. we managed to use UHD:USRP_Source without further

Re: [Discuss-gnuradio] E100 - No devices found for -----

2011-06-23 Thread Jason Abele
On Thu, Jun 23, 2011 at 3:16 AM, Ralf Wierse r.wie...@brunel.de wrote: OK, first simple reason discovered. UHD can only be used for one device - either UHD_usrp_sink or source. How can UHD be used for both devices in parallel? You have to access both source and sink from the same process, but

Re: [Discuss-gnuradio] E100 - No devices found for -----

2011-06-23 Thread Ralf Wierse
-Original Message- From: Jason Abele [mailto:ja...@ettus.com] Sent: Thursday, June 23, 2011 1:04 PM To: Ralf Wierse Cc: discuss-gnuradio Discussion Group Subject: Re: [Discuss-gnuradio] E100 - No devices found for - On Thu, Jun 23, 2011 at 3:16 AM, Ralf Wierse r.wie

Re: [Discuss-gnuradio] E100 - No devices found for -----

2011-06-23 Thread Ralf Wierse
-Original Message- From: Jason Abele [mailto:ja...@ettus.com] Sent: Thursday, June 23, 2011 1:04 PM To: Ralf Wierse Cc: discuss-gnuradio Discussion Group Subject: Re: [Discuss-gnuradio] E100 - No devices found for - On Thu, Jun 23, 2011 at 3:16 AM, Ralf Wierse r.wie

Re: [Discuss-gnuradio] E100 - No devices found for -----

2011-06-23 Thread Marcus D. Leech
On 23/06/2011 8:32 AM, Ralf Wierse wrote: Hi Jason, thanks but I am a little confused. I would say it is in the same process since I have sink and source in the same GRC setup. The failure shows up when the generated python script instantiates an UHD devices the second time as far as I

Re: [Discuss-gnuradio] E100 - No devices found for -----

2011-06-23 Thread Josh Blum
On 06/23/2011 03:16 AM, Ralf Wierse wrote: OK, first simple reason discovered. UHD can only be used for one device - either UHD_usrp_sink or source. How can UHD be used for both devices in parallel? Sorry, Its a known bug related to opening twice. Its fixed on the next branch. Solution

Re: [Discuss-gnuradio] E100 - No devices found for -----

2011-06-23 Thread Jason Abele
On Thu, Jun 23, 2011 at 5:32 AM, Ralf Wierse r.wie...@brunel.de wrote: -Original Message- From: Jason Abele [mailto:ja...@ettus.com] Sent: Thursday, June 23, 2011 1:04 PM To: Ralf Wierse Cc: discuss-gnuradio Discussion Group Subject: Re: [Discuss-gnuradio] E100 - No devices found