我想在我的Ubuntu16.04虚拟机上试用GNURadio。我安装了osmosdr和osmosdr,实际上我尝试了这两个来源,但是我得到了这个错误:
Generating: '/home/natalia/Downloads/top_block_NoGUI.py'
Executing: /usr/bin/python -u
/home/natalia/Downloads/top_block_NoGUI.py
Using Volk machine: avx2_64_mmx_orc
gr-osmosdr v0.1.4-98-gc653754d (0.1.5git) gnuradio 3.7.9
built-in source types: file fcd rtl_tcp rfspace redpitaya
FATAL: No supported devices found to pick from.
Trying to fill up 1 missing channel(s) with null source(s).
This is being done to prevent the application from crashing
due to gnuradio bug #528.
>>> Done我还将该文件创建为root: /etc/udev/ file es.d/20.rtlsdr.Rule,其中包含以下行:
SUBSYSTEM=="usb", ATTRS{idVendor}=="0bda",
ATTRS{idProduct}=="2838", GROUP="adm", MODE="0666",
SYMLINK+="rtl_sdr因为当我这么做的时候,我得到:
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 007: ID 0bda:5686 Realtek Semiconductor Corp.
Bus 003 Device 006: ID 0bda:2838 Realtek Semiconductor Corp. RTL2838 DVB-T
Bus 003 Device 005: ID 0e0f:0002 VMware, Inc. Virtual USB Hub
Bus 003 Device 004: ID 0e0f:0002 VMware, Inc. Virtual USB Hub
Bus 003 Device 003: ID 0e0f:0008 VMware, Inc.
Bus 003 Device 002: ID 0e0f:0003 VMware, Inc. Virtual Mouse
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 002: ID 0e0f:0002 VMware, Inc. Virtual USB Hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub我还能做什么呢?
发布于 2018-04-16 15:25:29
您已经在没有rtlsdr支持的情况下安装了gr-osmosdr;对RTL dongles的本机支持不在gr-osmosdr提供的清单中。
https://stackoverflow.com/questions/49859390
复制相似问题