I recently installed radioberry and pihpsdr on a fresh Bullseye OS created with the R-Pi Imager and in a "pi" user account. Both Radioberry and pihpsdr on this Pi4 work separately - but not at the same time. I can control the Radioberry from another application such as Spark, and I can control a standard Hermes-Lite from pihpsdr on the Radioberry Pi - but as soon as I try to do both at the same time, the stream locks up and the Radioberry shows a solid waterfall spike. I have to reboot the Pi in order to clear this condition.
Examination of the installation terminal shows the following error:
E: Unable to locate package linux-headers-rpi
Evidently linux-headers-rpi is
needed for compiling a kernel module. Trying to manually install it with sudo apt install linux-headers-rpi results in "Unable to locate package linux-headers-rpi" Google searches produce info on "raspberrypi-kernel-headers" - which is installed and up to date, but not the package being requested by the script.
I'm interested in getting the Radioberry running properly on the Pi4 with pihpsdr, and am only speculating that the missing package might be the reason for that problem, since it's the only error message I've spotted.
I followed the Radioberry install script with no other errors, and get a proper response to sudo modinfo radioberry. As stated, both Radioberry and pihpsdr work properly one at a time, but not simultaneously.
Any suggestions on where to find
linux-headers-rpi and/or how to resolve the primary issue would be much appreciated!
The whole software stack will be installed.
https://github.com/pa3gsb/Radioberry-2.x/wiki/Radioberry-Software-stack
The install script will give details about the versions to be installed.
Open a command window and executing the following commands:
cd /tmp
wget https://raw.githubusercontent.com/pa3gsb/Radioberry-2.x/master/SBC/rpi-4/releases/dev/radioberry_install.sh
sudo chmod +x radioberry_install.sh
./radioberry_install.sh
cd /tmp
wget https://raw.githubusercontent.com/pa3gsb/Radioberry-2.x/master/SBC/rpi-4/releases/dev/pihpsdr_install.sh
sudo chmod +x pihpsdr_install.sh
./pihpsdr_install.sh
