ax25 with baycom

"f1nni" <[email protected]> Sat, 3 Feb 2007 20:20:33 +0100
Newsgroups gmane.linux.suse.ham
Message-ID <[email protected]>
This is a multi-part message in MIME format.

------=_NextPart_000_0004_01C747D0.C244B1C0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

73 all, i have suse 10.1 distrib,
i want to work packet radio with baycom tmc3105 or baycom am7910 modem , but
have a probleme
i install:
libax25-0.0.10-189.i586.rpm
ax25-tools-0.0.8-328.i586.rpm
ax25-apps-0.0.6-180-i586.rpm

i put the rc.ax25 launch file.

my problem is:
nobody decode me...my tx is ok ,my ax25 may be good on my heard. i decode ok

could someone send my the good files if mine are not good.

73 from f1nni remi

------=_NextPart_000_0004_01C747D0.C244B1C0
Content-Type: application/octet-stream;
	name="rc.ax25.ax25"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="rc.ax25.ax25"

#!/bin/sh=0A=
#=0A=
# /etc/rc.d/rc.ax25=0A=
#=0A=
# **** Genere par Ax25 Install v0.22 ****=0A=
#=0A=
#=0A=
=0A=
echo Chargement du module Baycom=0A=
#=0A=
/sbin/modprobe ax25=0A=
/sbin/modprobe mkiss=0A=
/sbin/modprobe af_packet=0A=
sleep 10=0A=
/sbin/modprobe hdlcdrv=0A=
#=0A=
sleep 10=0A=
#=0A=
echo 'Installation du modem Baycom sur /dev/ttyS1'=0A=
#=0A=
/sbin/setserial /dev/ttyS1 uart none=0A=
sleep 10=0A=
#=0A=
/sbin/modprobe baycom_ser_hdx=0A=
sleep 10=0A=
sethdlc -p -i bcsh0 mode "ser12*" io 0x2f8 irq 3=0A=
sleep 10=0A=
sethdlc -a -i bcsh0 txd 200 slot 200 ppersist 100 half=0A=
#=0A=
sleep 10=0A=
/sbin/ifconfig bcsh0 hw ax25 f6kbi-6 up=0A=
sleep 10=0A=
/sbin/ifconfig bcsh0 44.151.29.2 netmask 255.0.0.0=0A=
#sleep 10=0A=
#/sbin/ifconfig bcsh0 netmask 255.255.255.0=0A=
sleep 10=0A=
/usr/sbin/kissattach /dev/ptyqa PIPE -i 44.251.29.2=0A=
sleep 5=0A=
#/sbin/ifconfig ptyqa 44.151.29.2 netmask 255.0.0.0=0A=
sleep 10=0A=
/usr/sbin/kissparms -p PIPE -t 250 -s 200 -r 150=0A=
sleep 5=0A=
#sleep 10=0A=
#/sbin/ifconfig ax0 44.151.29.2=0A=
#/sbin/ifconfig ax0 netmask 255.255.255.0=0A=
#sleep 10=0A=
ax25d &=0A=

------=_NextPart_000_0004_01C747D0.C244B1C0--