Comment 32 for bug 425312

Revision history for this message
Lucky_Clam (luc-pierson) wrote :

Yes, for me too, it works ok
(inpired by Edouard Orcel and http://www.crium.univ-metz.fr/docs/system/gprs.html )

TUTORIAL :

1) installed comgt, and run it
my results (no with no PIN)
$ comgt
Trying list of devices
SIM ready
Waiting for Registration..(120 sec max)
Registered on Home network: "Orange F",0
Signal Quality: 6,99

2) modified /etc/chatscripts/orange
# ispauth chat
# abortstring
ABORT BUSY ABORT 'NO CARRIER' ABORT VOICE ABORT 'NO DIALTONE' ABORT 'NO DIALTONE' ABORT 'NO ANSWER' ABORT DELAYED
# modeminit
'' ATZ
# Check SIM pin should return ready
OK-AT-OK "AT+CPIN?"
# Check the whether 3G or GPRS
OK-AT-OK "AT$NWRAT?"
# Set +CGEE to 2
OK-AT-OK "AT+CMEE=2"
# Setup PDP? in +CGDCONT
OK-AT-OK 'AT+CGDCONT=1,"IP","internet-entreprise"'
# Setup +CGEQREG
OK-AT-OK 'AT+CGEQREQ=3,3,64,384,0,0,2,0,"0E0","0E0",3,0,0'
# Attached to Orange network, will return 1
OK-AT-OK 'AT+CGATT?'
# ispnumber
OK-AT-OK 'ATD*99***1#'
#OK-AT-OK 'ATD*99#'
# ispconnect
CONNECT '\d\c'

3) modifed /etc/ppp/peers/orange
#
#
lcp-echo-failure 0
lcp-echo-interval 0
connect "/usr/sbin/chat -v -f /etc/chatscripts/orange"
debug
nodetach
/dev/noz0
115200
# Controle de flux materiel
crtscts
# Ignorer la detection de porteuse
local
noipdefault
ipcp-accept-local
defaultroute
replacedefaultroute
usepeerdns
novj
nobsdcomp
novjccomp
nopcomp
noaccomp
# le telephone ne necessite pas d'autentification
noauth
# username et password
# le username doit correspondre a celui du fichier /etc/ppp/chap-secret
# et/ou /etc/ppp/pap-secret
user "orange"
password "orange"
remotename orange
ipparam orange

4) Launch with $sudo pon orange

BTW, I'd prefer the Network-manager too (as simple as JJ would be great !)
Luc
Linux lprLaptop 2.6.31-16-generic-pae #53-Ubuntu SMP Tue Dec 8 05:20:21 UTC 2009 i686 GNU/Linux
with PCMCIA Globetrotter Orange Fr, business contract, Qualcomm MSM6275 UMTS chip, driver=nozomi