BatchDrake / SigDigger

Qt-based digital signal analyzer, using Suscan core and Sigutils DSP library
https://batchdrake.github.io/SigDigger/
GNU General Public License v3.0
925 stars 91 forks source link

Failing to open hackrf #232

Closed crasu closed 8 months ago

crasu commented 8 months ago

I get the following error when I try to start the app image on ubuntu 22.04 lts:

./SigDigger-0.3.0-x86_64-full.AppImage
#####################################################
##     Soapy SDR -- the SDR abstraction library     ##
######################################################

Probe device 
[INFO] Opening HackRF One #0 xxx ...
[INFO] Could not Open HackRF Device
Error probing device: hackrf open failed

gqrx works flawless.

crasu commented 8 months ago

To resolve my own issue:

soapy-sdr --probe was failing as well. My firmware was from 2014 after upgrading it I could open the device.

I still needed to unplug the hackrf after running gqrx otherwise SdrDigger just segfaults.