¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

flamp not connecting to fldigi


 

I'm running a Linux Mint box with fldigi 4.2.06 and flamp 2.2.14. fldigi is set to start flamp, which it does. Regardless of which program starts first, flamp shows NOT CONNECTED status. It's working fine on another system running on a Raspberry Pi 4. I've tried reinstalling and restarting from new flamp config file. Obviously, I'm missing something but have no idea what. Any suggestions appreciated!


 

Try this, see if there is another process using the default local address. I do not know if the 127.0.02 address is used by your system you may need to change it to something else.

#!/bin/bash

CMDS="--arq-server-address 127.0.0.2 --XMLRPC-server-address 127.0.0.2"

FLDIGI $CMDS &
sleep 4
FLAMP $CMDS &