On Wednesday 20 August 2008, Andrew Paulin wrote:
> I've been trying to get Barry to tether on Ubuntu 8.04, and when I send
> "pppd call barry-tmobile", I get:
> [EMAIL PROTECTED]:~$ pppd call barry-t-mobile
> Connect script failed
> Waiting for 1 child processes...
>   script /usr/sbin/pppob, pid 7847
> sending SIGTERM to process 7847
>
> My scripts are just copies of the barry-rogers scripts edited for
> T-Mobile's APN and user/pass.

I have a working T-Mobile setup.  Try my files below.  I think that four error 
is one that I encountered while writing mine.  If it doesn't work, then we 
can look more deeply at your config.
-Mick

file: barry-tmobileus
#
# This file contains options for T-Mobile US Blackberries
#
# It is based on a file reported to work, but edited for Barry.
#

connect "/usr/sbin/chat -f /etc/chatscripts/barry-tmobileus.chat"

# You may not need to auth.  If you do, use your user/pass from 
www.t-mobile.com.
#noauth
user ""
password ""

defaultroute
usepeerdns

noipdefault
nodetach
novj
noaccomp
nocrtscts
nopcomp
nomagic

nomultilink
ipcp-restart 7
ipcp-accept-local
ipcp-accept-remote

# added so not to disconnect after a few minutes
lcp-echo-interval 0
lcp-echo-failure 999

mtu 1492
debug
debug debug debug

pty "/usr/sbin/pppob"

# 921600 Works For Me (TM) but won't "speed up" your connection.
# 115200 also works.
921600
local


file: barry-tmobileus.chat
ABORT BUSY ABORT 'NO CARRIER' ABORT VOICE ABORT 'NO DIALTONE' ABORT 'NO DIAL 
TONE' ABORT 'NO ANSWER' ABORT DELAYED ABORT ERROR
SAY "Initializing\n"
'' ATZ
OK AT+CGDCONT=1,"IP","wap.voicestream.com"
OK-AT-OK ATDT*99#
CONNECT \d\c


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Barry-devel mailing list
Barry-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/barry-devel

Reply via email to