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

Exception in "suscan_source_device_get_info(self->device, self->channel, &info)" #247

Closed kenwawa01 closed 1 month ago

kenwawa01 commented 1 month ago

Hi! When using this software, Im getting the following exception - not sure what is causing this but I hope it might be helpful:

exception in "suscan_source_device_get_info(self->device, self->channel, &info)" (analyzer/source/impl/soapysdr.c:612) analyzer/source/impl/soapysdr.c suscan_source_soapysdr_get_freq_limits line 612

BatchDrake commented 1 month ago

What device have you chosen for capture?

kenwawa01 commented 1 month ago

https://pl.aliexpress.com/item/1005007039112063.html

BatchDrake commented 1 month ago

How have you installed the RTL SoapySDR module/libhackrf? If you built everything from sources, chances are that you forgot to update the system.d rules, or that the kernel module is taking ownership on the device.

Does it work with other SDR applications, like Gqrx?

kenwawa01 commented 1 month ago

Concerning the first question, difficult to answer now as I decided to uninstall.

Yes, Gqrx works.

BatchDrake commented 1 month ago

Okay, so in that case I am going to close this issue as cannot reproduce. Feel free to reopen it if you reinstall the software at some point in the future and this error keeps happening.