[Dxspider-support] (no subject)

ic8fax gcerrotta at inwind.it
Wed Jan 23 16:59:14 GMT 2002


Hello,

My name is Jacob IC8FAX and I live in Capri Island.
A friend of mine asked me a help about DxSpider under Linux.
I've installed the latest version 1.49 under Suse 7.3, but I didn't have troubles about installation.
Dx spider work very well with ax25 port, I have made one connection via packet with not
problem same client.
Now I have setup Dxcluster with the set/node (ir8cap), this all ok.
after I have made ./client ir8cap. The message is ok but is not transmit the string.

Type: 
set/node GB7XXX
		
(where 'GB7XXX' is a DX cluster which you expect to connect to or from). 

Now shut the cluster down by simply typing 'shutdown' at the prompt. 

The cluster and the client should both go back to prompts 

The callsigns should be the sysop callsign and the cluster callsign as per your modified DXVars.pm. You can check that the cluster connections will work by:- 

$ client.pl gb7xxx      (doesn't have to be uppercase).
PC38^GB7JIM^~           <- the cluster thinks this is a cluster
^C                      <- to get out

 
I'm using a Baycom modem on serial port and I've configured it with Ax25Config by DG2FER.
Linux is SUSE 7.3 Kernel is 2.4.10
The ax25 daemon run very well but I can't use it with DxSpider only when i set/node.
How can I resolve my problem?
It is necessary to configure a NET/ROM port?
I have made config with NET/ROM but this not run.
It runs with Kernel 2.4-10.
I've installed libax25, ax25apps and ax25tool.
I made a copy of few conf files and the output messages of Ax25-up.

Following there is a copy of few files:

Ax25-up when running ....

linux:~ #  cd /etc/ax25
linux:/etc/ax25 # ./ax25-up
sethdlc: Version 0.5; (C) 1996-1997 by Thomas Sailer HB9JNX/AE
4WA
driver name: baycom_ser_fdx
current parameters: mode ser12* io 0x3f8 irq 4
ioctl (HDLCDRVCTL_SETMODE): Permission denied
driver supported modes: ser12,ser3,ser24
sethdlc: Version 0.5; (C) 1996-1997 by Thomas Sailer HB9JNX/AE
4WA
current parameters: TX delay 200ms, TX tail 20ms, slottime 30m
s, p-persistence  128/256, Full duplex
new parameters:     TX delay 200ms, TX tail 20ms, slottime 30m
s, p-persistence  128/256, Full duplex
NET/ROM port netrom bound to device nr0
nrconfig: port netrom not active
rsconfig: unable to open rsports file
ax25d: invalid NET/ROM port 'netrom'
ax25d: bad config entry on line 14
ax25d: bad config entry on line 15
ax25d: bad config entry on line 16
config file /etc/ax25/ax25rtd.conf not found
linux:/etc/ax25 #


-------------------------

# /etc/ax25/ax25d.conf
#
# ax25d Configuration File.
#
# AX.25 Ports begin with a '['.
#
#
# Startbay0
[IC8FAX-2 via bay0 ]
NOCALL   * * * * * *  L
default  * * * * * *  - sysop /spider/src/client client %u ax25
# Endbay0
<netrom>
parametres 1 10  *  *  *  *  *
NOCALL     *  *  *  *  *  *  L
default    *  *  *  *  *  *  - root  /usr/sbin/node node

-----------------------------------------------------------------------

/etc/ax25/ax25-up (script)

#!/bin/bash
# Version = ax25-config-0.3.2
# Startbay0
# Serielle Schnittstelle freigeben
setserial /dev/ttyS0 uart none
# Module einbinden
modprobe ax25; modprobe baycom_ser_fdx; modprobe netrom
#
# Konfiguration des Modems:
#   Der Stern hinter "ser12" bedeutet, daß Software-DCD verwendet wird,
#   Ohne Stern wird Hardware-DCD erwartet.
sethdlc -p -i bcsf0 mode "ser12*" io 0x3f8
#
# Parameter einstellen: P=128, W=30, TX-Delay=200
sethdlc -i bcsf0 -a txd 200 txtail 20 slot 30 ppersist 128 full
#
# Modem im System anmelden und mit dem Rufzeichen verknüpfen
/sbin/ifconfig bcsf0 hw ax25 IC8FAX-2 up
nrattach netrom
echo 100 > /proc/sys/net/ax25/bcsf0/t1_timeout
echo 30 > /proc/sys/net/ax25/bcsf0/t2_timeout
echo 3000 > /proc/sys/net/ax25/bcsf0/t3_timeout
echo 20 > /proc/sys/net/ax25/bcsf0/maximum_retry_count
echo 4 > /proc/sys/net/ax25/bcsf0/standard_window_size
echo 256 > /proc/sys/net/ax25/bcsf0/maximum_packet_length
# Port "bay0" als Netzwerkgerät "bcsf0" anmelden mit IP 192.168.1.1
/sbin/ifconfig bcsf0 192.168.1.1 netmask 255.255.255.0 \
               broadcast 192.168.1.255 up
# Endbay0
# StartARNM
#
# Logins von außen ermöglichen
/usr/sbin/ax25d &
echo $! > /var/run/ax25d.pid
#
# Start AX25 routing daemon
/usr/sbin/ax25rtd &
echo $! > /var/run/ax25rtd.pid
#
# Monitor auf Terminal 11 starten
/usr/bin/listen -artc > /dev/tty11 &
echo $! > /var/run/listen.pid
# EndARNM

---------------------------------------------------------

# /etc/ax25/axports
#
# The format of this file is:
#
# name callsign speed paclen window description
#
bay0 IC8FAX-2 1200 256 4 ser12-1200 Bd

---------------------------------------------------------

/etc/ax25/ax25.config.bay0 (made by Mirkö DG2FER)

#
# Don't add lines in this file, these will be lost next time you
# Use the ax25-config utility.
# Changes of existing lines will *not* being lost.
Rufzeichen="IC8FAX-2"
Modem="ser12"
Ax25Device="bay0"
NetDevice="bcsf0"
KernelModules="ax25;baycom_ser_fdx"
TxDelay="200"
TxTail="20"
Persistance="128"
SlotTime="30"
Paclen="256"
MaxFrame="4"
T1="100"
T2="30"
T3="3000"
Retry="20"
IpNr="192.168.1.1"
Netmask="255.255.255.0"
Broadcast="192.168.1.255"
Port="/dev/ttyS0"
SoftDcd="*"
Baudrate="1200"
IoBase="0x3f8"
Irq="4"
IntExt=""
Clk=""
Divider=""
ChipClock=""
Type=""
ClockSource=""
Mode=""
StartAx25d="j"
TcpIp=""
Zugang="yes"
GastName="no"
BenutzerGruppe="users"
BenutzerHome="/home"
DMA="1"
PTT=""
PTT=""
START_AX25RTD=""
START_NETROM=""
START_NODE=""
NetRomCall=""
NetRomAlias=""
START_NETROMD=""
Gateway=""
GatewayAx25Path=""
GatewayARP="44.130.25.80 db0ais-10"
dns=""
DataA=""
DataB=""
ctrlA=""
ctrlB=""
MIX=""
Pipe=""
kjd=""

----------------------------------------------------------

# /etc/ax25/nrports
#
# The format of this file is:
#
# name callsign alias paclen description
#
netrom IC8FAX-10  LINUX    235    Switch Port

-----------------------------------------------------------

# /etc/ax25/nrbroadcast
#
# The format of this file is:
#
# ax25_name min_obs def_qual worst_qual verbose
#
bay0 5 192 100 0

-----------------------------------------------------------
Can u help me ?
Thanks in advance ic8fax Jacob in Capri.

Send a message at E-Mail address: cerrotta at libero.it

You can send me by E-Mail!
73 de Jacob. 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.tobit.co.uk/pipermail/dxspider-support/attachments/20020123/fb8e8e94/attachment.html


More information about the Dxspider-support mailing list