¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

linbpq condfig #bpq32 #linbpq


 

Hello
?
I'm stuck!? I have an old TNC-Pi3 that I want to set up as a Winlink RMS.? I was able to find a copy of a bpq32.cfg currently in use on an identical TNC-Pi, so I just changed the relevant callsigns, passwords, etc. and thought it would work., but no such luck.? ?I run a status and get the follwing message related to the COMPORT:
?
Apr 27 15:28:59 raspberrypi linbpq[2448]: Com Open Failed: No such file or dire>
Apr 27 15:28:59 raspberrypi linbpq[2448]: ?/dev/serial0 could not be opened
Apr 27 15:28:59 raspberrypi LINBPQ[2448]: ?/dev/serial0 could not be opened
lines 1-19/19 (END)
?
I did not find a file titled "serial0" in /dev.? I'd like to move from my current Win10 OS for this application, but I'm not very familiar with linux. I tried to identify what was assigned to serial0 but quickly found I am out of my element . . .?

pi@raspberrypi:~ $ dmesg | grep tty
[ ? ?0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 cgroup_disable=memory snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0 ?vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 ?console=ttyS0,115200 console=tty1 root=PARTUUID=384c6e67-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles cfg80211.ieee80211_regdom=US
[ ? ?0.000238] printk: legacy console [tty1] enabled
[ ? ?2.122768] 3f201000.serial: ttyAMA1 at MMIO 0x3f201000 (irq = 99, base_baud = 0) is a PL011 rev2
[ ? ?2.123112] serial serial0: tty port ttyAMA1 registered
[ ? ?6.015759] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
pi@raspberrypi:~ $ lsof /dev/ttyS0
lsof: status error on /dev/ttyS0: No such file or directory
pi@raspberrypi:~ $ lsof /dev/ttyAMA1
lsof: status error on /dev/ttyAMA1: No such file or directory
pi@raspberrypi:~ $ ls /dev/ttyS* /dev/ttyUSB*
ls: cannot access '/dev/ttyS*': No such file or directory
ls: cannot access '/dev/ttyUSB*': No such file or directory
pi@raspberrypi:~ $ ls /dev/serial/by-id/
ls: cannot access '/dev/serial/by-id/': No such file or directory
pi@raspberrypi:~ $
?
I have attached a copy of the bpq32.cfg:

; K9KQA BBS & RMS & CHAT config File 4-25-25
SIMPLE ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; This set a whole load of par$
NODECALL=K9KQA-1 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?; Default node callsign
NODEALIAS=HCARES ? ? ? ? ? ? ? ? ? ? ?; Alias 6 Char max
LOCATOR=EN41vm ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; Defailt node location
NODESINTERVAL=60
MAXNODES=150
AUTOSAVE=1
FULL_CTEXT=0
LINMAIL ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?; Enable BBS
LINCHAT ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?; Enable CHAT
MAPCOMMENT=Motorola Syntor X Hustler G7-144<BR>IDEN Node<BR>Raspberry PI3 PI-TN$
IDINTERVAL=60 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?; UI broadcast interval (minut$
IDMSG: ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; UI broadcast text
IDEN Node GENESEO IL EN41vm
***
CTEXT: ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; Connect Message
Welcome to the K9KQA BPQ32 Node.
K9KQA> BBS RMS CHAT CONNECT BYE INFO NODES ROUTES PORTS USERS MHEARD
***
BTINTERVAL=60 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?; Beacon interval (minutes)
BTEXT: ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; Beacon text
K9KQA IDEN Node GENESEO IL EN41vm
***
INFOMSG: ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; Text for INFO command
This is the BPQ32 Node for the K9KQA.
Sysop K9KQA.
Type K9KQA-7 to connect to the BBS.
Type K9KQA-10 to connect to WinLink.
Type K9KQA-11 to to CHAT server.
***
; ?Port 1 ?
PORT
? ?PORTNUM=1 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; Port number
? ?ID=IDEN 145.610 MHz 1200 bps ? ? ? ? ? ? ? ? ? ? ? ; PORTS command text
? ?TYPE=ASYNC ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?; RS232 connection
? ?COMPORT=/dev/serial0 ? ? ? ? ? ? ? ? ? ? ? ? ; Serial port
? ?SPEED=19200 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; Serial port speed
? ?PROTOCOL=KISS ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; KISS protocol
? ?KISSOPTIONS=PITNC,NOPARAMS ? ? ? ? ? ? ? ? ? ?; KISS options for TNC
? ?CHANNEL=A ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; TNC channel
? ?MAXFRAME=2 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?; Max outstanding frames
? ?FRACK=7000 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?; Level 2 timeout (ms)
? ?RESPTIME=1000 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; Level 2 delayed ACK (ms)
? ?RETRIES=10 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?; Level 2 max retries
? ?PACLEN=128 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?; Max packet length (bytes)
? ?TXDELAY=500 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; Transmit keyup delay (ms)
? ?SLOTTIME=20 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?; CMSA interval timer (ms)
? ?PERSIST=64 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?; Persistence (256/(# transmis$
? ?DIGIFLAG=1 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?; Allow Digipeat on this port
? ?QUALITY=255
? ?MINQUAL=20
; ? NOKEEPALIVES=1
? ?WL2KREPORT PUBLIC,api.winlink.org,8085,K9KQA-10,EN41VM,00-23,145610000,PKT120$
ENDPORT

; ?Port 2 ?
PORT
? ?PORTNUM=2 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?; Port number
? ?ID=Telnet Server ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; PORTS command text
? ?DRIVER=TELNET ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?; TCP/IP connection
? ?CONFIG ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; Driver specific configuration$
? ?LOGGING=1 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?; Log all connections
? ?DisconnectOnClose=1 ? ? ? ? ? ? ? ? ? ? ? ? ?; Disconnect on close
? ?TCPPORT=8010 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; Port for telnet connections
? ?FBBPORT=8011 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; Port for FBB protocol BBS con$
? ?HTTPPORT=8008 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?; Port for web interface
? ?LOGINPROMPT=user: ? ? ? ? ? ? ? ? ? ? ? ? ? ?; Telnet login prompt
? PASSWORDPROMPT=password: ? ? ? ? ? ? ? ? ? ? ; Telnet password prompt
? ?LOCALECHO=NO ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; Do not echo input
? ?MAXSESSIONS=10 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; Maxmimum simultaneous connect$
? ?CTEXT=K9KQA BPQ32 Telnet Server\nEnter ? for list of commands\n\n ; Telnet co$
? ?USER=K9KQA, XXXXXX,K9KQA,NODE,SYSOP ? ? ? ? ? ; Telnet user
? ?;USER=WB9QPM,1Fastenate1!,WB9QPM,NODE,SYSOP ? ? ? ; Telnet user
? ?CMS=1 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?; Enable WinLink CMS connection
? ?CMSCALL=K9KQA ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; Callsign for WinLink
? ?CMSPASS=XXXXXXXX ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?; Password for WinLink
ENDPORT

; ?Port 3 ?
PORT
? ?PORTNUM=3 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; Port number
? ?ID=AX/IP/UDP ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?; Displayed by PORTS command
? ?DRIVER=BPQAXIP ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?; Uses BPQAXIP
? ?QUALITY=192 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; Quality factor applied to no$
? ?MINQUAL=165 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; Entries in the nodes table w$
? ?MAXFRAME=5 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?; Max outstanding frames (1 th$
? ?FRACK=3000 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?; Level 2 timeout in milliseco$
? ?RESPTIME=1000 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; Level 2 delayed ack timer in$
? ?RETRIES=5 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; Level 2 maximum retry value
? ?PACLEN=236 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?; Maximum packet length
? ?CONFIG ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?; Driver specific configuratio$
? ?MHEARD ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?; Keep heard stats
; ? UDP 10093 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; UDP port
? ?BROADCAST NODES ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; Broadcast
ENDPORT

; ?Applications ?
APPLICATION 1,BBS,,K9KQA-7,KQABBS,255 ? ? ? ? ? ?; BBS Application
APPLICATION 2,RMS,C 2 CMS,K9KQA-10,KQARMS,255 ? ?; CMS Application
APPLICATION 3,CHAT,,K9KQA-11,KQACHT,255 ? ? ? ? ?; CHAT Application
;APPLICATION 32,TALK,,K9KQA ? ? ? ? ? ? ? ? ? ? ?; Node Application
?
Any replies that would steer me to a correction for my issue would be greatly appreciated.? Thank you.
?
73s
--
Brian K9KQA

Join [email protected] to automatically receive all group messages.