[Discuss-gnuradio] usrp_probe

2011-07-28 Thread Walter Barmak
Hi, I'm trying to use usrp_probe. I type "usrp_probe" and then I have to choose a unit number and daughterboard. i have 2 rfx 1800. questions: 1) which unit number should i input? what is the unit number? 2 which daughterboard should i choose (RX A, RX B, TX A, TX b)? does it matter that i have

Re: [Discuss-gnuradio] usrp_probe, failed to find usrp[0] - was working yesterday...

2010-10-12 Thread jefftk
Ha, just kidding about the 'hating computers' (sort of) - I am using the USRP as part of my Comp. Engineering MS thesis, I am apparently just not a linux guru yet. Yes, aggravation would adequately describe my feelings of setting up software under linux. -Jeff Marcus D. Leech wrote: > > On 10

Re: [Discuss-gnuradio] usrp_probe, failed to find usrp[0] - was working yesterday...

2010-10-12 Thread Marcus D. Leech
On 10/12/2010 09:34 PM, jefftk wrote: > Ah well it is working now, I restarted the computer yes, I tried that at > least once before posting my message : ) ... > I hate computers > > I had followed the http://gnuradio.org/redmine/wiki/1/UbuntuInstall for > setting up the usrp group an

Re: [Discuss-gnuradio] usrp_probe, failed to find usrp[0] - was working yesterday...

2010-10-12 Thread jefftk
Ah well it is working now, I restarted the computer yes, I tried that at least once before posting my message : ) ... I hate computers I had followed the http://gnuradio.org/redmine/wiki/1/UbuntuInstall for setting up the usrp group and udev at some point, probably just before my last

Re: [Discuss-gnuradio] usrp_probe, failed to find usrp[0] - was working yesterday...

2010-10-12 Thread Marcus D. Leech
On 10/12/2010 08:49 PM, jefftk wrote: > I just received a new USRP & WBX board for a research project I am working > on. I have installed GNURadio from source from the tar package: > http://ftp.gnu.org/gnu/gnuradio/gnuradio-3.3.0.tar.gz, on Ubuntu 10.04, > amd64 > > I am having problems connecting/

[Discuss-gnuradio] usrp_probe, failed to find usrp[0] - was working yesterday...

2010-10-12 Thread jefftk
I just received a new USRP & WBX board for a research project I am working on. I have installed GNURadio from source from the tar package: http://ftp.gnu.org/gnu/gnuradio/gnuradio-3.3.0.tar.gz, on Ubuntu 10.04, amd64 I am having problems connecting/finding the USRP: running "usrp_probe" or "usrpe

Re: [Discuss-gnuradio] usrp_probe fails with AttributeError: 'Param' object has no attribute 'get_input'

2010-07-09 Thread Josh Blum
It looks like you have a case of multiple gnuradio installs. Not sure what else would cause this. And that would also explain the issue you have, possibly a version mismatch between the installed script and the library code. I would clean all traces of gnuradio from /usr and /usr/local, uninst

Re: [Discuss-gnuradio] usrp_probe fails with AttributeError: 'Param' object has no attribute 'get_input'

2010-07-09 Thread Jacinda Shelly
> can you post the warnings? and what version of gnuradio? Sorry - I meant to include that. I'm using Version 3.3.1 (v3.3.1git-30-g278b6db3). There are many multiples of these; this is a sample of the last five. I get the exact same warning with grc, but that runs fine. Warning: Block with key

Re: [Discuss-gnuradio] usrp_probe fails with AttributeError: 'Param' object has no attribute 'get_input'

2010-07-09 Thread Josh Blum
On 07/09/2010 10:23 AM, Jacinda Shelly wrote: I recently installed gnuradio and usrp on Ubuntu 10.04 (64-bit) running on an Intel Core i7. My USRP has two FLEX900 daughterboards. I would like to be able to run usrp_probe as I plan to replace these daughterboards for some applications and would

[Discuss-gnuradio] usrp_probe fails with AttributeError: 'Param' object has no attribute 'get_input'

2010-07-09 Thread Jacinda Shelly
I recently installed gnuradio and usrp on Ubuntu 10.04 (64-bit) running on an Intel Core i7. My USRP has two FLEX900 daughterboards. I would like to be able to run usrp_probe as I plan to replace these daughterboards for some applications and would like to pull their specs. However, I have not be