lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE : [lwip-users] lwip ppp and orange-mib


From: VANSTAEN Laurent RD-MAPS-GRE
Subject: RE : [lwip-users] lwip ppp and orange-mib
Date: Fri, 6 Aug 2004 08:41:14 +0200

Hi,
   To connect on orange-mib I use this script :
 
'' 'ATZ'
'OK' 'AT+CFUN=1'
'OK' 'AT+CMEE=2'
'OK' 'AT+CPIN="0000"'
'OK' 'AT+CREG=1'
'OK' 'AT+CGDCONT=1,,"orange-mib"'
'OK' 'ATD*99***1#'
'CONNECT'  ''
 
It works fine with my MultiTech modem under Linux.
 
Thanks
 
Laurent
 
 
 -----Message d'origine-----
De : address@hidden [mailto:address@hidden De la part de Jean-Baptiste Estival
Envoyé : jeudi 5 août 2004 19:09
À : address@hidden
Objet : [lwip-users] lwip ppp and orange-mib

Hello
 
I work under ARM linux. I have a siemens GPRS module MC35i.
I had an sfr GPRS SIM card, and all works fine. But, now I have an orange
card, and I can't connect to the GPRS network
here is my connection script:
"'' AT",
  "OK ATE0",
  "OK ATV1",
  "OK AT+CGMI",
  "OK AT+CIMI",
  "OK 'AT+CGDCONT=1,\"IP\",\"orange-mib\",\"0.0.0.0\"'",
  "OK ATS0=0",
  "OK AT+CGQREQ=1,0,0,0,0,0",
  "OK AT+CGQMIN=1,0,0,0,0,0",
  "OK AT+CGATT?",
  "OK ATDT*99***1#",
  "TIMEOUT 30",
  "CONNECT \"\""
 
My APN is correct, and i tried several CID with no success
But SFR doesn't not need login or pass. Orange needs it.
does anybody know if the problem comes from lwip or my connect script ?
 
thanks
 
 
best regards
 
 
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]