<SOLVED> Fldigi in waterfall only mode

3 posts / 0 new
Last post
Anonymous (not verified)
<SOLVED> Fldigi in waterfall only mode

Hi,
Cqrlog has fldigi remote mode. But is any way to start fldigi from cqrlog in waterfall only mode (fldigi --wfall-only)?

Slav, EI6KW

oh1kh
Fldigi in waterfall only mode

Hi Slav!

This cheat worked for me:

Assume you have the path as /usr/bin/fldigi

At cqrlog/preferences/fldigi/wsjt interface set path to fldigi as:
/usr/bin/fldigi --wfall-only

Check Run fldigi after entering to remote mode.

cqrlog wants to find a file (from pah) that is entered in "path to fldigi". That's why you need to create a dummy file "fldigi --wfall-only" to /usr/bin
From console:
sudo touch /usr/bin/fldigi\ --wfall-only

you should now see:
[saku@hamtpad ~]$ ls /usr/bin/fld*
/usr/bin/fldigi '/usr/bin/fldigi --wfall-only'

Now cqrlog is happy when it finds that file and the run in background process handles that filename so that it calls "/usr/bin/fldigi" with parameter "--wfall-only"

Try!

--
Saku
OH1KH

ei6kw (not verified)
Fldigi in waterfall only mode

Hi Saku,
Working!
Thank you!!!