Keyboard Shortcuts
Likes
- Linuxham
- Messages
Search
Re: FLDIGI 4.2.06 / RumLogNG v 5.19.1/OSX / MacOS 15.3
Hi Dave,
?
I am sorry I captured the wrong picture on the FSK one I kept adjusting the S/N number from dark red to light yellow and could only decode noise. ?I did widened the filter and that did not change much. ?The immediate ?time I moved to Data it decoded the RTTY. ?Now in FSK my radio could decoded the RTTY but FlDigi could not. ?
?
What else can I test to get this worked out. ?
?
Tim? |
||||||||||||||||||||||||||||||||||||||||||||||||||
Re: FLDIGI 4.2.06 / RumLogNG v 5.19.1/OSX / MacOS 15.3
Hi Tim,
In your second screen shot I do not see any signal in the passband, but instead, I see a LOT of noise. Earlier you said
?
> ?I opened the filter on the FSK to get more of the siglanl into FLDigi
?
I am not sure how you did this, but from this shot, there is no signal there - only noise. With no signal to decode, that is, the pair of tracks like we see in your first shot, those centered at 700 Hz, 1500 Hz, and 2500 Hz (approx) there is nothing for FLDigi to do.
?
Take another look at my earlier post with the two screenshots of the waterfall. You can see that there are signals in both pictures, with the biggest difference being the width of the passband, and because of that, more signals to decode in that first one.
?
I think this is what you will need to do, and with your radio (not fldigi) so that there is a signal to decode. Once you have a RTTY signal transmitting so that he is in your receive passband, and it shows up in the fldigi waterfall, then fldigi will be able to lock onto it and decode it.
?
Thanks for the full screen shots - it is very helpful to try to figure things out and to understand what is going on there. "More information is better"
?
73,
Dave |
||||||||||||||||||||||||||||||||||||||||||||||||||
Re: cant get audio running to drive xcvr in wsjtx
On 2/6/25 12:49PM, Ed Oxer, W8EO via groups.io wrote:
Hello, Had it working and then only rig control. Using xubuntu based (andys linux) wsjtx app with ft 891. Is there a good video or ? for getting the settings to work? wsjtx sees sound card and sends audio to laptop speakers but not to radio. What are the audio setting in ubuntu? pulse, pipewire, alsa ? Tnx and 73 Ed W8EOHi Ed et al, I've seen an issue where audio devices "go away" and one is left with only the dummy output. One can check in the audio mixer to see if this is the case. On various internet posts, this issue is claimed to be something between the kernel and the sound system. If this is what you're seeing, I've put a workaround into AHRL. Go to the Workarounds menu and select "Fix Sound". OR ... if you like the command line, try this: sudo /usr/local/bin/fix_sound Note that the above is an AHRL specific workaround. Good luck and 73, Andy -- Andy Stewart (KB1OIQ) |
||||||||||||||||||||||||||||||||||||||||||||||||||
Re: cant get audio running to drive xcvr in wsjtx
On Sun, Feb 9, 2025 at 1:59?PM Randy VE3JO via <rcoulas67=[email protected]> wrote:
I'm having a similar issue out of nowhere... TF-991a, never had an issue before but now I can't get any TX output. Change to my desktop speakers and I can hear the FT8 signal. Same problem in Fldigi with PSK.? I've tried resetting my radio menu and re-setup but no dice. I don't want to do a full reset and lose my memories if it's unlikely to help but I'm getting desperate.? Thanks, Richard KF5OIM |
||||||||||||||||||||||||||||||||||||||||||||||||||
Re: Running Linux on a Chromebook
I have a Chromebook Lenovo CT X636F.? Tried to use Crostini (crouton): can install FLDIGI and run it but, as stated by some online help, Linux software running in Crostini can only see "supported peripheral". FLDIGI can't see my Xiaegu and, in general, Crostini can't see any simple USB drive too! Anyone has better results?
?
Roberto, I2RWR
?
? |
||||||||||||||||||||||||||||||||||||||||||||||||||
Re: FLDIGI 4.2.06 / RumLogNG v 5.19.1/OSX / MacOS 15.3
Usually what happens when people try to do this, is that there is no one transmitting in the new passband when switching to FSK mode. And if there is, the FLDigi 'red lines' tuning indicator is not lined up with the signal being received. Here are a couple of screen shots when using the DATA-U mode to receive, and then the FSK mode to receive. Notice that I moved the FLDigi tuning lines up to 2100-2200 Hz which is where the audio is coming through (actually 2170 according to the digital display just below the waterfall).
?
?
|
||||||||||||||||||||||||||||||||||||||||||||||||||
Re: FLDIGI 4.2.06 / RumLogNG v 5.19.1/OSX / MacOS 15.3
¿ªÔÆÌåÓýHowdy Tim,Ya, as far as I know FLdigi only decodes the mode that it is operating on. The others appear on the waterfall but are not decoded. Doubtless many others on this group can explain things better. 73 de John K7JHM?
John McCurdy
IMPORTANT......... IF YOU FORWARD THIS EMAIL, PLEASE DELETE ALL THE FORWARDING HISTORY?WHICH INCLUDES MY EMAIL ADDRESS. USE BCC TO LIST YOUR CONTACTS..... ERASING THE?HISTORY HELPS PREVENT SPAMMERS FROM COLLECTING ADDRESSES AND VIRUSES FROM BEING?PROPAGATED. THANK YOU |
||||||||||||||||||||||||||||||||||||||||||||||||||
FLDIGI 4.2.06 / RumLogNG v 5.19.1/OSX / MacOS 15.3
Hello,
?
I like to use FLDigi for RTTY and I have been working the RITTY contest this weekend. I am using my Elecraft K4 to send RTTY since its build it and works well. I noticed FLDigi is not decoding RTTY when I am in FSK mode to be able to send RTTY. ?If I move to DATA mode it decodes. ?I opened the filter on the FSK to get more of the siglanl into FLDigi but no decode. ?Im not sure if it¡¯s the mode or the filter but if any can let me know I would like FLDigi to decode RTTY in FSK mode.?
?
Tim?
KM4ESU |
||||||||||||||||||||||||||||||||||||||||||||||||||
Re: Where to send user modified/tested/debugged sources?
You are probably aware of the preferred?C++ coding style, but to refresh you memory read here:? 1.? The easiest way is to submit a compressed source file containing all new or modified source files. 2.? Next would be to create a diff file for the entire application source.? You would need to build the diff based on the original uncompressed tar.gz source image and the modified image. 3.? Finally you can become a git developer with your own private upload directory at Source Forge.? After getting over the learning curve bulge this is the simplest method. Send the files generated (1) or (2) to me at w1hk25@... 73, David W1HKJ On Sat, Feb 8, 2025 at 8:46?AM Dave, G?WBX via <g8kbvdave=[email protected]> wrote:
|
||||||||||||||||||||||||||||||||||||||||||||||||||
Where to send user modified/tested/debugged sources?
One for Dave 'HKJ.
?
What is the preferred way to submit modified/tested/debugged sources?
And in what format?
?
(I for one would "prefer to avoid" git etc, as I have never had a good experience with those systems, being all too easy to "royally mess things up!")
?
73.
?
Dave G0WBX.
? |
||||||||||||||||||||||||||||||||||||||||||||||||||
Flrig-2.0.05.93 Erroneous behavior with Yaesu FT736r.
Hi again.
?
For now I've given up trying to understand the weird "pot-luck access" to Dave's new site.? There is something truly janky going on outside of my control...
?
Enough of that...?? A new(ish) issue...
Same project and version.? (Flrig 2.0.05.93)? This time with the ancient FT-736r.
?
(I say new(ish) as I noticed it first I think with an earlier alpha, just before I lost the ability to login as "me" to my own computer.? Insufficient rights for the Xserver to access hardware ports 0x00 to 0x35 or something.)
?
Anyway...
?
Firstly, the "base release" of 2.0.05, works very well.
But the alpha .93 (and I think some earlier ,7x version) have a problem when recalling a "Flrig Memory" where the rig goes to the wanted frequency just fine, but a fraction of a second after that, Flrig itself reverts to displaying the old VFO frequency that was in force before the memory was recalled, while the radio stays at the new (recalled) frequency.
?
Of course, This radio is not capable of returning a query for it's set working frequency.?? That, I think is part of the problem, as something in Flrig expects to be able to update it's display, based on what the radio has just been set to as a result of a Memory Manager recall.? (As it does with other rigs just fine.)
?
"Tuning via Flrig" (even with polling disabled) there is no issue, you nudge a digit up/down, and the radio follows just fine, plus Flrig stays showing the "new" frequency.
?
Disabling all polling, prevents Flrig Memory Manager recall's too!? (Seems odd...)
?
This ancient (but still very useful) radio also has much of it's front panel "locked" when under CAT control, so you can't manually "tune" it (or change several other settings) from the front panel, and have Flrig follow it.
?
The only data it can return to the controlling computer, is the Squelch status, and a 'S' meter indication value.
?
I can't see anything grossly different in the .cxx and .h files for this radio, so I'm guessing something else changed deeper within Flrig.? But where?
?
Best Regards.
?
Dave G0WBX.
?
?
?
?
? |
||||||||||||||||||||||||||||||||||||||||||||||||||
Re: Recent w1hkj site changes, and Flrig sources.
OK.? Did another update to that folder: Index of /alpha/flrig
David On Sat, Feb 8, 2025 at 5:09?AM Dave, G?WBX via <g8kbvdave=[email protected]> wrote:
|
||||||||||||||||||||||||||||||||||||||||||||||||||
Re: Recent w1hkj site changes, and Flrig sources.
¿ªÔÆÌåÓýHi. Well, as one other list member in the UK also reported the same issue with the new site flrig alpha folder. I dug into things a bit more. I checked again this (UK)AM and still saw the old version alpha. This is after googling for w1hkj, and going to the .org link.? At
about 11:00z today.? Perhaps there are server logs that might show
up something. At one point, using a VPN with it's distant endpoint in the USA (Alanta) I DID see the correct up-to-date site. But that didn't last long.?? 5 minutes later, were stuck on the out-of-date site again, even while still using the VPN. Using an utterly different device and browser (an android phone,
on cellular data) also shows the wrong files.? Even after a full
power off and cold reboot. So, that's two different routes to the same wrong source.? Maybe
GCHQ doesnt want us to be "up to date" with open source ham
software? Or, something in the internet caching distribution network seems to have stalled somewhere.? So it's a bit "pot luck" what you get to! 73. Dave G0WBX.
|