0

uhd_fft GNU Radio スクリプトを実行すると、次のエラー メッセージが表示されるのはなぜですか。

/opt/gnuradio-3.7.1git/bin$ uhd_fft 
linux; GNU C++ version 4.6.3; Boost_104601; UHD_003.005.003-123-g1c391767

Traceback (most recent call last):
  File "/opt/gnuradio-3.7.1git/bin/uhd_fft", line 341, in <module>
    main ()
  File "/opt/gnuradio-3.7.1git/bin/uhd_fft", line 337, in main
    app = stdgui2.stdapp(app_top_block, "UHD FFT", nstatus=1)
  File "/opt/gnuradio-3.7.1git/lib/python2.7/dist-packages/gnuradio/wxgui/stdgui2.py", line 38, in __init__
    wx.App.__init__ (self, redirect=False)
  File "/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 7981, in __init__
    self._BootstrapApp()
  File "/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 7555, in _BootstrapApp
    return _core_.PyApp__BootstrapApp(*args, **kwargs)
  File "/opt/gnuradio-3.7.1git/lib/python2.7/dist-packages/gnuradio/wxgui/stdgui2.py", line 42, in OnInit
    self._max_noutput_items)
  File "/opt/gnuradio-3.7.1git/lib/python2.7/dist-packages/gnuradio/wxgui/stdgui2.py", line 64, in __init__
    self.panel = stdpanel (self, self, top_block_maker, max_nouts)
  File "/opt/gnuradio-3.7.1git/lib/python2.7/dist-packages/gnuradio/wxgui/stdgui2.py", line 86, in __init__
    self.top_block = top_block_maker (frame, self, vbox, sys.argv)
  File "/opt/gnuradio-3.7.1git/bin/uhd_fft", line 91, in __init__
    otw_format=options.wire_format, args=options.stream_args))
  File "/opt/gnuradio-3.7.1git/lib/python2.7/dist-packages/gnuradio/uhd/__init__.py", line 121, in constructor_interceptor
    return old_constructor(*args)
  File "/opt/gnuradio-3.7.1git/lib/python2.7/dist-packages/gnuradio/uhd/uhd_swig.py", line 1700, in make
    return _uhd_swig.usrp_source_make(*args)
RuntimeError: LookupError: KeyError: No devices found for ----->
Empty Device Address

私はBladeRF ハードウェアを使用しており、これらの指示に従いました。

ここにリストされている推奨事項を確認しましたが、UHD_FFT はまだ BladeRF を見つけられないようです。

ls -lrt /dev | grep blade
crw-------  1 root root    180,   0 Aug 11 14:04 bladerf0

Linux がその存在を認識しているのに、UHD_FFT によってデバイスが検出されないのはなぜですか?

4

1 に答える 1