I'm dealing with modems again and this time I'm trying to go through a 
DigiBoard
EISA/Xem configuration.  I have a modem connected through COM1 and it works 
fine.  I have an another modem of the same model (US Robotics Sportster 28.8 
FAX) with an identical configuration connected to the DigiBoard concentrator 
via
a full 10-pin RJ-45 cable as directed in the DigiBoard manual.
###################################
# The ATI4 output from the modem: #
###################################
USRobotics Sportster 33600 Fax Settings...
   B0  E1  F1  M1  Q0  V1  X4  Y0
   BAUD=2400  PARITY=N  WORDLEN=8
   DIAL=HUNT   ON HOOK
   &A3  &B1  &C1  &D2  &G0  &H1  &I0  &K1  &M4  &N0
   &P0  &R2  &S0  &T5  &U0  &Y1
   S00=001  S01=000  S02=043  S03=013  S04=010  S05=008  S06=002
   S07=060  S08=002  S09=006  S10=014  S11=070  S12=050  S13=000
   S15=000  S16=000  S18=000  S19=000  S21=010  S22=017  S23=019
   S25=005  S27=000  S28=008  S29=020  S30=000  S31=128  S32=002
   S33=000  S34=000  S36=014  S38=000
   LAST DIALED #:
We have a hand-held communications device for bar-code scanning and remote 
data 
entry.  This device can dialup and connect to the Alpha fine over the COM port.
 
When we try to connect to the modem connected to the DigiBoard, I get SIA 
ERRORS
in /var/adm/sialog stating that there was a "Failure to authenticate session 
for
<userid> on /dev/ttya01m".  THEN I get a "Failure to authenticate session for 
<password> on /dev/ttya01m" message and a "Failure to authenticate session for 
(null) on /dev/ttya01m" message.
Upon connecting the handheld is supposed to send <CR><LF> and then wait for 
"login: " at which point it should send the <userid><CR><LF> and then it 
should 
wait for "Password:" and then it should pass <password><CR><LF>.
###############################
# The line from /etc/inittab: #
###############################
digia01m:23:respawn:/usr/sbin/getty -h /dev/ttya01m M2400 vt100
##############################
# The line from /etc/remote: #
##############################
modem:dv=/dev/ttya01m:br#2400:pa=none:
##################################
# The lines from /etc/gettydefs: #
##################################
M300# B300 HUPCL CS8 # B300 SANE IXANY TAB3 HUPCL #login: #M1200
M1200# B1200 HUPCL CS8 # B1200 SANE IXANY TAB3 HUPCL #login: #M300
M2400# B2400 HUPCL CS8 # B2400 SANE IXANY TAB3 HUPCL #login: #M1200
###################################################
# The 'file' output for the DigiBoard port modem: #
###################################################
# ditty -a ttya01m
onstr \033[5i offstr \033[4i term vt100
maxcps 100 maxchar 50 bufsize 100
-forcedcd -altpin -fastbaud (9600) -printer edelay (100)
rtspace -dtrpace ctspace -dsrpace -dcdpace
DTR+  RTS+  CTS+  CD-  DSR-  RI-
#2 disc;speed 9600 baud; 0 rows; 0 columns
erase = ^H; werase <undef>; kill = ^U; intr = ^C; quit = ^\; susp = ^Z
dsusp <undef>; eof = ^D; eol <undef>; eol2 <undef>; stop = ^S
start = ^Q; lnext <undef>; discard <undef>; reprint <undef>; status <undef>
time = 0; min = 1
-parenb -parodd cs8 -cstopb hupcl cread -clocal
-ignbrk brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl -iuclc
ixon -ixany -ixoff -imaxbel
isig icanon -xcase echo -echoe -echok -echonl -noflsh -mdmbuf -nohang
-tostop -echoctl -echoprt -echoke -altwerase -iexten -nokerninfo
opost -olcuc onlcr -ocrnl -onocr -onlret -ofill -ofdel tabs -onoeot
I've tried changing &H1 and &I0 to &H2 and &I2 (based on USR's UNIX modem 
setup 
recommendations), switching to an 8-pin RJ-45 and using ditty's 'altpin' 
setting, changing the getty prompt to include more output (like the console 
line
in gettydefs) since in connecting via a PC terminal the prompt was "swallowed 
up" and I would frequently only see an "n: " instead of "login: ", and I've 
tried changing the linespeed in the gettydefs file.  I've tried all of these 
with no success.
So, if anyone has any clues as to what I can do to have this handheld device 
dial into the DigiBoard modem, I would appreciate any guidance.
Thanks,
Bob Capps
Received on Wed May 08 1996 - 19:19:38 NZST