¿ªÔÆÌåÓý

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

Re: #fldigi #hamlib Hamlib 4.6 not working #fldigi #hamlib

 

I reverted to hamlib 4.6 and successfully built fldigi 4.2.06.19. It works with my Yaesu FT-890.
?
I switched Hamlib back to version 4.7~git and fldigi 4.2.06.19 still works with my Yaesu FT-890.
?
This may be a workaround until a permanent fix is available.
?


Re: #fldigi #hamlib Hamlib 4.6 not working #fldigi #hamlib

 

I compiled 4.2.06.17 with hamlib 4.6, which did not work, but it now works with hamlib 4.7.
?
It is apparent that he "fixed" fldigi 4.2.06.18 for hamlib 4.6.
?
Since the rig_caps variable is the source of the problem, fldigi 4.2.06.19 should build with hamlib 4.6.
?
Now flgidi has to decide whether or not to revert the hamlib changes, as hamlib will eventually make a new release with the rig_caps changes.
?
My fldigi 4.2.06.19 build is also failing because of rig_caps.
?


CTY-3501 Country Files - 02 January 2025

 

The Country (CTY) Files were updated on 02 January 2025:



For installation instructions, start at:



Hover your mouse over the word Contest in the menu, then select the
software you are using.

To install the file, follow the link to your software at the top of the page.

If you are interested in a bigger CTY.DAT for everyday logging, you can get
it here:



Note that the release notes (and Version Entity) for this larger file are
different than what is shown below. There is a separate link to them.

As a reminder, there is an RSS feed of the latest country file announcements:



Here are the release notes:

2 January 2025 (CTY-3501)
VER20250102, Version entity is Bonaire, PJ4

Added/changed Entities/Prefixes/Callsigns:

* N0VAO, W0GG, W9CTY and WD8DII are all United States, K in CQ zone 3, ITU zone 6
* N7ML is United States, K in CQ zone 4, ITU zone 6
* AI8L, K1AF, KA4RUR, KB9SCT, KF9MT, KK7TZP, KN4SLP, N2GJ, N2UR and W9BED
are all United States, K in CQ zone 4, ITU zone 7
* AE4GW, AE4M, AK4QR, K1SPD, K4CCT, KB2UQS, KD5PCK, KI5ZQZ, KN4JGH,
KO4NOL, KZ4IT, N4AER, N5DF, NT0Y, W4AUB, W4BQK, W4KAM, W4NYZ, WA6CW and WB4KUU
are all United States, K in CQ zone 4, ITU zone 8
* K5ADR, K5YDR, K7KHZ, K8VAN, KE5MHV and W7VOA are all United States, K in CQ zone 5, ITU zone 8
* N7DKL is Alaska, KL
* W4I is Puerto Rico, KP4
* R9FCS/4 and R9JAB/6/P are both European Russia, UA
* RV3DSA/0 is Asiatic Russia, UA9 in CQ zone 19, ITU zone 34

Removed Entities/Prefixes/Callsigns:

* KK4MQM/C6A in Bahamas, C6
* GB0GTS in Scotland, GM
* AA5UZ, AG2TH, AK4I, K0IE, K0NW, K0SB, K4MQM, K7UPJ, K9GS, K9OR, KA9A,
KB8KMH, KC6UCN, KH6NO, KI4BIY, KI4ZZJ, KT4DW, KU4H, N0GAF, N0MU, N7CR,
N9SZ, NH6Z, W0ZZ, W3FU, W4KD, W4PGM, W4YEM, W7HJ, W8DX, W8HOT, W8ZM, W9BS,
WA4AA, WA4USA, WB8PAF, WB9IRF and WB9PRG in United States, K
* L73HAT/H in Argentina, LU
* R100R, R100RA, R100RN, R100RP, R100RR, R100RS, R100RV and R9XD/6
in European Russia, UA
* RX9SR/2 in Kaliningrad, UA2
* R100RB, R100RE, R100RU and R7HJ/0 in Asiatic Russia, UA9

Though I am subscribed to this reflector so that I can make these
announcements, I do not see most messages posted to it. If you have
any comments or corrections to the country file, please contact me
directly.

73 - Jim AD1C

--
Jim Reisert AD1C, <jjreisert at alum.mit.edu>,


Re: #fldigi #hamlib Hamlib 4.6 not working #fldigi #hamlib

 

¿ªÔÆÌåÓý

Hi Steve

It actually broke my fldigi/hamlib alpha builds. ie 4.2.06.18 and 19 now fails with Hamlib 4.7~git 2024-12-29T16:43:39Z SHA=028d75 64-bit (and later)

rigcontrol/hamlib.cxx: In function ¡®void hamlib_get_rigs()¡¯:
rigcontrol/hamlib.cxx:612:26: error: invalid conversion from ¡®int (*)(rig_caps*, void*)¡¯ to ¡®int (*)(const rig_caps*, void*)¡¯ [-fpermissive]
? 612 |???????? rig_list_foreach(add_to_list, 0);
????? |????????????????????????? ^~~~~~~~~~~
????? |????????????????????????? |
????? |????????????????????????? int (*)(rig_caps*, void*)
In file included from ./include/rigclass.h:27,
???????????????? from ./include/main.h:36,
???????????????? from ./include/squelch_status.h:31,
???????????????? from ./include/status.h:29,
???????????????? from ./include/nanoIO.h:42,
???????????????? from ./include/confdialog.h:424,
???????????????? from rigcontrol/hamlib.cxx:34:
/usr/local/include/hamlib/rig.h:3794:18: note:?? initializing argument 1 of ¡®int rig_list_foreach(int (*)(const rig_caps*, void*), void*)¡¯
?3794 | rig_list_foreach HAMLIB_PARAMS((int (*cfunc)(const struct rig_caps *, rig_ptr_t),

Cheers Bob VK2YQA

On 3/1/25 08:24, Steve, KB5AW via groups.io wrote:

Hamlib has recently reverted the change that broke fldigi hamlib control build with this comment:
Change rig_list_foreach back to using const argument -- was breaking many C++ application builds
?
I expect that this will fix fldigi hamlib control.
_._,_._,_



Re: #fldigi #hamlib Hamlib 4.6 not working #fldigi #hamlib

 

Hamlib has recently reverted the change that broke fldigi hamlib control build with this comment:
Change rig_list_foreach back to using const argument -- was breaking many C++ application builds
?
I expect that this will fix fldigi hamlib control.


fldigi 4.2.06.19 posted for testing

 

¿ªÔÆÌåÓý

commit e8bec83905a081e385ecc14777bae7edbd8887fe
Author: dave-w1hkj <w1hkj@...>
Date:?? Wed Jan 1 20:39:59 2025 -0600

??? THOR-25
?? ?
????? * add new THOR modem with following characteristics
??????? . symlen = 320
??????? . samplerate = 8000
??????? . flushlength = 40
??????? . bandwidth = 460
??????? . interleave depth = 50, 2 second
??????? . IEEE coefficients for viterbi encode/decode algorithms
????????? THOR_K15? 15
????????? K15_POLY1 044735
????????? K15_POLY2 063057
??????? . objective to provide highest baud within 500 Hertz bandwidth for
????????? European amateurs
??????? . CPS test for THOR-25
????????? - text:
??????????? 0123456789
??????????? abcdefghijklmnopqrstuvwxyz
??????????? ABCDEFGHIJKLMNOPQRSTUVWXYZ
????????? - # chars:????? 65
????????? - overhead:???? 10.720000 sec
????????? - xmt time:???? 10.080000 sec
????????? - xmt samples:? 166400
????????? - sample rate:? 8000
????????? - chars/sec:??? 6.45
????? * assigned secondary RsID code 691 to THOR-25
????? * increased flush length for all THOR baud rates
????? * added configurable start and end of signal shaping to these modem types:
??????? . dominoEX
??????? . psk
??????? . mfsk
??????? . rtty
??????? . thor
??????? . selectable on configuration tab Modem/General
????? * restored selectable paths to all THOR modem types
????? * added individual tone shaping for all THOR modem types

Increased the interleave duration to 2 seconds.? Not compatible with earlier test versions.

73, David, W1HKJ


Re: Icom IC-7100 USB Driver

 

I'll read more into it later,
?
I've never ever had a problem? using the sym links in /dev/serial/by-id , they always work, they always point to the right device on my Debian 12(ish) systems and Icom rigs.
?
On Thu, Jan 2, 2025 at 01:51 AM, Dave, G?WBX wrote:

the serial/by-id values can change, and ruin your day.


fldigi on MacOS 15.2

 

Hello,
I purchased a new MacMiniv M4. Now I am having the issue on my Mac when starting fldigi that I am always bothered by a pop-up message asking for Microphone access.
How to overcome it? In the SystemsSetting I granted already Microphone access to fldigi without success.
?
On this net I was reading about:
?
codesign --force --deep --sign - /Applications/fldigi-4.x.xx.app
?
Event this is not revolving the matter. Any help is welcome.
?
73
?
Jens
?


Re: Happy New Year

 

Happy New Year to you too Sir.

Let's all hope 2025 is less troublesome than 2024 was!

73.

Dave G0WBX.

--
Created on and sent from a Unix like PC running and using open source software:


Re: Icom IC-7100 USB Driver

 

¿ªÔÆÌåÓý

Hi Lonney.

Yes, those links work too, but the problem is, not that one or other style of link works or not, is that the default links/symlinks created by the OS, can change whenever it is kicked into re-enumerating USB devices at Boot, or restart time, or whenever the USB subsystem changes, as devices are added or removed.

That is in effect what happens when RF gets into a USB lead and messes with things...? They often get assigned in a different order than they did the first time!?? So, even the serial/by-id values can change, and ruin your day.

It causes real chaos, in cases (such as here) where I have multiple serial devices (not just radio's, but a GPSDO and other USB/Serial connected devices in the shack.? (As well as two or three USB audio devices!)

If you just have one such USB serial device, and one only external sound I/O, you likely will never experience the chaos that can happen.


Using udev rules, based on some unique feature of a device (typically a serial number, if that exists, or some other unique info, take care, the VID/PID values are generally not unique) NOT based on what the OS did, will always work the same each and every time.

Consider the not uncommon event of RF in the shack, that can cause a USB device to "drop out", the OS then "forgets" it, but when the RF has gone, the device "re appears" and everything is re-enumerated.?? THAT is when the mayhem can happen, not just with Linux, but Windows and other OS's that support USB devices in the same way, as is the standard way these days..

Using:-
udevadm info -a -n /dev/ttyUSBn

(where n is 0, 1, 2 etc) does list a lot of good info, but in the case of my two main PC's (the currently sick HP and this Dell) that internally have at least two "layers" of dynamic hardware such as PCI and USB subsystems, each boot usually results in a different I/O "path" to an externally connected device, even if is physically connected to the same physical USB "port".

The Dell XPS laptop I'm using at the moment, has two internal PCI bus's, each of them has a collection of internal USB Hub's, that as well as supporting the external devices, also support the keyboad, mouse pad, internal sound system, some aspects of the video system (default LCD screen, and an external HDMI device if connected (and that too it seems can "carry" USB traffic between PC and "Monitor") as well a several other internal sensor type devices, battery state monitoring and temperature sensors etc.

Quite how exactly the combination of it's BIOS, UEFI and OS manage to bring all that up into a usable and generally stable system is quite amazing!

"Udev rules" when configured well, work reliably and consistently in every case, but ONLY where there is something unique about any particular "device" that is not assigned dynamically on a cold or warm start...

The obvious value to look at would be the "serial number", as that ideally (I know...)? "Could" be unique amongst a particular class of devices at least.? But the device makers are somewhat lax in that respect.? It seems Icom, and possibly other Ham rig makers may do the right thing, as does FTDI, but 99.999% of the low cost genuine (as well as the fake/counterfeit) devices do not.

Some, have the ability to use custom information held in an external ROM of some sort, using a microwire bus to communicate with it.? If present, the custom information in it will be provided to the OS when enumerated, instead of the hard coded info in the peripheral chip itself.

See the CM108 sound codec data sheet for example...


Scroll down to the "Reference Application Schematic"? (Page 27 of 28 in the file.)
U3 a 93C46 is a small EEPROM for such needs, connected to pins 2, 3, 4 and 5.

(Page 14 has the format of the needed data for that external EEPROM too.)

Therefore, it could be possible (eyesight and tooling permitting) to retrofit such an EEPROM "dead bug" on top of the codec chip perhaps.

(There is ISTR one Ham USB Audio interface device, that has lands for such a chip provided on the underside of the board, but I forget which one.)? Of course, you first need to program the EEPROM with the correct data in the correct format.

The combination of a "Genuine" FTDI USB serial bridge device (that already has a unique on the planet serial number) and with a CM108 + (programmed) EEPROM would with an example udev rule, solve the issue once and for all, perhaps.

But why would mass market developers do that, Ham Radio is a tiny & trivial marked compared to the general throw-away gadget market these days.

You pay your money, and take your choice.

73.

Dave G0WBX
(Who's eyesight is not good enough for such electronic microsurgery these days, even if I had the tooling to hand!)



-- 
Created on and sent from a Unix like PC running and using open source software:


Re: FLAMP | transmit | add followed by XMIT does not transmit

 

Initial test looks good.? XMIT transmits.? Cancel stops transmitting with the correct message.? Remove removes.? Thank you sir, great suggestion!??
?
I am running FLDIGI version 4.2.06.? Should I upgrade?
FLMSG version 4.0.23?
FLRIG v 2.0.05???
?
I don't want to be at the bleeding edge but I don't mind being near the front ...?


Re: FLAMP | transmit | add followed by XMIT does not transmit

 

2.2.14 installed and running.? Will advise.??


Re: FLAMP | transmit | add followed by XMIT does not transmit

 

Yea, that version was released in error and has a few issues, grab 2.2.14.



Robert


Re: FLAMP | transmit | add followed by XMIT does not transmit

 

2.2.13
?
This is on a RPi, 4B, Bookworm.? Everything else in FLAMP seems to work as expected.??


Re: FLAMP | transmit | add followed by XMIT does not transmit

 

Richard,

What version are you using?

Robert


FLAMP | transmit | add followed by XMIT does not transmit

 

"does not XMIT" means that the transmitter is not keyed, the transmit timer left of "Spot" in the upper right does not come on, the T/R button in the lower right does not change to red, no signal in waterfall.? Cancel displays a dialog that I am ending transmit.? At this point, "remove" does not remove the file.? It appears to do nothing.??
?
However if I drag-and-drop a file onto the DnD button and click XMIT, it does transmit.? Everything works normally.??
?
Sending in mfsk32 with rxid and txid on.??
?
I have tried different file extensions and locations, compress on and off, with and without description.? File name contains no space characters.? File is k2s and opens in FLMSG, view form works.??


Re: Icom IC-7100 USB Driver

 

Some of this might be useful:
?
ls -l /dev/serial/by-id
?
Find the symlink that points to your rig. If the /dev/USB or TTY numbering changes (reboots, connecting/disconnecting different devices), it just works.
?
Also, this is as an example: If you run gpsd, it likes to capture all serial ports to find gps serial devices, this hoses up rig control. That is something to be aware of too depending on the default configs for software that uses serial devices. Two example fixes:
?
or, I tweaked /etc/default/gpsd and changed: START_DAEMON="false" , and
USBAUTO="false".
?
?
- Lonney
?


Re: [nbems] Happy New Year

 

Happy New Year to you Dave and the very best health. Thanks for your ( and others) work on fldigi. It is a mainstay for my ham radio operations.

73, tom w7sua Arizona

On 1/1/2025 7:04 AM, Dave via groups.io wrote:
HNY to all.? Hope that 2025 brings good health and happy digital QSOs to all.? Lord willing and the creek don't rise, I plan on continuing support of all of the fl applications during this year.
73, David
W1HKJ


Re: Happy New Year

 

¿ªÔÆÌåÓý

Thank you David,
God Bless you for all you do for Ham radio operators.
Wishing you and yours the best of everything in 2025.

73 de John K7JHM?


On Jan 1, 2025, at 7:04 AM, Dave, W1HKJ <w1hkj@...> wrote:

HNY to all.? Hope that 2025 brings good health and happy digital QSOs to all.? Lord willing and the creek don't rise, I plan on continuing support of all of the fl applications during this year.

73, David
W1HKJ

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




Re: Happy New Year

 

Right back at you my friend.

On 1/1/25 08:04, Dave, W1HKJ wrote:
HNY to all.? Hope that 2025 brings good health and happy digital QSOs to all.? Lord willing and the creek don't rise, I plan on continuing support of all of the fl applications during this year.

73, David
W1HKJ
--
*AD5XJ* Ken ad5xj@...