-
Notifications
You must be signed in to change notification settings - Fork 544
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reply to \get_powerstat to fix wsjtx #1334
Conversation
Fixes gqrx-sdr#1277 Signed-off-by: Jaroslav Škarvada <[email protected]>
Nice! Thanks a lot for working on this! :-) |
@argilo Would be great to make a minor Gqrx release with this fix included after it gets merged (so there is still time to get this into Ubuntu 24.04 and other distros released in Q1 / Q2 of 2024). |
Sure, I can make a release with this. It seems like a reasonable stopgap, but in the longer term Gqrx should probably implement the full command set so that things don't continue breaking. |
I have alternate version of the patch which maps powerstat to the DSP stat. I think it's more logically correct, but also less user friendly, because wsjtx outputs error if the DSP is off (it seems at the moment wsjtx cannot power the rig on). So with the alternate patch you need to switch the DSP on first and then it will work. Maybe it's a bit confusing. We could also implement the
|
I think the current version is fine. It seems reasonable to consider Gqrx "powered on" whether DSP is running or not. |
The issue is referenced in the commit and it should be linked. Personally, I don't care how it's fixed, especially if it's fixed. I think wsjtx could add auto power on support. But I also don't know whether I want it to work this way and toggle the DSP. I am also not sure whether DSP off means radio off. Because with DSP off gqrx reacts to set/get commands, frequency/mode can be changed and the new values are immediately displayed. This usually doesn't work if the radio is off. Also I don't get why after cca. half a year now multiple PRs are opened on the same issue. |
2.17.4 is out: https://github.com/gqrx-sdr/gqrx/releases/tag/v2.17.4 |
Fixes #1277.
Maybe better to add alias to DSP ON/OFF, but this will fix wsjtx at least.