Note : in a recent post, Ray VK2TV said : This is how I invoked a two port pci card under Debian 4 # Onboard comports /bin/setserial -v /dev/ttyS0 uart 16550A port 0x3f8 irq 4 /bin/setserial -v /dev/ttyS1 uart 16550A port 0x2f8 irq 3 #Two port pci /bin/setserial -v /dev/ttyS2 uart 16550A port 0xEC00 irq 11 /bin/setserial -v /dev/ttyS3 uart 16550A port 0xEC08 irq 11 Ray vk2tv #!/bin/sh # # This is /etc/init.d/ax25 # # Start AX25/NetRom/Rose networking devices/daemons. # AX25 config for VK2TV # DATE Who Comment #------------------------------------------------------------------ # 23-10-99 TV Configure "local" as a KISS port # 02-11-99 TV Add "link" as a KISS port # 28-11-99 TV Add "term" as KISS port # 20-05-00 TV "local" renamed "mail" # 19-09-00 TV "term" renamed "local" # 13-02-01 TV Added USCC card # 10-08-01 TV Added axip port # 04-10-01 TV Added 40m to ttyS1 # 01-11-01 TV Added FPAC # 08-11-01 TV Added Digi_ned APRS digi # 22-06-05 TV Fresh Install with Debian 3.0 (Woody) # 20-08-06 TV Forced upgrade with Sarge files # Xastir running with Igate to RF # 31-12-06 TV System running on 2.6.18 kernel. No DigiNed # or Xastir. # 05-01-07 TV DigiNed and Xastir running for a couple of days # #----------------------------------------------------------------- test -f /usr/local/sbin/ax25d || exit 0 echo -n "Starting Ethernet" sleep 1 ifconfig eth0 192.168.1.25 netmask 255.255.255.0 up route add -net 192.168.1.0 netmask 255.255.255.0 eth0 route add default gw 192.168.1.1 eth0 # Configure serial ports echo "Configuring serial ports" /bin/setserial -v /dev/ttyS0 irq 4 /bin/setserial -v /dev/ttyS1 irq 3 /bin/setserial -v /dev/ttyS2 irq 5 /bin/setserial -v /dev/ttyS3 irq 7 # /bin/setserial -v /dev/ttyS2 irq 4 fourport # /bin/setserial -v /dev/ttyS3 irq 4 fourport # /bin/setserial -v /dev/ttyS3 # AX25 echo "AX25: starting interfaces ..." # echo "Starting sccinit" /usr/sbin/sccinit # # configure the scc0/local device /sbin/ifconfig scc0 44.136.56.25 hw ax25 KEMPC-13 /sbin/ifconfig scc0 netmask 255.255.255.0 broadcast 44.136.56.255 arp # configure the scc1/40m device /sbin/ifconfig scc1 44.136.56.25 hw ax25 KEMPC-12 /sbin/ifconfig scc1 netmask 255.255.255.0 broadcast 44.136.56.255 arp # # configure the scc2/70cm device /sbin/ifconfig scc2 44.136.56.25 hw ax25 KEMPC-11 /sbin/ifconfig scc2 netmask 255.255.255.0 broadcast 44.136.56.255 arp # #configure the scc3/9k6 device /sbin/ifconfig scc3 44.136.56.25 hw ax25 KEMPC-10 /sbin/ifconfig scc3 netmask 255.255.255.0 broadcast 44.136.56.255 arp # # configure the ax0/7550 device echo -n " 7550 " /usr/local/sbin/kissattach /dev/ttyS0 7550 44.136.56.25 /sbin/ifconfig ax0 44.136.56.25 netmask 255.255.255.0 broadcast 44.136.56.255 arp # # configure the ax1/30m device echo -n " 30m " /usr/local/sbin/kissattach /dev/ttyS1 30m 44.136.56.25 -m 255 /sbin/ifconfig ax1 44.136.56.25 netmask 255.255.255.0 broadcast 44.136.56.255 arp # # configure the ax2/20m device echo -n " 20m " /usr/local/sbin/kissattach /dev/ttyS2 20m 44.136.56.25 -m 255 /sbin/ifconfig ax2 44.136.56.25 netmask 255.255.255.0 broadcast 44.136.56.255 arp # # configure the ax3/aprs device /usr/local/sbin/kissattach /dev/ttyS3 aprs 44.136.56.25 /sbin/ifconfig ax3 44.136.56.25 netmask 255.255.255.0 broadcast 44.136.56.255 arp # # configure axip /usr/local/sbin/kissattach /dev/ptyqf axip 192.168.1.25 sleep 2 /sbin/ifconfig ax4 192.168.1.25 netmask 255.255.255.0 broadcast 192.168.1.255 arp # # configure loopback ports bbs/node /usr/local/sbin/kissnetd /dev/ptyq1 /dev/ptyq2 & sleep 4 # /usr/local/sbin/kissattach /dev/ttyq1 bbs 10.0.0.1 /usr/local/sbin/kissattach /dev/ttyq2 node 10.0.0.2 # /sbin/ifconfig ax5 10.0.0.1 netmask 255.255.255.255 hw ax25 KEMPC-6 /sbin/ifconfig ax6 10.0.0.2 netmask 255.255.255.255 hw ax25 KEMPC-5 # # configure the netrom devices # echo "... configuring 'netrom'" /usr/local/sbin/nrattach -i 44.136.56.25 -m 236 netrom # /usr/local/sbin/nrattach -i 44.136.56.25 -m 236 netbbs # # configure the rose device # # echo "... configuring 'rose'" # /usr/local/sbin/rsattach -i 44.136.56.25 rose # Associations for the PMS and other things. /usr/local/sbin/axparms -assoc vk2tv vk2tv /usr/local/sbin/axparms -assoc vk2uy vk2uy # # misc stuff # /bin/netstat -rn # /usr/local/sbin/beacon -c VK2TV -t 11 7550 "FPAC-Node - VK2TV-1, BBS - VK2TV, Netrom - KEMPC, IP - 44.136.56.25" /usr/local/sbin/beacon -c VK2TV -t 11 local "FPAC-Node - VK2TV-1, BBS - VK2TV, Netrom - KEMPC, IP - 44.136.56.25" /usr/local/sbin/beacon -c VK2TV -t 13 40m "FPAC-Node - VK2TV-1, BBS - VK2TV, Netrom - KEMPC, IP - 44.136.56.25" /usr/local/sbin/beacon -c VK2TV -t 13 70cm "FPAC-Node - VK2TV-1, BBS - VK2TV, Netrom - KEMPC, IP - 44.136.56.25" # /usr/local/sbin/beacon -c VK2TV -t 16 30m "FPAC-Node - VK2TV-1, BBS - VK2TV, Netrom - KEMPC, IP - 44.136.56.25" /usr/local/sbin/beacon -c VK2TV -t 16 9k6 "FPAC-Node - VK2TV-1, BBS - VK2TV, Netrom - KEMPC, IP - 44.136.56.25" /usr/local/sbin/beacon -c VK2TV -t 16 20m "FPAC-Node - VK2TV-1, BBS - VK2TV, Netrom - KEMPC, IP - 44.136.56.25" # echo "Setting KISS parameters for 7550" /usr/local/sbin/kissparms -p 7550 -r 125 /usr/local/sbin/kissparms -p 7550 -t 250 /usr/local/sbin/kissparms -p 7550 -s 20 /usr/local/sbin/kissparms -p 7550 -f n /usr/local/sbin/kissparms -p 7550 -l 40 # # echo "Setting KISS parameters for 30m" /usr/local/sbin/kissparms -p 30m -r 20 /usr/local/sbin/kissparms -p 30m -t 400 /usr/local/sbin/kissparms -p 30m -s 20 /usr/local/sbin/kissparms -p 30m -f n /usr/local/sbin/kissparms -p 30m -l 60 # # echo "Setting KISS parameters for 20m" /usr/local/sbin/kissparms -p 20m -r 32 /usr/local/sbin/kissparms -p 20m -t 470 /usr/local/sbin/kissparms -p 20m -s 20 /usr/local/sbin/kissparms -p 20m -f n /usr/local/sbin/kissparms -p 20m -l 80 # # echo "Setting KISS parameters for aprs" /usr/local/sbin/kissparms -p aprs -r 32 /usr/local/sbin/kissparms -p aprs -t 250 /usr/local/sbin/kissparms -p aprs -s 20 /usr/local/sbin/kissparms -p aprs -f n /usr/local/sbin/kissparms -p aprs -l 40 echo -n "Starting AX25 and NetRom networking daemons: " echo -n " ax25d" /usr/local/sbin/ax25d & echo -n " netromd" /usr/local/sbin/netromd -t 60 -c -i & # echo -n " Starting axip daemon" /usr/local/sbin/ax25ipd # echo -n " mheardd" /usr/local/sbin/mheardd & # echo "Starting FPAC daemon" /usr/local/sbin/fpac.sh sleep 2 # # /usr/sbin/rxecho route add -host 44.136.56.199 window 512 scc3 route add -host 44.136.56.14 window 512 scc3 route add -host 192.168.1.10 window 1500 eth0 # echo # echo "Setting AX25 parameters" /usr/local/sbin/axsetparms # # # echo -n "Starting Digi_ned" # /usr/local/digi-ned/digi_ned -p axip -p local -p bbs -p node -p 9k6 -p 7550 & # echo -n "Starting Xfbb daemon" /usr/local/sbin/fbb & # echo setterm -blank 12 setterm -powersave on # setterm -b 4 # setterm -f 8 # # # # #---------------------------------- end ------------------------------------ And here's my port.sys. See what I mean about referencing old version, hi. I run 7.04o. I guess it falls into the large system category. # FBB7.00 # # #Ports TNCs 2 10 # # Interface 9 = Linux # #Com Interface Adress (Hex) Baud 2 9 0 9600 1 9 189c 0 # # MultCh : Name of the Linux port taken from /etc/ax25/axports # Maxframe: The maximum nb of frames the TNC will send at a time. # NbFwd : Number of channels for OUTGOING forward at same time. # MxBloc : Size of forward-block in kb. # # M/P-Fwd : Minute of the hour for start of forward, and period # (how many minutes between each forward-start). # Mode : One of these: # B : BBS-mode. # G : "Guest"-mode. # U : Normal-mode. # Type host-mode, one of these: # D : WA8DED # K : KAM hostde. # M : Telephone-modem. # P : PK-232 # Q : BPQ v 4.x # X : LINUX kernl interface # Addition: One of these letters can be used too: # L : Send unproto beacon after each arriving mail. # Y : Yapp allowed on this QRG. # W : Gateway allowed TO this QRG. # R : Read-Only acces. # Freq. : Text to describe this port (max 9 characters, no space) # Same number of lines as number of TNCs. # #TNC NbCh Com MultCh Pacln Maxfr NbFwd MxBloc M/P-Fwd Mode Freq 0 0 0 0 0 0 0 0 00/01 ---- File-fwd. 1 5 2 local 250 5 5 10 10/15 XUWYL local 2 4 2 40m 64 1 3 5 20/35 XUWYL 40m 3 4 2 70cm 250 3 3 10 15/20 XUWYL 70cm 4 5 2 9k6 250 4 3 10 00/10 XUWYL 9k6 5 3 2 7550 250 3 2 10 20/30 XUWYL mail # 6 4 2 30m 64 1 3 5 10/15 XUWYL 30m 6 4 2 20m 64 1 3 5 35/10 XUWYL 20m 7 5 2 axip 250 4 5 10 25/10 XUWYL axip 8 3 2 node 250 5 2 10 00/20 XUWYL node 9 5 1 0 250 3 5 10 05/15 TUWY Telnet 10 5 2 rose0 250 3 5 10 15/10 XUWYL Rose0 # 12 5 2 netbbs 235 3 2 5 45/10 XUWYL Netrom # # End of file. # Yell for more help. Ray vk2tv _______________________________________________ xfbb maillist - xfbb@f6fbb.org http://mailman.f6fbb.org/mailman/listinfo/xfbb