Hey HAMs
I just won a SuSE Linux Enterprise Desktop (SLED) laptop at a local SuSE
Forum. I own a Kenwood D700 with a serial input that will do APRS.
My question is there a APRS type of program for linux?
I just check and there is no compiler so it may go to 10.1.
--
73 de Donn Washburn
307 Savoy Street Email: " n5xwb(a)hal-pc.org "
Sugar Land, TX 77478 LL# 1.281.242.3256
Ham Callsign N5XWB HAMs : " n5xwb(a)arrl.net "
VoIP via Gizmo: bmw_87kbike / via Skype: n5xwbg
BMW MOA #: 4146 - Ambassador
" http://counter.li.org " #279316
Perhaps I'm asking this in the wrong forum. It IS ham related but might
be better in some programming forum
Has anyone installed KPSK?
I downloaded the tar ball. extracted it and ran configure without a
hitch. The problem started with make. [ I'm a "newbie" when it comes to
Linux so I'm still kind of on the lower upswing of the learning curve. ]
This is the output on the terminal screen:
****************************************
Good - your configure finished. Start make now
linux:/home/Billie0w/kpsk-1.0.1 # make
cd . \
&& CONFIG_FILES= CONFIG_HEADERS=config.h \
/bin/sh ./config.status
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default-1 commands
make all-recursive
make[1]: Entering directory `/home/Billie0w/kpsk-1.0.1'
Making all in kpsk
make[2]: Entering directory `/home/Billie0w/kpsk-1.0.1/kpsk'
Making all in server
make[3]: Entering directory `/home/Billie0w/kpsk-1.0.1/kpsk/server'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/Billie0w/kpsk-1.0.1/kpsk/server'
Making all in modes
make[3]: Entering directory `/home/Billie0w/kpsk-1.0.1/kpsk/modes'
source='psk31-fft.C' object='psk31-fft.o' libtool=no \
depfile='.deps/psk31-fft.Po' tmpdepfile='.deps/psk31-fft.TPo' \
depmode=gcc3 /bin/sh ../../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/kde3/include
-I/usr/lib/qt3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT
-D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic
-W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2
-fno-exceptions -fno-check-new -c -o psk31-fft.o `test -f psk31-fft.C
|| echo './'`psk31-fft.C
cc1plus: warning: command line option "-Wmissing-prototypes" is valid
for Ada/C/ObjC but not for C++
psk31-fft.C:113: error: extra ‘;’
make[3]: *** [psk31-fft.o] Error 1
make[3]: Leaving directory `/home/Billie0w/kpsk-1.0.1/kpsk/modes'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/Billie0w/kpsk-1.0.1/kpsk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/Billie0w/kpsk-1.0.1'
make: *** [all] Error 2
***********************************************
I don't understand the problem [ I guess is the closest I can come to
saying it] but wonder if the line "psk31-fft.C:113: error: extra ‘;’" is
the source of my ills. At least that is where things seem to be exiting
make.
--
(o:]>HUGGLES*<[:o)<br>
Billie Walsh<br>
KA5LSU
The three best words in the English Language:<br>
"I LOVE YOU"<br>
Pass them on!
Well..................................................... I tried the
KPSK but as far as I can see it has some problems that go a ways back
with no support showing from the developers. SO, I decided to blow it
off. Did find a TWPSK for Linux and installed it. I have to run it from
CLI, but I can live with that if I have to. When I try to start it I get
this:
*****************************************************************
Compiled with @(#)Motif Version 2.2.3
Running with @(#)Motif Version 2.2.3
Using full duplex mode!
Cannot open PTT device /dev/ttyS1: Permission denied
Can't open code table file 'psk31.cod'
****************************************************************
I'm thinking the error message is because there is no radio hooked up to
the computer.
I do have my backup computer dual booted with Win98 [ the last version
you could make a functional start up disk from ] so I downloaded and
installed digipan. I think someone mentioned they had a schematic for a
simple interface unit. Would it be possible for them to send it to me.
If I can get things working, what the heck give it a shot.
--
(o:]>HUGGLES*<[:o)<br>
Billie Walsh<br>
The three best words in the English Language:<br>
"I LOVE YOU"<br>
Pass them on!
From: T + J Williams <wa0eir(a)mchsi.com>
To: bilwalsh(a)swbell.net
Subject: Re: [suse-ham-e] PSK - Only slightly off topic
Date: Sun, 01 Oct 2006 01:28:26 -0500
Hi Billie,
The first error is no big deal. The serial port, ttyS1, is used to key
the PTT on your rig. It says you don't have permission to access the
serial port. You can ignore the error and use VOX.
If you want to use PTT, then as root you need to run a chmod command:
chmod 666 /dev/ttyS1
The second error is a show stopper, since twpsk can't find the code
file. This file should have been installed into the correct place
during the install process. Did you run "make install" as root, or was
did you use a RPM?
--
73,
Ted - wa0eir
http://wa0eir.ham.org
> On Sat, 2006-09-30 at 22:20 -0500, Billie Erin Walsh wrote:
>
> > Well..................................................... I tried the
> > KPSK but as far as I can see it has some problems that go a ways back
> > with no support showing from the developers. SO, I decided to blow it
> > off. Did find a TWPSK for Linux and installed it. I have to run it from
> > CLI, but I can live with that if I have to. When I try to start it I get
> > this:
> >
> > *****************************************************************
> > Compiled with @(#)Motif Version 2.2.3
> > Running with @(#)Motif Version 2.2.3
> > Using full duplex mode!
> > Cannot open PTT device /dev/ttyS1: Permission denied
> > Can't open code table file 'psk31.cod'
> > ****************************************************************
> >
> > I'm thinking the error message is because there is no radio hooked up to
> > the computer.
> >
> > I do have my backup computer dual booted with Win98 [ the last version
> > you could make a functional start up disk from ] so I downloaded and
> > installed digipan. I think someone mentioned they had a schematic for a
> > simple interface unit. Would it be possible for them to send it to me.
> >
> > If I can get things working, what the heck give it a shot.
> >
> > --
> > (o:]>HUGGLES*<[:o)<br>
> > Billie Walsh<br>
> > The three best words in the English Language:<br>
> > "I LOVE YOU"<br>
> > Pass them on!
> >
>
>
>
>
>
--
T + J Williams