| Jonathan  
 
 
 
 
 Group: Members
 Posts: 1
 Joined: Dec. 2006
 | 
|  | Posted: Dec. 16 2006,13:55 |  |  For the love of God - please help a newbie!
 
 I'm trying to establish an internet connection on an old IBM Thinkpad 266Mhz. My modem is an IBM Psion Dacom 56K v.34 PCMCIA card modem. The card is recognised at bootup and cs_serial loads correctly. I've tried connecting using the default options script using PAP and CHAP and at first experienced a run of LPC ConfReq errors that I resolved by removing the \d switch from the CONNECT command in chatscripts and altering the options script to that recommended by my ISP. Since then I get a recurring "Connect script failed" message and cannot establish a connection.
 
 Can anyone help?
 
 Many thanks,
 
 Jonathan.
 
 ------------------------------------------------------------
 
 # /etc/ppp/options
 
 
 defaultroute
 ipcp-accept-local
 ipcp-accept-remote
 asyncmap 0
 noauth
 crtscts
 lock
 hide-password
 modem
 passive
 lcp-max-configure 30
 lcp-echo-interval 30
 lcp-echo-failure 4
 
 ------------------------------------------------------------
 
 # /etc/ppp/peers
 
 # This optionfile was generated by pppconfig 2.1.
 #
 #
 hide-password
 noauth
 connect "/usr/sbin/chat -v -f /etc/chatscripts/provider"
 debug
 /dev/ttyS1
 115200
 defaultroute
 noipdefault
 user "xxxxxxxx"
 
 ipparam provider
 
 
 remotename provider
 
 ------------------------------------------------------------
 
 /etc/ppp/chatscripts
 
 # This chatfile was generated by pppconfig 2.1.
 # Please do not delete any of the comments.  Pppconfig needs them.
 #
 # ispauth chat
 # abortstring
 ABORT BUSY ABORT 'NO CARRIER' ABORT VOICE ABORT 'NO DIALTONE' ABORT 'NO DIAL TONE' ABORT 'NO ANSWER' ABORT DELAYED
 # modeminit
 '' ATZ
 # ispnumber
 OK-AT-OK 'ATDTxxxxxxxxxx'
 # ispconnect
 CONNECT ''
 ppp
 # prelogin
 
 # ispname
 ogin: "xxxxxxxx"
 # isppassword
 ssword: \q"xxxxxxxxx"
 # postlogin
 '' \d\c
 # end of pppconfig stuff
 
 ------------------------------------------------------------
 
 /var/log/messages
 
 Dec 14 21:31:33 box authpriv.notice sudo:      dsl : TTY=tty1 ; PWD=/ramdisk/home/dsl ; USER=root ; COMMAND=/usr/sbin/pppdial
 Dec 14 21:31:38 box local2.notice pppd[1146]: pppd 2.4.1 started by root, uid 0
 Dec 14 21:31:38 box authpriv.notice sudo:     root : TTY=pts/0 ; PWD=/ramdisk/home/dsl ; USER=root ; COMMAND=/usr/bin/tail -f /var/log/messages
 Dec 14 21:31:39 box local2.info chat[1150]: abort on (BUSY)
 Dec 14 21:31:39 box local2.info chat[1150]: abort on (NO CARRIER)
 Dec 14 21:31:39 box local2.info chat[1150]: abort on (VOICE)
 Dec 14 21:31:39 box local2.info chat[1150]: abort on (NO DIALTONE)
 Dec 14 21:31:39 box local2.info chat[1150]: abort on (NO DIAL TONE)
 Dec 14 21:31:39 box local2.info chat[1150]: abort on (NO ANSWER)
 Dec 14 21:31:39 box local2.info chat[1150]: abort on (DELAYED)
 Dec 14 21:31:39 box local2.info chat[1150]: send (ATZ^M)
 Dec 14 21:31:39 box local2.info chat[1150]: expect (OK)
 Dec 14 21:31:39 box local2.info chat[1150]: ATZ^M^M
 Dec 14 21:31:39 box local2.info chat[1150]: OK
 Dec 14 21:31:39 box local2.info chat[1150]:  -- got it
 Dec 14 21:31:39 box local2.info chat[1150]: send (ATDT0845 6042086^M)
 Dec 14 21:31:40 box local2.info chat[1150]: expect (CONNECT)
 Dec 14 21:31:40 box local2.info chat[1150]: ^M
 Dec 14 21:31:51 box local2.info chat[1150]: ATDT0845 6042086^M^M
 Dec 14 21:31:51 box local2.info chat[1150]: CONNECT
 Dec 14 21:31:51 box local2.info chat[1150]:  -- got it
 Dec 14 21:31:51 box local2.info chat[1150]: send (^M)
 Dec 14 21:31:51 box local2.info pppd[1146]: Serial connection established.
 Dec 14 21:31:51 box local2.debug pppd[1146]: using channel 6
 Dec 14 21:31:51 box local2.info pppd[1146]: Using interface ppp0
 Dec 14 21:31:51 box local2.notice pppd[1146]: Connect: ppp0 <--> /dev/ttyS1
 Dec 14 21:31:52 box local2.debug pppd[1146]: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x2183f0ef> <pcomp> <accomp>]
 Dec 14 21:31:55 box local2.debug pppd[1146]: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x2183f0ef> <pcomp> <accomp>]
 Dec 14 21:31:58 box local2.debug pppd[1146]: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x2183f0ef> <pcomp> <accomp>]
 Dec 14 21:32:01 box local2.debug pppd[1146]: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x2183f0ef> <pcomp> <accomp>]
 Dec 14 21:32:04 box local2.debug pppd[1146]: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x2183f0ef> <pcomp> <accomp>]
 Dec 14 21:32:07 box local2.debug pppd[1146]: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x2183f0ef> <pcomp> <accomp>]
 Dec 14 21:32:10 box local2.debug pppd[1146]: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x2183f0ef> <pcomp> <accomp>]
 Dec 14 21:32:28 box local2.info pppd[1146]: Terminating on signal 15.
 Dec 14 21:32:28 box local2.debug pppd[1146]: sent [LCP TermReq id=0x2 "User request"]
 Dec 14 21:32:31 box local2.debug pppd[1146]: sent [LCP TermReq id=0x3 "User request"]
 Dec 14 21:32:33 box authpriv.notice sudo:      dsl : TTY=tty1 ; PWD=/ramdisk/home/dsl ; USER=root ; COMMAND=/usr/sbin/pppdial
 Dec 14 21:32:34 box local2.notice pppd[1146]: Connection terminated.
 Dec 14 21:32:35 box local2.info pppd[1146]: Hangup (SIGHUP)
 Dec 14 21:32:35 box local2.info pppd[1146]: Exit.
 Dec 14 21:32:35 box user.notice net.agent[1181]: unregister event not handled
 
 ------------------------------------------------------------
 
 Dec 14 21:35:05 box local2.notice pppd[1249]: pppd 2.4.1 started by root, uid 0
 Dec 14 21:35:05 box authpriv.notice sudo:     root : TTY=pts/0 ; PWD=/ramdisk/home/dsl ; USER=root ; COMMAND=/usr/bin/tail -f /var/log/messages
 Dec 14 21:35:06 box local2.info chat[1253]: abort on (BUSY)
 Dec 14 21:35:06 box local2.info chat[1253]: abort on (NO CARRIER)
 Dec 14 21:35:06 box local2.info chat[1253]: abort on (VOICE)
 Dec 14 21:35:06 box local2.info chat[1253]: abort on (NO DIALTONE)
 Dec 14 21:35:06 box local2.info chat[1253]: abort on (NO DIAL TONE)
 Dec 14 21:35:06 box local2.info chat[1253]: abort on (NO ANSWER)
 Dec 14 21:35:06 box local2.info chat[1253]: abort on (DELAYED)
 Dec 14 21:35:06 box local2.info chat[1253]: send (ATZ^M)
 Dec 14 21:35:06 box local2.info chat[1253]: expect (OK)
 Dec 14 21:35:06 box local2.info chat[1253]: ATZ^M^M
 Dec 14 21:35:06 box local2.info chat[1253]: OK
 Dec 14 21:35:06 box local2.info chat[1253]:  -- got it
 Dec 14 21:35:06 box local2.info chat[1253]: send (ATDT0845 6042086^M)
 Dec 14 21:35:06 box local2.info chat[1253]: expect (CONNECT)
 Dec 14 21:35:06 box local2.info chat[1253]: ^M
 Dec 14 21:35:18 box local2.info chat[1253]: ATDT0845 6042086^M^M
 Dec 14 21:35:18 box local2.info chat[1253]: CONNECT
 Dec 14 21:35:18 box local2.info chat[1253]:  -- got it
 Dec 14 21:35:18 box local2.info chat[1253]: send (^M)
 Dec 14 21:35:18 box local2.info chat[1253]: expect (ppp)
 Dec 14 21:35:18 box local2.info chat[1253]:  115200/NONE//300^M
 Dec 14 21:36:03 box local2.info chat[1253]: alarm
 Dec 14 21:36:03 box local2.info chat[1253]: Failed
 Dec 14 21:36:03 box local2.err pppd[1249]: Connect script failed
 Dec 14 21:36:04 box local2.info pppd[1249]: Exit.
 |