Closed romanblanco closed 4 years ago
$ pacman -Q | grep 'rtl-sdr'
rtl-sdr 1:0.6.0-1
I see the problem now -- I'm not using the correct backend but the one from Arch Linux repository
After compiling the correct library I can run the qspectrumanalyzer
without issues.
PATH=./rtl-sdr/build/src:$PATH qspectrumanalyzer
Closing issue.
I've installed
qspectrumanalyzer
from AUR, as described in README: https://github.com/xmikos/qspectrumanalyzer#arch-linuxThe program does launch and UI appears, but after trying to start capturing the program does not react.
In console, I'm seeing the following output:
I've tried to launch an example described from the output, getting the following output
In issue https://github.com/steve-m/librtlsdr/issues/1#issuecomment-21822475, @steve-m suggests that the error
usb_claim_interface error -6
could be fixed by blacklistingdvb_usb_rtl28xxu
, which I already have: