Re: kissattach - tty_speed:

2000-02-06 Thread Stephan Loges
Hi Kjell, try 'stty your_terminal_speed /dev/ttyS0' before attaching the device. 73 Stephan On Sun, 6 Feb 2000, Kjell Jarl wrote: Hi! I am new to serial port, have been using uscc for ages. As Rob, I am having this: [root@pc2 /root]# kissattach /dev/ttyS0 ax0 44.140.249.50 tty_speed:

Re: Routing problem

2000-02-06 Thread Michele A Debandi
On Fri, 4 Feb 2000, Terry Dawson wrote: to do is to send an ICMP redirect, but that for some reason it isn't able to do that. In fact, the correct behaviour is to send an ICMP redirect, and resend the packet anyway. But I'm not sure if the ICMP redirect is made if the packet has a route to

Re: Routing problem

2000-02-06 Thread Terry Dawson
Michele A Debandi wrote: In fact, the correct behaviour is to send an ICMP redirect, and resend the packet anyway. But I'm not sure if the ICMP redirect is made if the packet has a route to another gateway os is sent ever if the station is directly reachable. I have to find my CD with all

tty_speed SOLVED

2000-02-06 Thread Kjell Jarl
Hi Thanks to pa2ab, it is SOLVED: Current result: [root@pc2 ax25]# more /proc/interrupts CPU0 0: 237953 XT-PIC timer 1: 28 XT-PIC keyboard 2: 0 XT-PIC cascade 3: 1436 XT-PIC serial 4: 150467

pa4ab

2000-02-06 Thread Kjell Jarl
Arnold is more known under the call pa4ab. My appologies. Kjell

Re: pa4ab

2000-02-06 Thread astari
i want to ask is can we implement the soundmodem with ssb(single side band) so our region will be more big ? how we can control the outpot of the soundmodem what command to use smmixer ? and what is the best setting for it ? and how should the good outpot from soundmodem if we look it with

Re: Help ! netromd segfault - kernel null pointer dereference

2000-02-06 Thread Peter Grace
Peter Grace wrote: Hello folks - I'm having a problem with netromd. It's segfaulting into my /proc/net/nr_nodes. I've been able to fix my arp problem using the following format: arp -i nr0 -s 44.56.20.1 W1UU-5 -H netrom However, I'm still having problems with seqfaults of netromd. Any

Re: API and driver interface

2000-02-06 Thread Joerg Reuter DL1BKE
You can and should use 6PACK instead... Which doesn't work with the new AX.25 code... Yet... Reminds me to give Andreas a kick in his ... um, nevermind. ;-) Joerg Reuter http://poboxes.com/jreuter/ And I make my way to where the warm scent of soil fills the

Re: SoundModem problem 2.2.10

2000-02-06 Thread Richard van der Riet
I am using sethdlc and smmixer from the 2.1.42 ax25-utils and this works fine, the newer versions gave me a lot of trouble too!! E... I just reinstalled SuSE 6.3 from scratch and it contains the latest tools, apps, node etc. and sethdlc and smmixer are working like a charm now!!! 73

ax25: RX works but no TX ?

2000-02-06 Thread Filip Jonckers
I have the following problem: compiled a new kernel (version 2.2.12 - RedHat 6.1) with AX25 enabled and compiled/installed the latest versions of the ax25 lib, apps tools Everything seems to work fine: - I can see the ax25 traffic using the 'listen' command - kissattach works - axparms works

Re: API and driver interface

2000-02-06 Thread Tomi Manninen
On Sun, 6 Feb 2000, Joerg Reuter DL1BKE wrote: You can and should use 6PACK instead... Which doesn't work with the new AX.25 code... Yet... Reminds me to give Andreas a kick in his ... um, nevermind. ;-) Exactly... :) -- Tomi Manninen Internet: [EMAIL PROTECTED] OH2BNS

Re: API and driver interface

2000-02-06 Thread Chuck Hast
We have FPAC switches out in the swamp here in FL, and at many other sites, these switches use KISS TNC's because they were originally ROSE switch sites, we installed FPAC put in KISS eproms and off they go. The cost of the site was just adding the computer, going to some other solution would

axports not found

2000-02-06 Thread gfiber
I am trying to set up kissattach in SuSE 6.2. Have ax25 compiled into the kernel. After I issue the kissattach command I receive the response axports file not found. The axports file is in the /etc/ax25 directory. Where does kissattach want the axports file to be ? What is broken ? I am

Re: axports not found

2000-02-06 Thread Hans-Peter Zorn
On Sun, Feb 06, 2000 at 03:16:08PM -0800, gfiber wrote: I am trying to set up kissattach in SuSE 6.2. Have ax25 compiled into the kernel. After I issue the kissattach command I receive the response axports file not found. The axports file is in the /etc/ax25 directory. Where does

Re: axports not found

2000-02-06 Thread James Jefferson
Try creating a symbolic link from /usr/local/etc/ax25 to /etc/ax25 something like this: /bin/ln -s /usr/local/etc/ax25 /etc/ax25 I believe there is a minor error in a makefile which causes this problem. Of course I could be wrong; it has been months since I setup my boxes up. -James Jefferson

Re: axports not found

2000-02-06 Thread John Ackermann
I am trying to set up kissattach in SuSE 6.2. Have ax25 compiled into the kernel. After I issue the kissattach command I receive the response axports file not found. The axports file is in the /etc/ax25 directory. Where does kissattach want the axports file to be ? What is broken ? I