I advise running the radioberry on a RPI to use the pihpsdr version maintained by Christoph DL1YCF
$ git clone https://github.com/dl1ycf/pihpsdr.git
$ cd pihpsdr
$ cd LINUX/libinstall.sh
$ cd ..
$ cd pihpsdr
$ cp Makefile GNUmakefile
$ vi GNUmakefile // Edit compile-time options
Have fun
73 Johan
PA3GSB
Hi Joel,
That means that a radioberry instance is already running. To test this, you can simply open piHPSDR. Or you can shutdown and restart radioberry via terminal:
$ sudo service stop radioberry
$ sudo radioberry
The above two commands are just for testing and not at all required, since radioberry does start automatically.
Kind regards, Samuel Lourenço
Ok that worked, now I get this message when trying to start pihpsdr from the terminal,====================================================================
====================================================================
Radioberry V2.0
Supports 4 receivers and 1 transmitter.
Build version: 2022.01.24
Have fun Johan PA3GSB
Report requests or bugs to <pa3...@gmail.com>.
====================================================================
====================================================================
Failed to open /dev/radioberry: Device or resource busy
--Joel Caulkins