jopohl / urh

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

Enabling of devices #320

Closed vsboost closed 7 years ago

vsboost commented 7 years ago

Enabled devices

Actual Behavior

RTL-SDR / HackRF / SDRPlay are grayed out

What is the procedure to have the above devices enabled in the windows version of URH

Platform Specifications

jopohl commented 7 years ago

The dlls for the mentioned devices were updated for the windows version, so maybe you need to reinstall using

pip uninstall urh
pip install urh --no-cache-dir

If that should not help, you can also try reinstalling with the new msi installer for windows: https://github.com/jopohl/urh/releases/download/v1.8.0/Universal.Radio.Hacker-1.8.0-amd64.msi

jopohl commented 7 years ago

Just had a deeper look on this, and I think I found the error -- might be other SDR software that interferes URH. I fixed this in #321 and additionally added a health check button for native extenions to options.

Could you pull latest master and see if it works for you?

vsboost commented 7 years ago

Cool, ill give this a go on my work computer Monday and report back.

vsboost commented 7 years ago

Tested latest and can confirm it is working, thank you.