Re: [Discuss-gnuradio] Dead USRP box?

2008-12-21 Thread Matt Ettus
We don't offer repair services. While it does not happen to many units, the second-most common failure mode of the USRP is for the USB interface to stop functioning. We have put static protection on those lines, but it does not always help. It can be fixed by replacing the FX2. BTW, the M

[Discuss-gnuradio] (incompatible) gcell changes

2008-12-21 Thread Eric Blossom
If you're not writing code for the Cell Broadband Engine using gcell, you can safely ignore the rest of this message... As of r10153, I merged the following gcell related changes into the GNU Radio trunk: The first two are INCOMPATIBLE CHANGES: (1) The gcell portion of the code base was reo

Re: [Discuss-gnuradio] Connection Refused when transmitting

2008-12-21 Thread Eric Blossom
On Mon, Dec 22, 2008 at 11:31:23AM +0800, Joreen Tan wrote: > > Hi, > > I am currently trying to transmit a picture using the TCP transmission. > However, there are some problem regarding the transmission side. It appears > that the port is blocked as there is a socket error which states 'Conn

RE: [Discuss-gnuradio] Connection Refused when transmitting

2008-12-21 Thread Newman, Timothy
I'm not familiar with what code you are using, but you will need to have a port open on the server you are trying to connect to. In your case, a port should be open on port 5000 at 172.20.2.89 in order for your client code to connect to it. If you enter 127.0.0.1 then you'll need a server running

[Discuss-gnuradio] Connection Refused when transmitting

2008-12-21 Thread Joreen Tan
Hi, I am currently trying to transmit a picture using the TCP transmission. However, there are some problem regarding the transmission side. It appears that the port is blocked as there is a socket error which states 'Connection refused'. please input server IP address: 172.20.2.89 please

Re: [Discuss-gnuradio] Re: Mblock library API update

2008-12-21 Thread Johnathan Corgan
On Sun, 2008-12-21 at 21:24 -0500, Michael Dickens wrote: > Two directories need to have "make clean" issued after "svn up" if > you're reusing your build directory: "mblock/src/lib" and "usrp/host/ > lib/inband". These directories contain built sources which are not > updated by SVN and thu

[Discuss-gnuradio] Re: Mblock library API update

2008-12-21 Thread Michael Dickens
Two directories need to have "make clean" issued after "svn up" if you're reusing your build directory: "mblock/src/lib" and "usrp/host/ lib/inband". These directories contain built sources which are not updated by SVN and thus not rebuilt. Those built sources include mblock header files w

[Discuss-gnuradio] Re: GRC and OS X 10.5.6

2008-12-21 Thread Michael Dickens
you need to also install (via MacPorts): py25-libxml2 My bad; this should have been the -other- python xml package: py25- lxml . ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

AW: [Discuss-gnuradio] Dead USRP box?

2008-12-21 Thread Berndt Josef Wulf
G'day Bob, yes, the LED is blinking. I'm pretty sure its the USB interface that died inside the chip. I just can't explain why as all I did was to power-up the unit after a few month being left switched-off. Power supply voltage and current draw all look fine. Will keep you posted once I change

Re: [Discuss-gnuradio] Dead USRP box?

2008-12-21 Thread Bob Cameron
Hi Berndt Have you heard this happening on more than just our boards? Weird! I assume you have the same blinking LED so this excludes the EEPROM load from the problem? I use to work on some Alcatel data radios with the Altera chips and we had EEPROM failures every now and then. I have emaile

[Discuss-gnuradio] Re: GRC and OS X 10.5.6

2008-12-21 Thread Michael Dickens
From: Einar Thorsrud Date: December 20, 2008 5:40:02 PM GMT-05:00 To: discuss-gnuradio@gnu.org Subject: [Discuss-gnuradio] GRC and OS X 10.5.6 checking for xdg-mime... false checking for Python version 2.5... yes checking for Python Cheetah templates... no checking for Python GTK wrappers... no

Re: [Discuss-gnuradio] USRP2 TX Gain

2008-12-21 Thread Eric Blossom
On Sun, Dec 21, 2008 at 09:09:53AM -0800, Yabo Li wrote: > Hi Eric, > > Thanks. So the USRP2 can not adjust hardware gain, right? But I found > that the "set_tx_gain" is provided in the lib. Doesn't it work or not? > > Yabo /*! * Set transmitter gain */ bool set_tx_gain(double

Re: [Discuss-gnuradio] USRP2 TX Gain

2008-12-21 Thread Yabo Li
Hi Eric, Thanks. So the USRP2 can not adjust hardware gain, right? But I found that the "set_tx_gain" is provided in the lib. Doesn't it work or not? Yabo On Sun, Dec 21, 2008 at 7:29 AM, Eric Blossom wrote: > On Sun, Dec 21, 2008 at 12:19:00AM -0800, Yabo Li wrote: >> Hi All, >> >> I have a qu

Re: [Discuss-gnuradio] USRP2 TX Gain

2008-12-21 Thread Eric Blossom
On Sun, Dec 21, 2008 at 12:19:00AM -0800, Yabo Li wrote: > Hi All, > > I have a question. In the USRP2 "tx_samples.cc", the tx gain is not > set. Can the USRP2 set the tx gain? If can, what is the tx gain range? > I would appreciated it if anybody can answer my question. > > Regards, > Yabo Scal

[Discuss-gnuradio] USRP2 TX Gain

2008-12-21 Thread Yabo Li
Hi All, I have a question. In the USRP2 "tx_samples.cc", the tx gain is not set. Can the USRP2 set the tx gain? If can, what is the tx gain range? I would appreciated it if anybody can answer my question. Regards, Yabo ___ Discuss-gnuradio mailing lis