Re: [Elecraft] linux K3 utility

2014-05-23 Thread David Sanders W4DES
I think just install ia32-libs and you’re good to go. 73, David W4DES On May 22, 2014, at 7:03 PM, Doug Person k0...@aol.com wrote: Thanks everyone for all the replies. I'm amazed at how many linux users there are here. I'm fairly sure it must be the 32/64 bit library problems. I seem

[Elecraft] linux K3 utility

2014-05-21 Thread Doug Person via Elecraft
Once again, I'm confused. I've had no luck getting the Windows K3 utility to make the K3 transmit in terminal mode. So, I thought I would try the linux utility. I downloaded it to my linux mint 16 computer, unpacked it in my home directory, verified that the execute bit was on, double

Re: [Elecraft] linux K3 utility

2014-05-21 Thread Jim Brown
On 5/21/2014 10:45 AM, Doug Person via Elecraft wrote: I've had no luck getting the Windows K3 utility to make the K3 transmit in terminal mode. Why are you trying to do that? The K3 utility is intended as a means of loading firmware updates, configuring the radio, backing up the

Re: [Elecraft] linux K3 utility

2014-05-21 Thread John Magliacane via Elecraft
On Wed, 5/21/14, Doug Person via Elecraft elecraft@mailman.qth.net wrote: I opened a terminal in the directory and entered ./k3util and got no such file or directory from bash. Huh?  I can see it, the permissions are correct, it is executable...  What am I doing wrong? Doug -- K0DXV Hi

Re: [Elecraft] linux K3 utility

2014-05-21 Thread David Sanders W4DES
If you have 64-bit linux mint, you need the 32-bit version of the libraries since the K3 utility is built for 32-bit linux. Search the mailing list archives for the commands to do that. 73, David W4DES On May 21, 2014, at 1:45 PM, Doug Person via Elecraft elecraft@mailman.qth.net wrote:

Re: [Elecraft] linux K3 utility

2014-05-21 Thread Sam Morgan
Recommended packages and 32-bit libraries Recommended packages are no longer automatically installed in Linux Mint. To install a package with its recommended packages, use the command apt install packagename --install-recommends. If you're experiencing issues with Skype or other 32-bit

Re: [Elecraft] linux K3 utility

2014-05-21 Thread Sam Morgan
fyi here are the results of that command on my Linux Mint 16 64bit install $ ldd k3util_1_14_4_11/k3util linux-gate.so.1 = (0xf770f000) libdl.so.2 = /lib/i386-linux-gnu/libdl.so.2 (0xf76e) libpthread.so.0 = /lib/i386-linux-gnu/libpthread.so.0 (0xf76c)

Re: [Elecraft] linux K3 utility

2014-05-21 Thread Rick Stanback
It would sure be nice to have the sources so we could build the binaries for 64bit. On Wed, 2014-05-21 at 15:16 -0400, David Sanders W4DES wrote:7 3, David W4DES On May 21, 2014, at 1:45 PM, Doug Person via Elecraft elecraft@mailman.qth.net wrote: Once again, I'm confused. I've had no

Re: [Elecraft] linux K3 utility

2014-05-21 Thread David Sanders W4DES
The framework they are using doesn’t support 64-bit targets (yet) or they would provide 64-bit binaries. 73, David W4DES On May 21, 2014, at 3:49 PM, Rick Stanback r...@tripletry.com wrote: It would sure be nice to have the sources so we could build the binaries for 64bit.