Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot launch software (Ubuntu) #34

Open
BrunoKlu opened this issue Oct 30, 2020 · 1 comment
Open

Cannot launch software (Ubuntu) #34

BrunoKlu opened this issue Oct 30, 2020 · 1 comment

Comments

@BrunoKlu
Copy link

Hello,

I'm trying to launch the software with

build/hackrf_sweep_spectrum_analyzer.sh

but it keeps saying this,

Linux:~$ build/hackrf_sweep_spectrum_analyzer.sh
bash: build/hackrf_sweep_spectrum_analyzer.sh: Aucun fichier ou dossier de ce type

Any Help ?

Thanks a lot

Bruno

@hzmeister
Copy link

hzmeister commented Jul 16, 2022

In case anyone else is having a problem running hackrf-spectrum-analyzer on ubuntu or linux mint this is how I got it to work:

Install hackrf and java as per the instructions.

Download the hack-rf-spectrum-analyzer.zip file and extract it. Navigate to the lib folder and change the permissions of the .jar file to allow executing file as program. Then run the .sh file.

It should work, but if it doesn't work then run this command:
apt install build-essential cmake libfftw3-dev libusb-1.0-0-dev pkg-config

It worked as soon as I plugged it into my laptop without needing to mess with usb permissions like the author mentioned in the readme.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants