I have developed an annoying(to say the least) problem with modem communication.When I call out, at the point I should be getting a login prompt the
process freezes. Here is the output of cu:
119 denali:/tmp% cu -d paul
conn(paul)
Device Type ACU wanted
mlock ttyf3 succeeded
filelock: ok
fixline(5, 2400)
processdev: calling setdevcfg(cu, ACU)
gdial(hayes24) called
expect: ("")
got it
sendthem (PAUSE
<NO CR>????????)
expect: (OK)
ATe1q0&d3s2=128L0^M^M^JOKgot it
sendthem (<NO CR>????????)
expect: (CONNECT)
^M^Jatdt(num. goes here)^M^M^JCONNECTgot it
getto ret 5
device status for fd=5
F_GETFL=2,iflag=`12045',oflag=`0',cflag=`2273',lflag=`0',line=`1'
cc[0]=`177',[1]=`34' , [2]=`10' , [3]=`25' , [4]=`1' , [5]=`0' , [6]=`0' , [7]=`0' ,
call _mode(1)
Connected
_receive started
2400
paul logintransmit started
~[denali].
call tilda(.)
call _quit(0)
call _bye(0)
Disconnected
call cleanup(0)
call _mode(0)
Trying uucico in debug mode, I get:
120 denali:/tmp% /usr/lib/uucp/uucico -r1 -x4 -spaul >& paul
mchFind called (paul)
name (paul) not found; return FAIL
conn(paul)
Device Type ACU wanted
mlock ttyf3 succeeded
processdev: calling setdevcfg(uucico, ACU)
gdial(hayes24) called
expect: ("")
got it
sendthem (PAUSE
<NO CR>????????)
expect: (OK)
ATe1q0&d3s2=128L0^M^M^JOKgot it
sendthem (<NO CR>????????)
expect: (CONNECT)
^M^Jatdt(num. here)^M^M^JCONNECTgot it
getto ret 6
expect: ("")
got it
sendthem (DELAY
????????)
expect: (ogin:)
expect: (ogin:)
Call Failed: LOGIN FAILED
exit code 101
Conversation Complete: Status FAILED
What's wrong? Any help will be greatly appreciated.
Cheers,