Re: [Tlf-devel] Few modification for RTTY

2014-02-10 Thread Bob Nielsen
On Feb 10, 2014, at 2:34 PM, Ed wrote: > > Actually I would rather see all the extra line feeds worked on. This is what > keeps me from using tlf in a RTTY contest. > Yeah, those paper rolls on the TTY get eaten up way too fast! (Actually my Model 15s went into a dumpster nearly 30 years a

Re: [Tlf-devel] cwdaemon or winkeyer

2013-11-20 Thread Bob Nielsen
ll need to wire it up (which won't happen in time for the contest this weekend). 73, Bob Nielsen N7XY ___ Tlf-devel mailing list Tlf-devel@nongnu.org https://lists.nongnu.org/mailman/listinfo/tlf-devel

Re: [Tlf-devel] GUI Header

2013-01-05 Thread Bob Nielsen
Edit the rules file Bob N7XY On Jan 4, 2013, at 6:25 PM, Ed wrote: > On 01/04/2013 07:22 PM, Ed wrote: >> How do you edit what is on the top line of the GUI ? >> (1=CQ .etc) >> >> Editing the .paras did not work. >> >> I tried editing main.c with no luck. >> >> Did not see anything in th

Re: [Tlf-devel] TLF-1.2.0_pre3 prerelease

2012-12-31 Thread Bob Nielsen
On Dec 31, 2012, at 7:09 AM, Ed wrote: > QSO: 7000 CW 2012-12-31 1434 W3NR 599 0001 W4RR 599 001 > 0 > > What is the 0 at the end represent ? According to the Cabrillo description for the CQWPX contest: Note for Column 81 (transmitter number): For the MULTI-TWO catego

[Tlf-devel] Missed dupes

2012-12-10 Thread Bob Nielsen
I noticed during the ARRL 10 meter contest that tlf did not recognize that I had already worked one station when I entered the call again later. I checked several other calls and tlf correctly recognized them as dupes. I recall seeing this in the past, but not recently until yesterday. Is th

Re: [Tlf-devel] Tlf 1.2.0 do not find hamlib

2012-08-11 Thread Bob Nielsen
On Aug 10, 2012, at 7:08 AM, Olaf Devik wrote: > I have hamlib installed and running ok with cwrlog and by checking rigctl. > > When setting up tlf fir compiling. /configure --enable-hamlib it claims > hamlib can not be found. > > Compiling wo hamlib works ok. > > I need rigcontrol. What to

Re: [Tlf-devel] TLF update?

2010-12-02 Thread Bob Nielsen
I tried to compile it on Debian testing (64-bit) and got hundreds of "undefined reference" messages followed by : collect2: ld returned 1 exit status make[2]: *** [tlf] Error 1 make[2]: Leaving directory `/home/n7xy/tlf-1.0.0pre4/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving director

Re: [Tlf-devel] tlf & Ubuntu 9.04

2009-09-23 Thread Bob Nielsen
isted in "man tlf" but not in the on- line version). Good luck! Andy, G4KNO. On Wed, Sep 23, 2009 at 8:27 AM, Bob Nielsen wrote: I tried the Ubuntu 9.04 tlf 0.9.32.3-4 package as well as compiling 0.9.31-1 on my Sheevaplug (ARM processor) and get a different error with both of t

Re: [Tlf-devel] tlf & Ubuntu 9.04

2009-09-23 Thread Bob Nielsen
I tried the Ubuntu 9.04 tlf 0.9.32.3-4 package as well as compiling 0.9.31-1 on my Sheevaplug (ARM processor) and get a different error with both of them: *** buffer overflow detected ***: /usr/local/bin/tlf terminated I don't know if there might be any ARM vs. i386 issues involved. I see t

[Tlf-devel] Re: [linuxham] tlf in ubuntu 9.4

2009-05-16 Thread Bob Nielsen
I was planning on upgrading my shack computer from Ubuntu 8.04 to 9.04 next week. Now I think I will pass on that. Bob, N7XY On May 16, 2009, at 3:19 PM, Larry Levesque wrote: Same exact results here. I even tried compiling from source. Larry Levesque KA1VGM Cheshire County EC NHARES On

Re: [tlf-devel] TLF and Cabrillo format

2008-10-02 Thread Bob Nielsen
FWIW, I have submitted close to 50 TLF-generated Cabrillo files for various contests and none have been rejected, so the processing software must not do a strict check on format. Bob, N7XY On Oct 2, 2008, at 12:55 PM, Piotr Tomczak wrote: Hello again Ed. I checked with the rules and cabri

Re: [Tlf-devel] TLF Improvement Suggestions

2008-07-05 Thread Bob Nielsen
On Jul 5, 2008, at 10:37 PM, Bob Nielsen wrote: On Jul 5, 2008, at 8:18 AM, Bob Nielsen wrote: On Jul 4, 2008, at 8:49 AM, Chris Maness wrote: 3. Also, their is no such mode DIGI in the adif spec. Q's that have DIGI in the mode field, get kicked out when I try to import into tr

Re: [Tlf-devel] TLF Improvement Suggestions

2008-07-05 Thread Bob Nielsen
On Jul 5, 2008, at 8:18 AM, Bob Nielsen wrote: On Jul 4, 2008, at 8:49 AM, Chris Maness wrote: 3. Also, their is no such mode DIGI in the adif spec. Q's that have DIGI in the mode field, get kicked out when I try to import into trusted QSL. I have to change by hand in another pr

Re: [Tlf-devel] TLF Improvement Suggestions

2008-07-05 Thread Bob Nielsen
On Jul 4, 2008, at 8:49 AM, Chris Maness wrote: 3. Also, their is no such mode DIGI in the adif spec. Q's that have DIGI in the mode field, get kicked out when I try to import into trusted QSL. I have to change by hand in another program. RTTY, PSK31 etc, are acceptable modes for tqsl.

Re: [Tlf-devel] TLF Download

2008-01-25 Thread Bob Nielsen
-devel Bob Nielsen [EMAIL PROTECTED] ___ Tlf-devel mailing list Tlf-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/tlf-devel

Re: [Tlf-devel] cwdaemon-0.9.4 does not compile

2007-12-23 Thread Bob Nielsen
do? Rein PA0R -- http://pa0r.blogspirit.com ___ Tlf-devel mailing list Tlf-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/tlf-devel Bob Nielsen [EMAIL PROTECTED] ___ Tlf-devel mailing list

Re: [Tlf-devel] New bug fix release of tlf

2007-12-19 Thread Bob Nielsen
prefix}/share/${PACKAGE}") fi You should also set datarootdir in src/Makefile.in: datarootdir = @datarootdir@ Rein Joop ___ Tlf-devel mailing list Tlf-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/t

Re: [Tlf-devel] New bug fix release of tlf

2007-12-18 Thread Bob Nielsen
0.9.31.tar.gz and is available in http://sharon.esrac.ele.tue.nl/pub/linux/ham/tlf 73, Rein PA0R -- http://pa0r.blogspirit.com ___ Tlf-devel mailing list Tlf-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/tlf-devel Bob Niel

Re: [Tlf-devel] problem applying a fix

2007-12-05 Thread Bob Nielsen
Install libhamlib-dev, which includes rig.h. 73, Bob N7XY On Dec 5, 2007, at 7:40 AM, Rob Vance wrote: Thanks to Bob and John for the guidance. I ran the install for build-essential and still received errors. Then I ran the install for the libncurses5-dev, and ran the make and I received

Re: [Tlf-devel] problem applying a fix

2007-12-04 Thread Bob Nielsen
Perhaps some development packages, such as libc6-dev, libncurses5-dev (possibly others) are not installed. 73, Bob N7XY On Dec 4, 2007, at 9:02 PM, Rob Vance wrote: I was applying a fix from NOV-06 that Rein provided in a message (see http://lists.gnu.org/archive/html/tlf-devel/2006-11/msg000

Re: [Tlf-devel] Re: It did never work

2006-06-16 Thread Bob Nielsen
On Jun 16, 2006, at 11:53 AM, Rein Couperus PA0R wrote: Maybe somebody on the list can help while I am away (I will be at the Ham Radio Exhibition as of tomorrow morning), or send a mail to [EMAIL PROTECTED] who is the maintainer of the SLackware ham stuff... Maybe there is a Slackware trick to

[Tlf-devel] Fwd: E51 prefix question

2006-06-01 Thread Bob Nielsen
Here is ZK1CG's response on the ZK1/E51 situation: Begin forwarded message: From: "Victor Rivera" <[EMAIL PROTECTED]> Date: June 1, 2006 8:48:10 PM PDT To: "'Bob Nielsen'" <[EMAIL PROTECTED]> Subject: RE: E51 prefix question Will go into effec

Re: [Tlf-devel] Testing Xtlf-1.0.0alpha

2006-05-08 Thread Bob Nielsen
On May 8, 2006, at 2:02 PM, Rein Couperus PA0R wrote: The complete procedure for UBUNTU-5.10 on my machine: install gcc, autoconf, automake, gnu make (build essentials). install libglade-2.0-dev from synaptic From your home directory: sudo cpan ExtUtils::Depends cd ~/.cpan/build/ExtUtils-D

Re: [Tlf-devel] External scoring system for tlf

2006-04-10 Thread Bob Nielsen
On Apr 10, 2006, at 5:25 PM, Ed wrote: Rein Couperus PA0R wrote: I have uploaded tlf_score.tar.gz to the repositories. It should be untarred in the ~/tlf directory and will make a new directory scoring. There you will find a README. Rein, I see the following error [EMAIL PROTECTED]:~/tlf

Re: [Tlf-devel] External scoring system for tlf

2006-04-10 Thread Bob Nielsen
On Apr 10, 2006, at 7:22 AM, David Quental wrote: Hello Rein, tks for the external scoring system for tlf. I have uploaded tlf_score.tar.gz to the repositories. It should be untarred in the ~/tlf directory and will make a new directory scoring. There you will find a README. I did it and wo

[Tlf-devel] Spurious character with tlf-0.9.28

2006-03-31 Thread Bob Nielsen
Rein, With the new version, I notice that as soon as I start to enter a call, the character entered (along with the cursor) appears in the first position of the exchange field. As I type additional characters, that character changes to display the last character entered. The call is ent

Re: [Tlf-devel] gMFSK install for tlf

2006-03-31 Thread Bob Nielsen
It may be a bit premature to ask, but has anyone tried patching gmfsk-0.7pre1 to work with this? 73, Bob N7XY ___ Tlf-devel mailing list Tlf-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/tlf-devel

Re: [Tlf-devel] gMFSK install for tlf

2006-03-31 Thread Bob Nielsen
On Mar 31, 2006, at 12:24 PM, Rein Couperus PA0R wrote: Just to make sure you can find it, as you have trouble with the pixmaps etc: Complete installation for gmfsk-0.6 on a fresh UBUNTU-5.10 system->> goto http://pskmail.wikispaces.org click 'download' download gMFSK_arq.0.6.tar.gz mv ~/De

[Tlf-devel] ARRL CW oddities and observations

2006-02-20 Thread Bob Nielsen
1. Prior to the contest I upgraded to TLF 0.9.27. When I started working the contest, I did not see any entries in the QSOs box (the box would show '0' for all entries). I reverted to 0.9.25, but occasionally the scores would disappear there also but TLF would correct itself after a few m

Re: [Tlf-devel] Re: TLF & gMFSK % other things...

2006-02-18 Thread Bob Nielsen
One nice benefit of getting TLF to ___ Tlf-devel mailing list Tlf-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/tlf-devel

Re: [Tlf-devel] Re: About tlf

2006-02-09 Thread Bob Nielsen
On Feb 9, 2006, at 1:23 AM, [EMAIL PROTECTED] wrote: You are right Bob, it must be version 0.9.27. I am doing this from memory,as I live on a pskmail link at the moment,being in a trailer park in Spain.. Could someone correct the fault on the wiki? The version was correct on the wiki.

Re: [Tlf-devel] TLF in Terminal window

2005-12-28 Thread Bob Nielsen
On Dec 28, 2005, at 11:34 AM, Piotr Tomczak wrote: Hello... I do use Ubuntu 5.10. The problem I have noticed is that while disabling the menu and starting the TLF. All works as supposed, and did on my old distro (Fedora C3) the only annoying thing is that the F1 does not work at all. When

Re: [Hamlib-developer] Re: [Tlf-devel] FT-1000 Does not work!!

2005-12-16 Thread Bob Nielsen
On Dec 16, 2005, at 8:32 AM, William Liporace wrote: Since the HAMLIB is using the FT990/FT1000 radio for control, it wouild be real nice to get it to work the way other OSs work. some thing to play with ;-) I'm not sure what you mean by "the way other OSs work". Hamlib supports mo

Re: [Tlf-devel] Rules for ARRL/10.

2005-12-10 Thread Bob Nielsen
On Dec 10, 2005, at 7:24 AM, Bob Nielsen wrote: On Dec 10, 2005, at 3:03 AM, David Quental wrote: Hello to all. Is there any rules for contest this weekend??? I have not so big time to participate, but maybe tomorrow will do some hours, if propagation will let :) . Hi David, Look

Re: [Tlf-devel] Rules for ARRL/10.

2005-12-10 Thread Bob Nielsen
On Dec 10, 2005, at 3:03 AM, David Quental wrote: Hello to all. Is there any rules for contest this weekend??? I have not so big time to participate, but maybe tomorrow will do some hours, if propagation will let :) . Hi David, Look here: www.arrl.org/contests/rules/2005/10-meters.html

Re: [Tlf-devel] TLF - hamlib - FT-1000D

2005-12-04 Thread Bob Nielsen
On Dec 4, 2005, at 7:06 PM, William Liporace wrote: Good Evening, With the help of CT1DRB, I finally have TLF, hamlib, and cwdaemon installed. Thank You Dave!! It appears that the only thing that is not working is the HAMLIB for the FT-1000. Does any one have this radio working with hamlib/

Re: [Tlf-devel] newbie questions....

2005-11-21 Thread Bob Nielsen
earch with del or devel, then there is lots of dev & devel packages. Are they all needed? If I do a search for libn, there are two that are not installed libnscd-devel & libnet. On 11/20/05, Bob Nielsen <[EMAIL PROTECTED]> wrote: You need the -dev or -devel (the name va

Re: [Tlf-devel] newbie questions....

2005-11-20 Thread Bob Nielsen
You need the -dev or -devel (the name varies with different distributions) version of libncurses. Bob, N7XY On Nov 20, 2005, at 6:36 PM, William Liporace wrote: Hi Folks, Just starting to get into the Linux world and found the TLF program on the WEB. Since I am a life TR user, I thought th

Re: [Tlf-devel] Red Hat console problem

2005-11-20 Thread Bob Nielsen
On Nov 20, 2005, at 9:04 AM, Bob Nielsen wrote: On Nov 20, 2005, at 7:47 AM, Marco - IK5ROS - VE3/IK5ROS wrote: Hi everybody, I have installed Fedora Core 4 without X and I'm running console mode, when I started TLF (latest version) the color scheme are ok but the horizonta

Re: [Tlf-devel] Red Hat console problem

2005-11-20 Thread Bob Nielsen
On Nov 20, 2005, at 7:47 AM, Marco - IK5ROS - VE3/IK5ROS wrote: Hi everybody, I have installed Fedora Core 4 without X and I'm running console mode, when I started TLF (latest version) the color scheme are ok but the horizontal and vertical lines are substituted by a qqq and

Re: [Tlf-devel] tlf-0.9.25 with bug fix

2005-11-15 Thread Bob Nielsen
On Nov 15, 2005, at 6:04 AM, Rein Couperus PA0R wrote: PS: Anyone knows who is maintaining tlf ect. for UBUNTU? I have a few suggestions :) Hi Rein, An 'apt-cache show' for the Ubuntu breezy package indicates that it is Joop, PG4XL, who is the Debian maintainer. However, I believe th

Re: [EMAIL PROTECTED]: Re: [Tlf-devel] TLF Questions]

2005-11-07 Thread Bob Nielsen
On Nov 7, 2005, at 5:15 PM, Bob Nielsen wrote: I think the proper way to do this is to add "-t0 -x n" to the OPTS line in /etc/init.d/cwdaemon, not with logcfg.dat. That should be "-t 0 -x n", of course. ___ Tlf-devel ma

Re: [EMAIL PROTECTED]: Re: [Tlf-devel] TLF Questions]

2005-11-07 Thread Bob Nielsen
On Nov 7, 2005, at 2:02 PM, Ed wrote: Ed wrote: 1. I use Debian stable and Gnome 2.8. In Nautilus logcfg.dat is identified as a mpeg file. Why ? Does it need to be changed and if so how.? IN nautilus, right-click the file and use "open with". There is no way to change the file type. I

[Tlf-devel] Fwd: [Dxspider-support] New Contest Country Files - 25 October 2005

2005-10-25 Thread Bob Nielsen
Just in time for CQWW! 73 de Bob N7XY Begin forwarded message: From: Jim Reisert AD1C <[EMAIL PROTECTED]> Date: October 25, 2005 4:42:26 AM PDT To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL

Re: [Tlf-devel] colrdx

2005-08-27 Thread Bob Nielsen
On Tue, Aug 23, 2005 at 12:52:39PM +0200, Joop Stakenborg wrote: > I have just released colrdx, a simple ncurses-based dx cluster client. > URL: http://pg4i.mattsnetwork.co.uk/linux/colrdx.html This looks like a useful app and including debian/rules was a nice touch. 73, Bob N7XY -

Re: [Tlf-devel] Troubles with radio control

2005-07-30 Thread Bob Nielsen
On Sat, Jul 30, 2005 at 08:24:25PM +0200, Martin Kratoska wrote: > Hello, > > just trying to enter IOTA contest and came into really big trouble. If > grabbing cluster spot or just switching bands on my radio (Kenwood > TS-950 with standard MAX 232 interface) the response is enormously slow. >

[Tlf-devel] CQ-WPX minor nit

2005-05-30 Thread Bob Nielsen
When creating a Cabrillo file in TLF, the contest name "WPX-CW/SSB is suggested, but when I submitted my entry as WPX-CW it bounced. What is needed is CQ-WPX-CW. Perhaps the following patch would avoid future confusion: --- getsummary.c.old2005-05-30 04:39:24.0 + +++ getsummar

Re: [Fwd: Re: [Tlf-devel] Using TLF with hamlib]

2005-05-19 Thread Bob Nielsen
I replaced my self-compiled copy of tlf (which otherwise had no problems) and installed the Debian package of 0.9.23. This works fine with hamlib, so I must have made an error when compiling. Sorry for any confusion. Bob, N7XY ___ Tlf-devel maili

[Fwd: Re: [Tlf-devel] Using TLF with hamlib]

2005-05-06 Thread Bob Nielsen
> On Fri, 2005-05-06 at 03:42 -0400, Ed wrote: > > Bob Nielsen wrote: > > > I tried the TS-570D with xlog and hamlib and had similar problems. > > > Strangely, grig works for the most part (it talks to the radio but a few > > > functions don't respon

Re: [Tlf-devel] Using TLF with hamlib

2005-05-05 Thread Bob Nielsen
#define HAVE_LIBHAMLIB 1 > > Looks like tlf does not need riglist.h > > Moreover, the error message you get is not from tlf, but from hamlib, so > I would look in that direction... > > Anybody else have problems with the TS570D ? > > Rein PA0R > > > > &g

[Tlf-devel] Using TLF with hamlib

2005-05-03 Thread Bob Nielsen
on 1.2.4-1. The system is a 1.2 GHz Celeron running Libranet 2.8.1 updated with packages from Debian Sarge and Sid. Any ideas? TIA and 73, Bob, N7XY -- Bob Nielsen, N7XY n7xy (at) n7xy.net Bainbridge Island, WA http://ww