jaypei
unread,Oct 15, 2009, 4:38:59 AM10/15/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to GNU Radio / USRP 中文论坛
大家好。
刚刚接触GNURadio和USRP,今天在Fedora11里编译完后运行"gnuradio-examples/python/apps/
hf_explorer/"中的例程,使用的命令如下
./hfx2.py 9500k
输出如下错误:
Unable to find PowerMate or Contour Shuttle
usrp: failed to find usrp[0]
Traceback (most recent call last):
File "./hfx2.py", line 799, in <module>
app = MyApp(0)
File "/usr/lib/python2.6/site-packages/wx-2.8-gtk2-unicode/wx/
_core.py", line 7938, in __init__
self._BootstrapApp()
File "/usr/lib/python2.6/site-packages/wx-2.8-gtk2-unicode/wx/
_core.py", line 7512, in _BootstrapApp
return _core_.PyApp__BootstrapApp(*args, **kwargs)
File "./hfx2.py", line 794, in OnInit
frame = MyFrame(None, -1, "HF Explorer 2")
File "./hfx2.py", line 248, in __init__
self.src = usrp.source_s(decim_rate=options.decim)
File "/usr/lib/python2.6/site-packages/gnuradio/usrp/usrp_swig.py",
line 2059, in source_s
return _usrp_swig.source_s(*args, **kwargs)
RuntimeError: can't open usrp
====================
请问:
这个usrp模块应该怎么找到?