jopohl / urh

Universal Radio Hacker: Investigate Wireless Protocols Like A Boss
GNU General Public License v3.0
10.81k stars 863 forks source link

Can not change Device in Device settings because only RTL-TCP is shown #1101

Closed slp14 closed 7 months ago

slp14 commented 7 months ago
Expected Behavior

I want to use my Pluto-SDR device and therefore it should be possible to change the Device in the device settings of URH from RTL-TCP to Pluto-SDR. I can not find any solution on the web. No screenshot is possible because I use it on my Raspberry-pi 3 (Kali Linux v. 2023.4) and the bug is reported via a different Device.

Actual Behavior

The dropdown menu of Device only shows RTL-TCP eventhough I already followed your Readme and checked if the Pluto-SDR is even recognized by the operating system via iio_info - s. There I can find my ADALM-PLUTO SDR and it is also noticable that the mass storage device is seen on the desktop as well. So the device is there. I also installed hackrf-dev and any other dev packages needed.

Steps To Reproduce
  1. Open terminal and call urh
  2. Click on File -> Spectrum Analyzer
  3. Try to change device in device settings
  4. Only RTL-TCP is shown
Platform Specifications
andynoack commented 7 months ago

Please reinstall via git and make sure the driver is installed beforehand.

slp14 commented 7 months ago

Hello,

when executing python setup.py install it states skipping native support for plutosdr. Is there any specific package I need to add? I already added libiio and libad9361 do I need anything else?

All the best

slp14 commented 7 months ago

When forcing the installation with pluto sdr via the command python setup.py --with-plutosdr the plutosdr.cpp can not find iio.h no such file or directory. I did install libiio via the git repository and I can access all the iio commands via my device so I am a bit confused.

andynoack commented 7 months ago

It is libiio-dev and an issue is not the right place to get installation support.

slp14 commented 7 months ago

Thank you very much, you are right it is not, I just thought maybe you had a visibility issue regarding other sdrs in your newest release sorry.