Re: fldigi fights with frequency changes from radio or API
OK.? AFICR, no other software other than the Flsuite was mentioned originally.
Could you list *All* the software you wish to use together, and details of the OS running it all.
Especially version numbers, for all software items you wish to run together.
That will help a lot.
I know nothing to little about Apple Mac's and their software, but I do know others on this list do know that stuff.
All the best.
Dave G0WBX.
|
Re: DigiRig, flrig, and a Yaesu FT-747GX
I don't think my first reply worked, sorry if this is a duplicate.
?
Originally I was using whatever version came pre installed on DragonOS, 1.4.something. last night I installed 2.0.04 and I had the same issue on both versions.
|
Re: DigiRig, flrig, and a Yaesu FT-747GX
That's what I'm trying to get to. I want to get the radio communicating with flrig, and then I will communicate through flrig to each other program.
?
To my knowledge the radio will not power on over CAT, there is a latching button on the radio that is pressed to turn it on and off.
|
Re: DigiRig, flrig, and a Yaesu FT-747GX
WSJT-X uses hamlib and one of the "radios" is flrig. I use flrig as a concentrator. WSJT-X, FLdigi and my logger all connect to my rigs through flrig. Phil
Does the Yaesu have the capability of being powered on using the CAT interface?
Phil GM3ZZA
toggle quoted message
Show quoted text
On 15 November 2024, at 19:25, "Riley Gossling, KF0QMQ via groups.io" <rjayg1979@...> wrote: Yes, I believe WSJT-X uses Hamlib.
?
Getting flrig to work is what I'm trying to do. I cannot get it to communicate with my radio.
|
Re: DigiRig, flrig, and a Yaesu FT-747GX
Yes, I believe WSJT-X uses Hamlib.
?
Getting flrig to work is what I'm trying to do. I cannot get it to communicate with my radio.
|
Re: DigiRig, flrig, and a Yaesu FT-747GX
Doesn¡¯t WSJT- X uses hamlib? Will Flrig work? Ray W8LYJ
|
Re: DigiRig, flrig, and a Yaesu FT-747GX
I don't recall the different orders of operations I've tried, I will have to go back and try a more methodical approach.
?
I have not tried interfacing flrig with wstj-x, I am first trying to get flrig working with my radio.
|
Re: DigiRig, flrig, and a Yaesu FT-747GX
Riley
I use flrig with an FT857. and I find connecting a tad finicky.?
Have you tried to start flrig, then the FT747?
FT747 on and then?flrig?started? then ft747 off/on?
For me it seems like different?methods work at different?times.?
I keep?my Ubuntu PC up 24/7 for months, once I do connect I keep the rig on for a long time and it stays connected.
Have you tried FLrig with WSJTX? That is start FLrig, start wsjtx and set rig as flrig.?
It's worked for me , I dont recall if connection?is finicky.?
Thanks Dan KC2STA
On Fri, Nov 15, 2024 at 10:58?AM Riley Gossling, KF0QMQ via <rjayg1979= [email protected]> wrote:
toggle quoted message
Show quoted text
Thanks for the reply. I am a part of that group and have no issues communicating with the radio through the digirig using JS8Call or WSJT-X?
-- Dan Ziolkowski KC2STA SKCC #4290T Ubuntu LINUX
|
Re: fldigi fights with frequency changes from radio or API
On 15/11/2024 17:47, Arek M., SP2AM via groups.io wrote: Anyway disabling "Tune to Rx Spot" and the problem went away. That was too fast. No - it doesn't make it go away. Added: diff --git a/src/logbook/maclogger.cxx b/src/logbook/maclogger.cxx index 1947a21b..087a3654 100644 --- a/src/logbook/maclogger.cxx +++ b/src/logbook/maclogger.cxx @@ -125,6 +125,8 @@ void maclogger_set_qsy() unsigned long long hz = mclg_rxhz; if (hz <= 0 || !progdefaults.maclogger_spot_rx) hz = mclg_txhz; if (hz <= 0) return; + printf("progdefaults.maclogger_spot_rx %d\n", progdefaults.maclogger_spot_rx); + printf("mclg_txhz = %llu, maclogger_set_qsy: %llu\n", mclg_txhz, hz); sendFreq(hz); wf->rfcarrier(hz); wf->movetocenter(); changing freq on radio and: progdefaults.maclogger_spot_rx 0 mclg_txhz = 7245000, maclogger_set_qsy: 7245000 progdefaults.maclogger_spot_rx 0 mclg_txhz = 7247280, maclogger_set_qsy: 7247280 progdefaults.maclogger_spot_rx 0 mclg_txhz = 7249560, maclogger_set_qsy: 7249560 progdefaults.maclogger_spot_rx 0 mclg_txhz = 7254380, maclogger_set_qsy: 7254380 progdefaults.maclogger_spot_rx 0 mclg_txhz = 7254380, maclogger_set_qsy: 7254380 progdefaults.maclogger_spot_rx 0 mclg_txhz = 7255740, maclogger_set_qsy: 7255740 progdefaults.maclogger_spot_rx 0 mclg_txhz = 7256960, maclogger_set_qsy: 7256960 so it does sendFreq(hz) every short time. Just hz it has is sometimes old value (radio already has been set to new freq) which makes it tell flrig to go back to old freq. Shouldn't it just do maclogger_set_qsy() { ... if (!progdefaults.maclogger_spot_rx) return; ? -- Arkadiusz Mi?kiewicz, arekm / ( maven.pl | pld-linux.org )
|
Re: fldigi fights with frequency changes from radio or API
On 15/11/2024 17:13, Arek M., SP2AM via groups.io wrote: If WITH FlRig and FlDigi running, and you change the frequency (or mode) at Flrig, does FlDigi follow those changes. When changing frequency on flrig then fldigi tries to follow but with the same "revert" problem, sometimes, as when changing frequency on radio.
Tracked it down. Frequency was being changed in maclogger_set_qsy(). I had "Tune to Rx Spot" turned on and fldigi reacted on: [Radio Report:RxMHz:7.07968, TxMHz:7.07968, Band:40M, Mode:LSB, Power:100] [Radio Report:RxMHz:7.07968, TxMHz:7.07968, Band:40M, Mode:LSB, Power:100] [Radio Report:RxMHz:7.07968, TxMHz:7.07968, Band:40M, Mode:LSB, Power:100] [Radio Report:RxMHz:7.07968, TxMHz:7.07968, Band:40M, Mode:LSB, Power:100] [Radio Report:RxMHz:7.07968, TxMHz:7.07968, Band:40M, Mode:LSB, Power:100] [Radio Report:RxMHz:7.07968, TxMHz:7.07968, Band:40M, Mode:LSB, Power:100] [Radio Report:RxMHz:7.07968, TxMHz:7.07968, Band:40M, Mode:LSB, Power:100] [Radio Report:RxMHz:7.07968, TxMHz:7.07968, Band:40M, Mode:LSB, Power:100] [Radio Report:RxMHz:7.07968, TxMHz:7.07968, Band:40M, Mode:LSB, Power:100] These look like a kind of "current status report" and not "spot" for me. Anyway disabling "Tune to Rx Spot" and the problem went away. -- Arkadiusz Mi?kiewicz, arekm / ( maven.pl | pld-linux.org )
|
Re: fldigi fights with frequency changes from radio or API
On 15/11/2024 11:23, Dave, G?WBX via groups.io wrote: Hi. If you run Flrig alone, does Flrig "follow" what you do at the radio? Yes. Flrig alone and: - flrig frequency display follows frequency changes made at radio - same for the other way - frequency changes made at flrig are applied to radio correctly - changes made via flrig xmlrpc api are applied to radio correctly flrig works reliably for me. If it does, then something is wrong in how FlDigi, interacts with Flrig. Fldigi should "follow" any changes at FlRig. Ok, so I didn't miss any special option. If WITH FlRig and FlDigi running, and you change the frequency (or mode) at Flrig, does FlDigi follow those changes. When changing frequency on flrig then fldigi tries to follow but with the same "revert" problem, sometimes, as when changing frequency on radio. I assume the radio follows FlRig. Yes. Debug log with rig i/o, server and client on: - fldigi started with freq 14078100 being on its display - (mouse) clicked *fldigi* third freq digit from right ("1") down, it changed frequency to 14078000, good, flrig follows, radio follows - now started clicking fourth digit down on *flrig* - one click -> fldigi went to 14077000 - second click -> fldigi went to 14076000 - and then fldigi went back itself to 14077000 Regards. Dave G0WBX. -- Arkadiusz Mi?kiewicz, arekm / ( maven.pl | pld-linux.org )
|
Re: Linux Recommendation - Work is a RHEL/Windows Shop
Joel,
any version of Linux is a good version of GNU/Linux, at least in
someone's opinion. If your works is using RHEL, then Fedora has a
lot in common. For the Broadcom drivers, you could also try
liberating/borrowing/otherwise acquiring a USB-to-Ethernet adapter
and using a good old wired network connection for the initial
installation.
As an alternative, Ubuntu is more liberal with hardware drivers,
and others have reported success, see .
HTH, 73, Robin, G8DQX
On 13/11/2024 10:16, Joel Black - W4JBB
via groups.io wrote:
toggle quoted message
Show quoted text
Based on the fact that work is a RHEL/Windows shop, I'm
thinking I want to install Fedora Workstation on one of my old
MacBook Airs - a 2015 model. While we are moving to on-prem
containerization and it's coming fast, we are not there yet.
Based on this, is my thinking sound in wanting to install Fedora
Workstation or does the version of Linux matter if I just want
to learn the CLI and scripting and building systems?
I don't know if it matters but I am taking a familiarization
course on K8s.
?
I am currently playing around and live booting Fedora but I'm
having a hard time with the Broadcom WIFI drivers on the MBA -
I'm in a catch-22 situation in that I need a network connection
to download drivers for a network connection. Does one download
the drivers and "sneaker-net" them over to the MBA or do I just
buy a to install the drivers and then stick the
dongle in a drawer to save for later?
?
Regards,
Joel - W4JBB
|
Re: DigiRig, flrig, and a Yaesu FT-747GX
Thanks for the reply. I am a part of that group and have no issues communicating with the radio through the digirig using JS8Call or WSJT-X?
|
Re: DigiRig, flrig, and a Yaesu FT-747GX
make sure you are a member?of "DIALOUT" group in Linuxkc?
Thanks Dan KC2STA
On Fri, Nov 15, 2024 at 8:43?AM Riley Gossling, KF0QMQ via <rjayg1979= [email protected]> wrote:
toggle quoted message
Show quoted text
I have a Yaesu FT-747GX that I am able to successfully use CAT control with through JS8Call and WSJT-X through a DigiRig mobile.
?
I am trying to get it working with flrig, but am not having any luck. I choose my radio from the dropdown, set the correct serial port, and always get the "Transceiver not responding" message when I click "init," even when I launch flrig before anything else after turning the computer on.
?
Has anyone had any luck with this setup? Not sure if it's related, but I cannot get rig control with CubicSDR to work either.
-- Dan Ziolkowski KC2STA SKCC #4290T Ubuntu LINUX
|
DigiRig, flrig, and a Yaesu FT-747GX
I have a Yaesu FT-747GX that I am able to successfully use CAT control with through JS8Call and WSJT-X through a DigiRig mobile.
?
I am trying to get it working with flrig, but am not having any luck. I choose my radio from the dropdown, set the correct serial port, and always get the "Transceiver not responding" message when I click "init," even when I launch flrig before anything else after turning the computer on.
?
Has anyone had any luck with this setup? Not sure if it's related, but I cannot get rig control with CubicSDR to work either.
|
Re: fldigi fights with frequency changes from radio or API
Hi.
If you run Flrig alone, does Flrig "follow" what you do at the
radio?
If not, you need to find out why.? (Flrig settings, or Radio
issue.)
If it does, then something is wrong in how FlDigi, interacts with
Flrig.
Fldigi should "follow" any changes at FlRig.? If WITH FlRig and
FlDigi running, and you change the frequency (or mode) at Flrig,
does FlDigi follow those changes.? I assume the radio follows
FlRig.
Regards.
Dave G0WBX.
|
fldigi fights with frequency changes from radio or API
Hello.
I'm new to flrig/fldigi, so this is probably something obvious but wasn't able to track it down.
fldigi 4.2.06 (also tried 4.2.06.05) on macbook pro m3 (macos sequoia), connected fo flrig 2.0.05. flrig drives FT-710.
As soon as I start fldigi it starts fighting with my changes to frequency and band made on the radio or via flrig xmlrpc API.
Like I'm changing frequency with radio knob and frequency gets reverted. Same for bands - changing band on radio and it gets switched back to previous. Same for frequency changes made with flrig API - these also get "reverted". If I keep changing frequency, despite reverts, eventually I'm able to get wanted frequency.
When I exit fldigi problem stops happening.
AFC is off for testing, RxID is off.
What else I should turn off?
I would like to be able to see frequency in fldigi (so polling should stay), change freq from fldigi by mouse clicks, use its AFC feature etc but also to be able to operate frequencies/bands from radio directly or via flrig xmlrpc API.
Thanks, -- Arkadiusz Mi?kiewicz, arekm / ( maven.pl | pld-linux.org )
|
Re: Question about fldigi submode logging / testing feedback on fldigi 4.2.06
Thank you Gary.? Perhaps it is
time for me to fultill the Apple Developer requirements.
David
On 11/13/24 15:23, Gary Rogers, KO3F
via groups.io wrote:
toggle quoted message
Show quoted text
Dave, I took the liberty of using my Apple Developer ID to re-sign
Fldigi-4.2.06.05.dmg, sending it through the Apple notarization
tool and stapling the approval to the app. This should permit
MacOS 15 users to open and run the app without all the extra
steps. Its in my dropbox here:
|