On Wed, Jul 09, 2008 at 07:01:04AM -0400, Jeremy Moles wrote:
> > Using the blackberry as a modem is already possible with the latest CVS.
> > This will be in the upcoming version 0.13 release.  Your feedback on this
> > feature would be most helpful, so we can squash as many bugs as possible
> > before release.
> 
> So, I decided to give this a try but I'm really having the hardest time
> figuring out what I'm doing wrong. I've attached the peers file I'm
> using with my 8310 Curve (using AT&T's service); can anyone spot
> anything wrong?
> 
> I am ready and willing to try whatever. :)
> 

> Serial connection established.
> using channel 7
> Using interface ppp0
> Connect: ppp0 <--> /dev/pts/5
> sent [LCP ConfReq id=0x1 <asyncmap 0x0>]
> rcvd [LCP ConfReq id=0x17 <asyncmap 0x0> <auth pap>]
> sent [LCP ConfAck id=0x17 <asyncmap 0x0> <auth pap>]
> rcvd [LCP ConfAck id=0x1 <asyncmap 0x0>]
> sent [PAP AuthReq id=0x1 user="wapuser" password=<hidden>]
> rcvd [LCP TermReq id=0x18]
> LCP terminated by peer
> sent [LCP TermAck id=0x18]
> rcvd [LCP TermAck id=0x18]
> Connection terminated.
> Waiting for 1 child processes...
>   script /home/cubicool/local/sbin/pppob, pid 8694
> sending SIGTERM to process 8694


It appears that the connection was terminated by the ISP, so I'm guessing
that something is amiss with your ppp options, or even the AT commands.

It may be helpful to change this line in your options file:

        pty "/home/cubicool/local/sbin/pppob"

to this:

        pty "/home/cubicool/local/sbin/pppob -v"

So we can see the entire conversation.

Do you have modem support working under Windows?  If so, what settings
do you use there?  Do the AT commands match on both systems?


> connect "chat -v 'ABORT' 'ERROR' '' 'AT&F' 'OK' 'ATZ' 'OK' 'ATI' 'OK' 
> 'AT+CNUM' 'OK' 'AT+CSQ' 'OK' 'AT+CREG?' 'OK' 'AT+CGDCONT?' 'OK' 'AT+CGQREQ?' 
> 'OK' 'AT+CGQMIN?' 'OK' 'AT+CGATT?' 'OK' 'AT+CGREG?' 'OK' 
> 'AT+CGDCONT=1,\"IP\",\"proxy\"' 'OK' 'ATDT*99#' 'CONNECT'"

 From your connect script, and comparing with the codes listed at
http://www.blackberryforums.com/blackberry-guides/2019-user-howto-use-blackberry-modem-laptop.html

It appears that you are using a mix of Cingular and Rogers settings.
Who is your ISP/provider?

Thanks,
- Chris


-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Barry-devel mailing list
Barry-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/barry-devel

Reply via email to