[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Clocking Modem Speed



Shao Zhang wrote:
> 
> This is what I get in /var/log/messages:
> 
> And the line speed there would be 45333. Maybe we have some settings
> different.
> 
> Sep 22 20:16:59 localhost chat[242]: CONNECT
> Sep 22 20:16:59 localhost chat[242]:  -- got it
> Sep 22 20:16:59 localhost chat[242]: send (^M)
> Sep 22 20:16:59 localhost chat[242]: expect (ogin:)
> Sep 22 20:16:59 localhost chat[242]:  45333/ARQ^M


	What kind of modem do you have?  I've never seen my current or previous
(33k generic el-cheapo) modem do this.  I wish it would, so I could see
this in the "plog -f" output.  There must be some kind of chatscript or
pppd option thats doing this.

	Hmmm, maybe not.  My ISP doesn't have a login prompt anymore, as soon
as the modems sync up, ppp begins immediately, which means the
chatscript ends as soon as it gets "CONNECT".  Perhaps that has
something to do with it?  Look at the config files below, is there
anything different compared to yours?


********************************************
/etc/chatscripts/provider:

TIMEOUT           3
ABORT             'BUSY'
ABORT             'NO CARRIER'
ABORT             'NO ANSWER'
ABORT             'VOICE'
ABORT             'NO DIALTONE'
ABORT             'WAITING'
''                ATZ
TIMEOUT           60
OK                ATDT6363282
REPORT CONNECT    CONNECT ''
********************************************


********************************************
/etc/ppp/peers/provider:

# This file was generated by pppconfig.  You can edit the following
lines
noauth
connect "/usr/sbin/chat -v -f /etc/chatscripts/provider"
debug
/dev/ttyS1
115200
defaultroute
noipdefault
user ecogburn
#
mtu 576
mru 576
persist
noproxyarp
remotename greene.xtn.net
********************************************

-- 
Ed C.


Reply to: