Keyboard Shortcuts
Likes
- Linuxham
- Messages
Search
Re: Guide to New Rig backend creation?
Hi again.
I also to, have two PCR-1000 receivers.? So I did take a look into their support needs. Unfortunately, the "language and protocol" is utterly different to the CI-V driven radio's, not just the IC-R9000. (Chalk and Cheese as we'd say this side of the puddle...) It also seems the R9k has a rather limited selection of settings that can be altered over the CI-V bus, that could make things a little easier for me.?? Based on using a terminal emulator (CuteCom) to monitor what the radio spits out down the wire with the bus in "Transceive" mode, when something is changed on its front panel. (I've yet to find a definitive CI-V "manual" specific to the IC-R9000, if such ever existed.) Basically, Frequency, Mode, and Filter choice.? And the same basic command string is used for both mode and Filter setting. Anyway, I'm making some, if slow progress, but one thing eludes me, and it's nothing to do with the coding for the radio. I see now, that Flrig when you "make" it, (re)builds everything, needed or not.?? ISTR, that earlier versions used to (by default) only rebuild and re-link based on the file(s) that changed since the last "Make". Is there an "adjustment" I can make to allow rebuilds to only recompile and re-link based on changed files since the last "make", so that I don't have to wait many minutes for it to complete!? (Long enough to make a fresh cup-o-tea!) Or is that something now imposed by the current compiler and linker tools, as a security measure? Sorry, but I don't understand the contents of the makefile, and there's heck of a lot of it! If not, this is going to take me a long time to do. Cheers and 73 to All. ??? Dave G0WBX. -- Created on and sent from a Unix like PC running and using open source software: |
Re: fldigi on MacOS
Time to learn Unix commands.
?
Open terminal. That is your home directly (the prompt will have ~ in it), if not sure, type cd <enter> that puts you back to home.
?
ls -ahl
?
This will list a bunch of stuff.
?
You should see something like:
?
lonney@office-mac1 ~ % ls -ahl ? ? ?
total 152 drwxr-x---+ 40 lonney ?staff ? 1.3K Oct 11 08:53 . drwxr-xr-x ? 5 root ? ?admin ? 160B Jul 17 02:49 .. drwxr-xr-x ?25 lonney ?staff ? 800B Oct ?5 15:18 .fldigi drwxr-xr-x ?18 lonney ?staff ? 576B Oct ?1 08:01 .flrig ?
Rename:
?
lonney@office-mac1 ~ % mv .fldigi .fldigi.old
?
Start Fldigi again.
?
- Lonney |
Re: FLrig FT-991A Memory Channels
On Fri, Oct 11, 2024 at 11:28?AM va3jpx via <va3jpx=[email protected]> wrote:
I don't think so, that would take a program like CHIRP which doesn't yet support the 991A. Thanks, Richard KF5OIM |
Re: fldigi on MacOS
When I run the fldigi exec file in terminal it gives this warning:? ? Caught signal 11 Aborting fldigi due to a fatal error. Please report this to: ? fldigi-devel@... or file a bug report at: ? I think this has something to do with a "shared memory segment" whatever that means. maybe that's the issue? |
Re: fldigi 4.2.05.24 development version posted at
开云体育I am the original and principal developer of fldigi.? I run the program on several different Apple h/w and OS versions.? The issue described below is only associated with the latest h/w and OS releases, including Sonoma 14.6.1 on all both Intel and Apple silicon.? I too count exactly 43 clicks to get past the microphone gate keeper.? I do not know what process in fldigi's start up code is causing the problem.? I can tell you how to avoid the gatekeeper.
73, David, On 10/7/24 18:33, John Biccum, N7TIN
wrote:
|
fldigi 4.2.06 posted at
开云体育Index of /files/fldigiand at Refer to readme.txt for list of changes since 4.2.05. 73, David |
fldigi on MacOS
Hey everyone. I'm looking for help to fix a problem with fldigi on my Mac computer (v 12.7.5). I downloaded fldigi and it worked for a day or 2, but now every time I try to open it, it closes almost immediately. I'm not sure what the issue is or how to diagnose it. any help would be appreciated.
? |
Re: fldigi 4.2.05.24 development version posted at
Hi.
AFIK, it's an OS imposed restriction, of the use of "Microphone" like unknown (to the OS dev's) devices (aka any audio input device) as a privacy thing. Winders does much the same, but may be easier to tell that to let it run. No such issues (that I've found yet) on any Linux. (Currently, using LMDE6 here, or an old Linux Lite version, on an Acer One for /P use, mainly these days to receive the weekly SWRG broadcasts.? I have to drive for anything up to 20 minutes to find a HF quiet area, here in central UK!) 73. Dave G0WBX -- Created on and sent from a Unix like PC running and using open source software: |
Re: fldigi 4.2.05.24 development version posted at
开云体育
No, sadly nothing new on this issue in this version.
I’m running??4.2.05.24 on a M2 MacBook Air (Sequoia 15.0.1) and confirm the "FLDigi would like to access the microphone” issue IS still present in this version.
It still takes *exactly* 43 (forty-three) clicks of the “Allow” button before the “microphone” (IC7300 in my case) is allowed access.
I wonder why it *always* works after the 43rd “Allow”??
Could that number be helpful in find the the cause of this issue?
|
Re: fldigi 4.2.05.24 development version posted at
开云体育Ok, thanksOn Oct 5, 2024, at 10:20?AM, Dave, W1HKJ via groups.io <w1hkj@...> wrote:
?
The latest OS that I build and
test on is Sonoma 14.6.1. David On 10/4/24 15:56, John T. Hoskins,
WA5NJG wrote:
Dave, |
Re: Guide to New Rig backend creation?
开云体育The comments / count reference is for the coder's convenience.?ls src/rigs/other AOR5K.cxx???? PCR1000.cxx?? RAY152.cxx??? sunsdr2.cxx? TMD710.cxx FLEX1500.cxx? PowerSDR.cxx? SmartSDR.cxx? tcisdr.cxx?? trusdx.cxx The PCR1000 is a pretty old Icom black box receiver that I once owned.? The PCR1000.cxx code might be useful to you. Dave On 10/5/24 05:44, Dave, G?WBX via
groups.io wrote:
Hi again. |
Re: fldigi 4.2.05.24 development version posted at
开云体育The latest OS that I build and test on is Sonoma 14.6.1.David On 10/4/24 15:56, John T. Hoskins,
WA5NJG wrote:
Dave, |
Re: Guide to New Rig backend creation?
开云体育Hi again.Thanks for that info David. Checking off what you described... It was:- ??? src/rigs/rigs.cxx:??? &rig_ICR71,??? ??? // 63 That escaped my radar.? (Of course, I've used? "&rig_ICR9000" .) (Do I guess right, that the // 63 comment is just a human convenience count reference?? At present, the R9000 is a the bottom of the list sporting? // 111 after it.) Anyway..? It now appears in the selection list and other than errors when trying to initialise, it generates C-IV traffic that currently is ignored by the R9000, so I should be good for some late nights with the R9000 C-IV manual, and a warm computer, for a while... I think, the closest TRX, is the IC-781, from the same era as the R9000. Hamlib has both, so I'll be comparing stuff in the back-ends there too.? I have found that Grig via Hamlip works with the R9000, but there are some "funnies" with filter selections etc.?? Maybe the two are not so similar.?? More to learn... Best Regards David, your help is very much appreciated. Oh, I'm doing all this with the sources for? flrig-2.0.05.75 73. Dave G0WBX. PS:??? The build warnings I see, are for a FT2000 rigs/yaesu/FT2000.cxx: In member function ‘virtual void RIG_FT2000::set_rf_gain(int)’: rigs/yaesu/FT2000.cxx:1124:52: warning: ‘%03d’ directive output may be truncated writing between 3 and 9 bytes into a region of size 5 [-Wformat-truncation=] ?1124 |???????????????? snprintf(szcmd, sizeof(szcmd), "RG0%03d;", val * 255 / 100); ????? |??????????????????????????????????????????????????? ^~~~ rigs/yaesu/FT2000.cxx:1124:48: note: directive argument in the range [-21474836, 21474836] ?1124 |???????????????? snprintf(szcmd, sizeof(szcmd), "RG0%03d;", val * 255 / 100); ????? |??????????????????????????????????????????????? ^~~~~~~~~~ rigs/yaesu/FT2000.cxx:1124:25: note: ‘snprintf’ output between 8 and 14 bytes into a destination of size 8 ?1124 |???????????????? snprintf(szcmd, sizeof(szcmd), "RG0%03d;", val * 255 / 100); ????? |???????????????? ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rigs/yaesu/FT2000.cxx:1119:52: warning: ‘%03d’ directive output may be truncated writing between 3 and 9 bytes into a region of size 5 [-Wformat-truncation=] ?1119 |???????????????? snprintf(szcmd, sizeof(szcmd), "RG1%03d;", val * 255 / 100); ????? |??????????????????????????????????????????????????? ^~~~ rigs/yaesu/FT2000.cxx:1119:48: note: directive argument in the range [-21474836, 21474836] ?1119 |???????????????? snprintf(szcmd, sizeof(szcmd), "RG1%03d;", val * 255 / 100); ????? |??????????????????????????????????????????????? ^~~~~~~~~~ rigs/yaesu/FT2000.cxx:1119:25: note: ‘snprintf’ output between 8 and 14 bytes into a destination of size 8 ?1119 |???????????????? snprintf(szcmd, sizeof(szcmd), "RG1%03d;", val * 255 / 100); ????? |???????????????? ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- Created on and sent from a Unix like PC running and using open source software: |
Re: fldigi 4.2.05.24 development version posted at
开云体育Greetings,I am contemplating buying a iMac with M3. I’ve always used Easy Digi with my Toshiba Satelite with Win 7. Works great on BPSK31 that I operate 90% of my QSO’s. Is there an Easy Digi product that Clifford is selling, that will provide easy connectivity using the 2024 iMac M3. All comments are greatly appreciated. 73, Ron Speer W6RRS On Oct 4, 2024, at 4:56?PM, John T. Hoskins, WA5NJG via groups.io <jt-hoskins@...> wrote:
?Dave, I have been using FLdigi-4.2.05.24 successfully for several months now.? I am going to have to upgrade my MacOS to the latest and greatest (Sequoia 15.0.1) in the near future. Have you done any testing with Sequoia? 73, John WA5NJG
|