Dear Community
We have installed the GNU radio with following command in Ubuntu 22.04 LTS (Jammy Jellyfish). Using following sudo apt-get install gnuradio rtl-sdr gqrx-sdr soapysdr-module-all
.
We are unable connect to the PLUTO SDR and we encounter following error:
Generating: '/home/nitr/test1.py'
Executing: /usr/bin/python3 -u /home/nitr/test1.py
Warning: failed to XInitThreads()
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
Traceback (most recent call last):
File "/home/nitr/test1.py", line 188, in <module>
main()
File "/home/nitr/test1.py", line 166, in main
tb = top_block_cls()
File "/home/nitr/test1.py", line 123, in __init__
self.iio_pluto_source_0 = iio.fmcomms2_source_fc32('' if '' else iio.get_pluto_uri(), [True, True], 32768)
RuntimeError: No Pluto device found
>>> Done (return code 1)
Please can you help us in resolving issue.