View source for T-Mobile pppd scripts

From Openmoko

Jump to: navigation, search

You do not have permission to edit this page, for the following reasons:

  • The action you have requested is limited to users in the group: Administrators.
  • You must confirm your email address before editing pages. Please set and validate your email address through your user preferences.

You can view and copy the source of this page:

Return to T-Mobile pppd scripts.

Personal tools

I've got pppd working with T-Mobile again. The files I'm using are below.


/etc/ppp/peers/tmobile

/dev/ttySAC0 115200 defaultroute # set the default route usepeerdns crtscts lock noauth local

connect "/usr/sbin/chat -v -f /etc/ppp/chatscripts/tmobile" disconnect "/usr/sbin/chat -v -f /etc/ppp/chatscripts/tmobile-disconnect"


/etc/ppp/chatscripts/tmobile

TIMEOUT 10 ABORT 'BUSY' ABORT 'NO ANSWER' ABORT 'ERROR' SAY 'Starting GPRS connect script\n'

""'ATZ' SAY 'Setting APN\n' OK 'AT+CGDCONT=1,"IP","internet2.voicestream.com"'

ABORT 'NO CARRIER' SAY 'Dialing...\n' OK 'ATD*99***1#' CONNECT


/etc/ppp/chatscripts/tmobile-disconnect

"" "\K" "" "+++ATH0" SAY "GPRS disconnected."


Modified from info found here: [1]