Linux PPP protocol development
 help / color / mirror / Atom feed
From: James Cameron <quozl@laptop.org>
To: linux-ppp@vger.kernel.org
Subject: Re: some problem
Date: Wed, 03 Mar 2010 20:30:52 +0000	[thread overview]
Message-ID: <20100303203052.GO1159@us.netrek.org> (raw)
In-Reply-To: <1267602954.2112.31.camel@rs.local>

On Wed, Mar 03, 2010 at 11:41:15PM +0900, Murali K. Vemuri wrote:
> Jan  1 00:02:37 (none) local2.info chat[109]: send (AT^M)
> Jan  1 00:02:37 (none) local2.info chat[109]: send (AT
> +CGDCONT=1,"ip","web.sktelecom.com",,,^M)
> Jan  1 00:02:38 (none) local2.info chat[109]: send (ATDT*98#^M)
> Jan  1 00:02:38 (none) local2.info chat[109]: expect (CONNECT)
> Jan  1 00:03:23 (none) local2.info chat[109]: alarm

There's no evidence in that chat log that you are receiving anything
back from the modem.  You should receive OK in response to AT and
AT+CGDCONT.  Can you confirm that with a manual connection between
keyboard and modem?

A common cause of this is modems that provide two USB endpoints; one for
firmware update, one for communications.  The firmware update endpoint
may not respond.  For one modem, I fixed this by using the next device
name; /dev/ttyUSB1 instead of /dev/ttyUSB0.

Otherwise, the sequence looks acceptable.  For a sequence that I've
tested with a different modem, but which works with every other modem
I've tried, see:

http://quozl.linux.org.au/darcs/eee-bpw/etc/chatscripts/bpw

In this particular instance, an additional check AT+CGATT? is done to
verify that the modem has attached to the network ... before attempting
a connection.

-- 
James Cameron
http://quozl.linux.org.au/

  parent reply	other threads:[~2010-03-03 20:30 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-03  7:55 some problem Murali K. Vemuri
2010-03-03 13:34 ` Eugene Paskevich
2010-03-03 13:37 ` James Carlson
2010-03-03 14:03 ` Charlie Brady
2010-03-03 14:41 ` Murali K. Vemuri
2010-03-03 20:30 ` James Cameron [this message]
2010-03-03 21:40 ` James Carlson
2010-03-04  2:31 ` Murali K. Vemuri
2010-03-04  2:53 ` James Cameron

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100303203052.GO1159@us.netrek.org \
    --to=quozl@laptop.org \
    --cc=linux-ppp@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox