Hello,

I have an USRP rev4 and tried to use the RFX1800 tranceiver with the usrp_oscope.py example program under Ubuntu on a PC. My CVS / SVN checkout is two or three days old. I own a RFX2400 tranceiver, too. The RFX2400 works out of the box, but if I plug the RFX1800 on the USRP I only get this error message:

[EMAIL PROTECTED]:~/gr-build/gnuradio-examples/python/usrp$ sudo python usrp_oscope.py -R A
Traceback (most recent call last):
  File "usrp_oscope.py", line 252, in ?
    main ()
  File "usrp_oscope.py", line 248, in main
    app = stdgui.stdapp(app_flow_graph, "USRP O'scope", nstatus=1)
File "/usr/local/lib/python2.4/site-packages/gnuradio/wxgui/ stdgui.py", line 36, in __init__
    wx.App.__init__ (self, redirect=False)
File "/usr/lib/python2.4/site-packages/wx-2.6-gtk2-unicode/wx/ _core.py", line 7473, in __init__
    self._BootstrapApp()
File "/usr/lib/python2.4/site-packages/wx-2.6-gtk2-unicode/wx/ _core.py", line 7125, in _BootstrapApp
    return _core_.PyApp__BootstrapApp(*args, **kwargs)
File "/usr/local/lib/python2.4/site-packages/gnuradio/wxgui/ stdgui.py", line 39, in OnInit
    frame = stdframe (self.flow_graph_maker, self.title, self._nstatus)
File "/usr/local/lib/python2.4/site-packages/gnuradio/wxgui/ stdgui.py", line 60, in __init__
    self.panel = stdpanel (self, self, flow_graph_maker)
File "/usr/local/lib/python2.4/site-packages/gnuradio/wxgui/ stdgui.py", line 81, in __init__
    self.fg = flow_graph_maker (frame, self, vbox, sys.argv)
  File "usrp_oscope.py", line 82, in __init__
    self.u = usrp.source_c(decim_rate=options.decim)
File "/usr/local/lib/python2.4/site-packages/gnuradio/usrp.py", line 243, in __init__
    self.db = (db_instantiator.instantiate(self._u, 0),
File "/usr/local/lib/python2.4/site-packages/gnuradio/ db_instantiator.py", line 31, in instantiate raise ValueError, "No class defined to handle daughterboard (dbid = %d)" % (dbid,)
ValueError: No class defined to handle daughterboard (dbid = 48)
[EMAIL PROTECTED]:~/gr-build/gnuradio-examples/python/usrp$

How can I fix it?

Nitram


_______________________________________________
Discuss-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to