Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

connection of rtl-sdr to gr-iridium #123

Open
michael040101 opened this issue Mar 5, 2022 · 1 comment
Open

connection of rtl-sdr to gr-iridium #123

michael040101 opened this issue Mar 5, 2022 · 1 comment

Comments

@michael040101
Copy link

Hi,
My system is ubuntu 20.04 and gnuradio3.9.
Im trying to run the program and get the followig output,

michael@ubuntu:~/Desktop/gr-iridium-maint-3.9$ sudo iridium-extractor -D 4 examples/rtl-sdr.conf > output.bits
[sudo] password for michael:
gr-osmosdr 0.2.0.0 (0.2.0) gnuradio 3.9.5.0
built-in source types: file rtl_tcp rfspace redpitaya
Traceback (most recent call last):
File "/usr/local/bin/iridium-extractor", line 356, in
tb = iridium.iridium_extractor_flowgraph.FlowGraph(center_frequency=center, sample_rate=sample_rate, decimation=decimation,
File "/usr/local/lib/python3.8/dist-packages/iridium/iridium_extractor_flowgraph.py", line 130, in init
source = osmosdr.source()
RuntimeError: No supported devices found (check the connection and/or udev rules).

I assume its because the RTL-SDR is not recognized by gr-iridium.
I tried to install gr-osmosdr but it didnt help.
The RTL-SDR is recognized by other tools, like CubicSDR.

How can I solve this issue?

Thanks!

@dg9bja
Copy link

dg9bja commented Apr 2, 2022

Please look at built-in source types
Here is a sample of mine: gr-osmosdr 0.2.0.0 (0.2.0) gnuradio 3.8.1.0
built-in source types: file osmosdr fcd rtl rtl_tcp uhd miri hackrf bladerf rfspace airspy airspyhf soapy redpitaya freesrp
That's a point you can look at

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants