Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

dialin & hangup in the same second !!

Status
Not open for further replies.

Mauric

Technical User
Feb 18, 2003
72
0
0
CH
Hello Everyone,

I hope some people can help me on this trubble that i have
here on this old i386 maschine with netbsd 2.0.2 installed i
want start a dialup with this isdn modem ZYXEL Omni.net.D on
the follwoing port "tty00"

i have attached the log file and i see that the connection made
successful but the hangup succed in the same step !

please can you give me any more tips to solve me dialin problem !

best regards
Maurizio


i start me call with the following option
164# pppd call freenet

164# /etc/ppp/peers/cat freenet
connect '/usr/sbin/chat -v -f /etc/ppp/peers/freenet.chat'
login
debug
kdebug 4

164# /etc/ppp/peers/cat freenet.chat
ABORT BUSY
ABORT "NO CARRIER"
ABORT VOICE
ABORT "NO DIALTONE"
"" "ATZ"
"OK" "ATB97"
"OK" "ATDI0840555555"

164# /etc/ppp/cat pap-secrets (chmod 600 pap-secrets)
username * password

164# /etc/ppp/cat options
/dev/tty00
lock
crtscts
defaultroute
noipdefault

May 3 18:55:00 164 pppd[1612]: pppd 2.4.1 started by root, uid 0
May 3 18:55:00 164 pppd[1612]: pppd 2.4.1 started by root, uid 0
May 3 18:55:01 164 chat[738]: abort on (BUSY)
May 3 18:55:01 164 chat[738]: abort on (NO CARRIER)
May 3 18:55:01 164 chat[738]: abort on (VOICE)
May 3 18:55:01 164 chat[738]: abort on (NO DIALTONE)
May 3 18:55:01 164 chat[738]: send (ATZ^M)
May 3 18:55:01 164 chat[738]: expect (OK)
May 3 18:55:02 164 chat[738]: ATZ^M^M
May 3 18:55:02 164 chat[738]: OK
May 3 18:55:02 164 chat[738]: -- got it
May 3 18:55:02 164 chat[738]: send (ATB97^M)
May 3 18:55:02 164 chat[738]: expect (OK)
May 3 18:55:02 164 chat[738]: ^M
May 3 18:55:02 164 chat[738]: ATB97^M^M
May 3 18:55:02 164 chat[738]: OK
May 3 18:55:02 164 chat[738]: -- got it
May 3 18:55:02 164 chat[738]: send (ATDI0840555555^M)
May 3 18:55:02 164 pppd[1612]: Serial connection established.
May 3 18:55:02 164 pppd[1612]: Using interface ppp0
May 3 18:55:02 164 pppd[1612]: Connect: ppp0 <--> /dev/tty00
May 3 18:55:02 164 pppd[1612]: Connect: ppp0 <--> /dev/tty00
May 3 18:55:02 164 pppd[1612]: Modem hangup
May 3 18:55:02 164 pppd[1612]: Modem hangup
May 3 18:55:02 164 pppd[1612]: Connection terminated.
May 3 18:55:02 164 pppd[1612]: Connection terminated.
May 3 18:55:04 164 pppd[1612]: Exit.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top