@abcd567
I seem to have another issue which is causing the service to fail.
If I issue the command
sudo systemctl restart rtl-airband-rb.service
I get the following error
Job for rtl-airband-rb.service failed because the control process exited with error code.
See "systemctl status rtl-airband-rb.service" and "journalctl -xe" for details.
Running this
systemctl status rtl-airband-rb.service
offers the response
● rtl-airband-rb.service - SDR AM/NFM demodulator
Loaded: loaded (/lib/systemd/system/rtl-airband-rb.service; enabled; vendor preset: enable
Active: failed (Result: exit-code) since Fri 2022-09-30 19:50:54 BST; 2min 18s ago
Docs:
https://github.com/szpajder/RTLSDR-Airband/wiki Process: 3564 ExecStart=/usr/bin/rtl_airband -e -c /etc/rtl-airband-rb.conf (code=exited, s
Sep 30 19:50:54 raspberrypi systemd[1]: Starting SDR AM/NFM demodulator...
Sep 30 19:50:54 raspberrypi rtl_airband[3564]: Error while parsing configuration file /etc/rt
Sep 30 19:50:54 raspberrypi systemd[1]: rtl-airband-rb.service: Control process exited, code=
Sep 30 19:50:54 raspberrypi systemd[1]: rtl-airband-rb.service: Failed with result 'exit-code
Sep 30 19:50:54 raspberrypi systemd[1]: Failed to start SDR AM/NFM demodulator.
Looking now at the code for the config using
sudo nano /etc/rtl-airband-rb.conf
shows the below which seems to relate to the 3 dots on line 6
The code was originally copied and edited where needed from here
https://www.radarbox.com/sharing-vhfDo you have any thoughts?