|
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 Tried installing the Memory Manager using Wine on my Ubuntu 14.04 machine. Got an icon on the desktop, but nothing else seems to work. Any chance the program may be ported to Linux in the future? I'm not a coder so I have to rely on those with the skills. 73, Dick Roth KA10Z K3-100 SN 859 (original owner) - -- Yes indeed...the Hokey Pokey *is* what its all about! -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) iQEcBAEBAgAGBQJVpWyZAAoJED24tLyLWT6dNC0H/3yBnzKAzFyvEk6WGWoNkYO4 LO7Uum3BH9SNxoPDsDFH5y296DoOKai2Q7khHoCuvRvXI6W6X+Ho/h5NDJP2msmU ZKK5GmReAXLNFRHe2CVDpmiAVJ+YmJx1lf5VsNz4iDSXCasZ7k2sQlS1lpq+z5o/ D5TKFel7DOC/kWcmZqw8uI5DkW3WW11GxOqieynRveeBmDyepHbJAaJaqrS/SoIx FHD9WK6Eq63ckvaxDpY7KNY0eiDfwqkx1hCz5z6uXTJ0EvzOv5APVSa6/Ht/E4pT nPJYSZ8fKkEErbCz6SYSVAFfc/K78hmWXfjN2b/xMKho6Bn+LKS8LzMCvg7I/mk= =hh2g -----END PGP SIGNATURE----- ______________________________________________________________ Elecraft mailing list Home: http://mailman.qth.net/mailman/listinfo/elecraft Help: http://mailman.qth.net/mmfaq.htm Post: mailto:[hidden email] This list hosted by: http://www.qsl.net Please help support this email list: http://www.qsl.net/donate.html Message delivered to [hidden email] |
|
Dick,
Do you mean the K3 utility made by Elecraft? There is a native Linux version available on their website. http://www.elecraft.com/K3/software/K3UtilityLINUX_1_15_6_27.tgz 73, Peter Op 2015-07-14 22:10 schreef Dick Roth: > Tried installing the Memory Manager using Wine on my Ubuntu 14.04 > machine. Got an icon on the desktop, but nothing else seems to work. > Any chance the program may be ported to Linux in the future? I'm not a > coder so I have to rely on those with the skills. > > 73, > Dick Roth > KA10Z > > K3-100 SN 859 (original owner) Elecraft mailing list Home: http://mailman.qth.net/mailman/listinfo/elecraft Help: http://mailman.qth.net/mmfaq.htm Post: mailto:[hidden email] This list hosted by: http://www.qsl.net Please help support this email list: http://www.qsl.net/donate.html Message delivered to [hidden email] |
|
Peter,
No, the Memory Manager is different from the K3 (KX3) Utility. The Utility application is available in Windows, Mac, and Linux versions, but Memory Manager currently is Windows only. Time will tell if this Memory Manager will be ported to other platforms. Dick is the programmer for both the K3 Utility and the Memory Manager - as far as I know, he only does Windows. 73, Don W3FPR On 7/14/2015 6:45 PM, Peter Eijlander (PA0PJE) wrote: > Dick, > Do you mean the K3 utility made by Elecraft? > There is a native Linux version available on their website. > > http://www.elecraft.com/K3/software/K3UtilityLINUX_1_15_6_27.tgz > ______________________________________________________________ Elecraft mailing list Home: http://mailman.qth.net/mailman/listinfo/elecraft Help: http://mailman.qth.net/mmfaq.htm Post: mailto:[hidden email] This list hosted by: http://www.qsl.net Please help support this email list: http://www.qsl.net/donate.html Message delivered to [hidden email] |
|
Don has it right regarding the Utility. I've been running it on various
versions of Linux since I built my K3 (#859). The memory editor is interesting to me. I tried installing it under WINE, but all I got was a desktop icon. The program won't execute. It wants native Windoze, which I will not run. ttfn & 73, Dick, KA1OZ On 07/14/2015 07:00 PM, Don Wilhelm wrote: > Peter, > > No, the Memory Manager is different from the K3 (KX3) Utility. The > Utility application is available in Windows, Mac, and Linux versions, > but Memory Manager currently is Windows only. > > Time will tell if this Memory Manager will be ported to other platforms. > > Dick is the programmer for both the K3 Utility and the Memory Manager - > as far as I know, he only does Windows. > > 73, > Don W3FPR > > On 7/14/2015 6:45 PM, Peter Eijlander (PA0PJE) wrote: >> Dick, >> Do you mean the K3 utility made by Elecraft? >> There is a native Linux version available on their website. >> >> http://www.elecraft.com/K3/software/K3UtilityLINUX_1_15_6_27.tgz >> > -- Yes indeed...the Hokey Pokey *is* what its all about! ______________________________________________________________ Elecraft mailing list Home: http://mailman.qth.net/mailman/listinfo/elecraft Help: http://mailman.qth.net/mmfaq.htm Post: mailto:[hidden email] This list hosted by: http://www.qsl.net Please help support this email list: http://www.qsl.net/donate.html Message delivered to [hidden email] |
|
Hi Dick,
I have K3 Memory Editor 1.4.9.29 installed under wine on ubuntu linux here. This is ubuntu 12.04LTS running on a standard issue Dell PC platform. Running the Editor from a shell: in ~/.wine/drive_c/Program Files/Elecraft/Elecraft FrequencyMemoryEditor, with a command line of ./FrequencyMemoryEditor.exe. The program executes and shows a GUI. The K3 serial port is the Elecraft USB/Serial adapter for the K3. This uses a DE9 connector at the K3 end. On this linux, the device is enumerated as /dev/ttyUSB0. I've also made the device accessible using a symbolic link (ln -s /dev/ttyUSB0 COM1), but no joy using either device or link. The problem here is a little different from yours, but it's still a problem. Even though the GUI loads and allows execution of the Read All from Xcvr button, the program never receives a valid response (or at least it's not interpreted that way). I checked at the four baud rates used, and the Editor is sending a ';' to determine basic connectivity. But it's not getting a good response, no matter which K3 CONFIG:RS322 bps rate is set up. Using the Elecraft USB/Serial adapter, I can see the K3 responding via the LEDs inside the housing, and confirmed a ';' going to the K3 using a null modem cable. So anyway, that's me blowing off steam and it doesn't address the problem you have. Sorry for the diversion. I'd suggest you try executing the Editor not from the desktop icon, but from the command line as described above. This is in case there is some icon / shortcut parameter that doesn't allow the program to start. You can fix the icon Properties later. If the program runs (as above) maybe we can compare notes and get something going for you. Unless there are a vast number of linux users, we might want to do this off-list, if you're interested at all. 73, matt W6NIA On Tue, 14 Jul 2015 20:00:14 -0400, you wrote: >Don has it right regarding the Utility. I've been running it on various >versions of Linux since I built my K3 (#859). The memory editor is >interesting to me. I tried installing it under WINE, but all I got was >a desktop icon. The program won't execute. It wants native Windoze, >which I will not run. > >ttfn & 73, >Dick, KA1OZ > > >On 07/14/2015 07:00 PM, Don Wilhelm wrote: >> Peter, >> >> No, the Memory Manager is different from the K3 (KX3) Utility. The >> Utility application is available in Windows, Mac, and Linux versions, >> but Memory Manager currently is Windows only. >> >> Time will tell if this Memory Manager will be ported to other platforms. >> >> Dick is the programmer for both the K3 Utility and the Memory Manager - >> as far as I know, he only does Windows. >> >> 73, >> Don W3FPR >> >> On 7/14/2015 6:45 PM, Peter Eijlander (PA0PJE) wrote: >>> Dick, >>> Do you mean the K3 utility made by Elecraft? >>> There is a native Linux version available on their website. >>> >>> http://www.elecraft.com/K3/software/K3UtilityLINUX_1_15_6_27.tgz >>> >> Matt Zilmer, W6NIA www.elecraft.com 831-763-4211 x129 ______________________________________________________________ Elecraft mailing list Home: http://mailman.qth.net/mailman/listinfo/elecraft Help: http://mailman.qth.net/mmfaq.htm Post: mailto:[hidden email] This list hosted by: http://www.qsl.net Please help support this email list: http://www.qsl.net/donate.html Message delivered to [hidden email] |
|
In reply to this post by Dick Roth
A few years ago in C on linux I played around with determining the
undocumented memory map. Pierfrancesco Caci IK5PVX joined in later and we spent some time decoding binary returns after changing a single setting. We made good progress, but it's tedious and we instead returned to on-air pursuits! Turns out I don't use the memories too often anyway. I have other tiny C programs more useful to me. It's possible to reverse engineer, though I never went so far as to write into memory for fear of doing something regrettable. :-) 73, Mike ab3ap Sample output from seconds ago using the -b (brief summary) option. Looks like I overwrote a 40m freq into my 10m memory! mm@ab3ap$ k3mem -b 1-20 1: 1820000 / CW 1824000 / CW 160M 2: 21033990 / CW 21033990 / CW 80M 3: 5366000 / USB 5366000 / USB 60M 4: 7000000 / CW 7000000 / CW 40M 5: 10100000 / CW 10100000 / CW 30M 6: 14000000 / CW 14000000 / CW 20M 7: 18068000 / CW 18068000 / CW 17M 8: 24900650 / CW 24895510 / CW 12M 9: 7111000 / CW 7114000 / CW 10M 10: 145310000 / FM- 145310000 / FM- W3UD PL 141.3 Hz 11: 145390000 / FM- 145310000 / FM- W3AD PL 118.8 Hz 12: 146700000 / FM- 146700000 / FM- W3DRA PL 131.8 Hz 13: 146850000 / FM- 146850000 / FM- WA3SF 14: 146925000 / FM- 145310000 / FM- W3WAN PL 74.4 Hz 15: 146940000 / FM- 146985000 / FM- W3EOC PL 131.8 Hz 16: 146955000 / FM- 146985110 / FM- W3SC PL 131.8 Hz 17: 146985000 / FM- 146985000 / FM- FROGS PL 100.0 Hz 18: 147015000 / FM- 145310000 / FM- W3RRR PL 118.8 Hz 19: 147030000 / FM- 147030000 / FM- PMONT PL 91.5 Hz 20: 147060000 / FM- 147060000 / FM- MARC PL 131.8 Hz On 07/14/2015 04:10 PM, Dick Roth wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Tried installing the Memory Manager using Wine on my Ubuntu 14.04 > machine. Got an icon on the desktop, but nothing else seems to work. > Any chance the program may be ported to Linux in the future? I'm not a > coder so I have to rely on those with the skills. > > 73, > Dick Roth > KA10Z Elecraft mailing list Home: http://mailman.qth.net/mailman/listinfo/elecraft Help: http://mailman.qth.net/mmfaq.htm Post: mailto:[hidden email] This list hosted by: http://www.qsl.net Please help support this email list: http://www.qsl.net/donate.html Message delivered to [hidden email] |
|
In reply to this post by Dick Roth
I too have had no luck getting the KX3 Memory Editor to run on either
MacOSX or Linux (with a variety of emulators). I live in hope that the KX3 Utility (which runs just fine for me on MacOSX) will have the memory management functions added to it. On Wed 15 Jul Dick KA1OZ wrote: > Don has it right regarding the Utility. I've been running it on > various versions of Linux since I built my K3 (#859). The memory > editor is interesting to me. I tried installing it under WINE, but > all I got was a desktop icon. The program won't execute. It wants > native Windoze, which I will not run. -- 73, Rick, M0LEP (KX3 #3281) ______________________________________________________________ Elecraft mailing list Home: http://mailman.qth.net/mailman/listinfo/elecraft Help: http://mailman.qth.net/mmfaq.htm Post: mailto:[hidden email] This list hosted by: http://www.qsl.net Please help support this email list: http://www.qsl.net/donate.html Message delivered to [hidden email] |
|
Have you seen or tried this memory manager for the K3/KX3 for Macintosh?
http://www.machamradio.com/blog/2015/3/3-k3-memory-manager 73 David Anderson GM4JJJ > On 15 Jul 2015, at 09:59, Rick M0LEP <[hidden email]> wrote: > > I too have had no luck getting the KX3 Memory Editor to run on either > MacOSX or Linux (with a variety of emulators). I live in hope that the > KX3 Utility (which runs just fine for me on MacOSX) will have the memory > management functions added to it. > >> On Wed 15 Jul Dick KA1OZ wrote: >> Don has it right regarding the Utility. I've been running it on >> various versions of Linux since I built my K3 (#859). The memory >> editor is interesting to me. I tried installing it under WINE, but >> all I got was a desktop icon. The program won't execute. It wants >> native Windoze, which I will not run. > > -- > 73, Rick, M0LEP (KX3 #3281) > > ______________________________________________________________ > Elecraft mailing list > Home: http://mailman.qth.net/mailman/listinfo/elecraft > Help: http://mailman.qth.net/mmfaq.htm > Post: mailto:[hidden email] > > This list hosted by: http://www.qsl.net > Please help support this email list: http://www.qsl.net/donate.html > Message delivered to [hidden email] Elecraft mailing list Home: http://mailman.qth.net/mailman/listinfo/elecraft Help: http://mailman.qth.net/mmfaq.htm Post: mailto:[hidden email] This list hosted by: http://www.qsl.net Please help support this email list: http://www.qsl.net/donate.html Message delivered to [hidden email] |
|
Thanks for the pointer. I'll give it a try.
On Wed 15 Jul Walter K6WRU wrote: > Forgot about that one. It is still in beta, but worth trying. > > http://dl2rum.de/rumsoft/Elecraft.html > On Jul 15, 2015, at 9:35 AM, David GM4JJJ wrote: >> Have you seen or tried this memory manager for the K3/KX3 for >> Macintosh? >> >> http://www.machamradio.com/blog/2015/3/3-k3-memory-manager -- 73, Rick, M0LEP (KX3 #3281) ______________________________________________________________ Elecraft mailing list Home: http://mailman.qth.net/mailman/listinfo/elecraft Help: http://mailman.qth.net/mmfaq.htm Post: mailto:[hidden email] This list hosted by: http://www.qsl.net Please help support this email list: http://www.qsl.net/donate.html Message delivered to [hidden email] |
|
Thanks.
It seems to work well enough with my KX3 for me to fix up a few things. On Wed 15 Jul Rick M0LEP wrote: > Thanks for the pointer. I'll give it a try. > > On Wed 15 Jul Walter K6WRU wrote: >> Forgot about that one. It is still in beta, but worth trying. >> >> http://dl2rum.de/rumsoft/Elecraft.html -- 73, Rick, M0LEP (KX3 #3281) The trouble with doing something right the first time is that nobody appreciates how difficult it was. -- Walt West ______________________________________________________________ Elecraft mailing list Home: http://mailman.qth.net/mailman/listinfo/elecraft Help: http://mailman.qth.net/mmfaq.htm Post: mailto:[hidden email] This list hosted by: http://www.qsl.net Please help support this email list: http://www.qsl.net/donate.html Message delivered to [hidden email] |
| Free forum by Nabble | Edit this page |
