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 been able to run this program.
I have been able to successfully run example programs and grc.
However, when I entered usrp_probe at the terminal I received many
warning (just as I do with grc) before the following error:
Traceback (most recent call last):
File “/usr/local/bin/usrp_probe”, line 114, in
USRPProbeWindow()
File “/usr/local/bin/usrp_probe”, line 71, in init
vbox.pack_start(get_input(usrp_which_param), False)
File “/usr/local/bin/usrp_probe”, line 42, in get_input
input = param.get_input()
AttributeError: ‘Param’ object has no attribute ‘get_input’
I am confused about this as everything else gnuradio related is
functioning correctly. Is usrp_probe no longer being supported and
the get_input() method was removed for some other reason?
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 like to pull their
specs. However, I have not been able to run this program.
I have been able to successfully run example programs and grc.
However, when I entered usrp_probe at the terminal I received many
warning (just as I do with grc) before the following error:
can you post the warnings? and what version of gnuradio?
Traceback (most recent call last):
File “/usr/local/bin/usrp_probe”, line 114, in
USRPProbeWindow()
File “/usr/local/bin/usrp_probe”, line 71, in init
vbox.pack_start(get_input(usrp_which_param), False)
File “/usr/local/bin/usrp_probe”, line 42, in get_input
input = param.get_input()
AttributeError: ‘Param’ object has no attribute ‘get_input’
it works here, this may have more to do with the warnings.
I am confused about this as everything else gnuradio related is
functioning correctly. Is usrp_probe no longer being supported and
the get_input() method was removed for some other reason?
nope
-JOsh
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 “wxgui_histosink2” already exists.
Ignoring: /usr/share/gnuradio/grc/blocks/wxgui_histosink2.xml
Warning: Block with key “wxgui_numbersink2” already exists.
Ignoring: /usr/share/gnuradio/grc/blocks/wxgui_numbersink2.xml
Warning: Block with key “wxgui_scopesink2” already exists.
Ignoring: /usr/share/gnuradio/grc/blocks/wxgui_scopesink2.xml
Warning: Block with key “wxgui_waterfallsink2” already exists.
Ignoring: /usr/share/gnuradio/grc/blocks/wxgui_waterfallsink2.xml
Warning: Block with key “xmlrpc_client” already exists.
Ignoring: /usr/share/gnuradio/grc/blocks/xmlrpc_client.xml
Warning: Block with key “xmlrpc_server” already exists.
Ignoring: /usr/share/gnuradio/grc/blocks/xmlrpc_server.xml
Traceback (most recent call last):
File “/usr/local/bin/usrp_probe”, line 114, in
USRPProbeWindow()
File “/usr/local/bin/usrp_probe”, line 71, in init
vbox.pack_start(get_input(usrp_which_param), False)
File “/usr/local/bin/usrp_probe”, line 42, in get_input
input = param.get_input()
AttributeError: ‘Param’ object has no attribute ‘get_input’
it works here, this may have more to do with the warnings.
I am confused about this as everything else gnuradio related is
functioning correctly. Is usrp_probe no longer being supported and
the get_input() method was removed for some other reason?
nope
-JOsh