jopohl / urh

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

ADALM-PLUTO SDR is not recognized #1069

Closed ahuri closed 7 months ago

ahuri commented 11 months ago

Hi.

I tried to capture a signal using Pluto-SDR but it's not recognized by URH. The driver is up-to-date.

Steps To Reproduce
  1. Go to 'File'
  2. Click on 'Record signal...'
  3. Choose 'PlutoSDR' under "Device".
  4. Click 'Start' to start capturing.
Screenshots

image

image

Platform Specifications
andynoack commented 11 months ago

Could you test whether your device is recognized by URH under Linux?

ahuri commented 11 months ago

I'm on it (installing Ubuntu). Will update you soon.

ahuri commented 11 months ago

OK. Finally installed Ubuntu 22.04.3

  1. I tried to install URH using snapd - it failed to launch it (because of a Qt issue I could not figure out how to fix).
  2. I tried to install it using pip3 - but did not understand how to launch it.
  3. I cloned the GitHub repository and executed main.py - but no device is listed but "RTL-TCP" in the recording signal window.

For now, I'm still struggling to make it work. If you have any solution - please let me know.

ahuri commented 11 months ago

OK. Seams like the snapd installation had permissions issues, "sudo urh" worked and the PlutoSDR is recognized! Have not idea why in Windows it does not work.

andynoack commented 11 months ago

Hey, now we are certain that your device is working, that is a plus. Probably it is a driver issue under Windows then. Have you tried to completely remove the Pluto (and in a second step also the related) drivers and install them new?

ahuri commented 11 months ago

Yes. Just for clarification, the Pluto seems to work in SDR# for instance (in Windows).

andynoack commented 11 months ago

That is good! I had a look in our Implementation, maybe our backend is not compatible with your driver. Maybe an older or newer (guess not) works. If yes, please let us know which driver works and which one does not.

ahuri commented 11 months ago

I don't think I've ever installed a driver for that SDR... Just plug and play.

Oleg-cbrRR commented 10 months ago

under windows you just have to specify DEVICE IDENTIFIER to "ip:192.168.2.1"

luzpaz commented 7 months ago

Any progress here ?

andynoack commented 7 months ago

The issue seems to be resolved since November 1st. Thank you, Oleg!