New comment by BT-Justice on void-packages repository https://github.com/void-linux/void-packages/issues/38200#issuecomment-1193184591 Comment: Thank you very much for adding both SDR++ and Airspy HF+ to Void :+1: SDRPlusPlus is working perfectly fine after a reboot. airshyhf is working, but it appears to be missing `airspyhf_info` which is a program that tells the user information about the AirSpy unit. The current airspy package for Void has this as `airspy_info` (I have one Airspy unit and one Airspy HF+ unit): ``` $ airspy_info airspy_lib_version: 1.0.10 Found AirSpy board 1 Board ID Number: 0 (AIRSPY) Firmware Version: AirSpy MINI v1.0.0-rc10-6-g4008185 2020-05-08 Part ID Number: 0x6906002B 0x00000030 Serial Number: REMOVED FROM THIS POST Supported sample rates: 6.000000 MSPS 3.000000 MSPS Close board 1 $ airspyhf_info bash: airspyhf_info: command not found ``` Here is `airspy_info` and `airspyhf_info` from my Fedora 36 KDE Spin desktop: ``` $ airspy_info airspy_lib_version: 1.0.10 Found AirSpy board 1 Board ID Number: 0 (AIRSPY) Firmware Version: AirSpy MINI v1.0.0-rc10-6-g4008185 2020-05-08 Part ID Number: 0x6906002B 0x00000030 Serial Number: REMOVED FROM THIS POST Supported sample rates: 6.000000 MSPS 3.000000 MSPS Close board 1 $ airspyhf_info AirSpy HF library version: 1.6.8 S/N: REMOVED FROM THIS POST Part ID: 0x00000002 Firmware Version: R3.0.7-CD Available sample rates: 912 kS/s 768 kS/s 456 kS/s 384 kS/s 256 kS/s 192 kS/s ```