Am Fre, 20 Aug 1999 hast Du geschrieben:
> Hamish Moffatt wrote:
> 
> > I've just started trying to use TNT and I confess, I can't figure it out.
> > At the command window (F12), I type "c vk3frc", it calls and gets
> > connected. I go to the channel window (F1), where it says it's disconnected.
> > I can see my session on the monitor window (F11), but not
> > communicate with it!
> >
> > It is version 1.7 from Debian. What am I doing wrong?
> > Also, how can I set what call to send UI frames to? I couldn't
> > find it in the doco.
> 
> Do you use the AX25-Kernel ? I had the same problem, i solved it by changing
> the  procutils.c  in the lib/ directory of the ax25-utill-distrib. If you using
> the Hostmode-Interface of TNT, i dont know to solve it :)
> If not i can send you a copy of the modified procutils.c.

The problem with TNT and ax25 is solved, and will appear in the next
pre-release.
Its easy to fix the bug in older version, just edit the file "ax25k.c"
and insert one line:
> In ax25k.c, function init_ax25k:
>   for (i=0;i<tnc_channels;i++) {
>     ax25k_stat[i].fd = -1;
>     ch_stat[i].pause_flag = 0;
>     ch_stat[i].sendcook = 0;
>     .
>     .
>     .
>     ch_stat[i].pwwait = 0;
>     ch_stat[i].flchkmode = 0;
>     ch_stat[i].auto_xconnect = 1;    <-- This one is missing!
>     strcpy(ch_stat[i].call,notc_str);
>   }

Its around line 519 in ax25k.c. The bug was detected and fixed by Ivica Smolcic
(9A4GC).

73
Matthias
-- 
\"""\\"""\\""/----------------------------------------------------------
 \   \\   \\/  WSPse / Matthias Hensler  -  [EMAIL PROTECTED]  -  ICQ: 24719025
  \  / \  / My Linux/PR/C64-Page: http://excelsior.kullen.rwth-aachen.de
   \/   \/--------------------------------------------------------------

Reply via email to