ha7ilm / openwebrx

Open source, multi-user SDR receiver software with a web interface
https://sdr.hu/openwebrx
GNU Affero General Public License v3.0
989 stars 476 forks source link

program cannot find HackRF one #65

Closed BustedSec closed 7 years ago

BustedSec commented 7 years ago

I tried changing the receiver_device to HackRF in the config_webrx.py but get the following error

File "openwebrx.py", line 691, in main() File "openwebrx.py", line 120, in main cfg=import("config_webrx" if no_arguments else sys.argv[1]) File "/home/havok/openwebrx/config_webrx.py", line 48 receiver_device=""HackRF"

how can I get it to recognize my device?

Linux mini 4.4.0-63-generic #84-Ubuntu SMP Wed Feb 1 17:20:32 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

BustedSec commented 7 years ago

I am an idiot - nevermind

ha7ilm commented 7 years ago

First, try to change

receiver_device=""HackRF"

to

receiver_device="HackRF"

Andras