jeudi 12 juin 2008

GPRS possible sous ubuntu / bouygues

RESOLU !
sur : http://www.blogeee.net/forum/viewtopic.php?f=36&t=4853&st=0&sk=t&sd=a&start=15

ceci est valable pour les telephones samsung série SGH.

les options ultimes de ppp (à placer dans /etc/ppp/peers/nom-de-la-connexion) :

nomagic
nopcomp
noccp
noaccomp
novj
novjccomp
receive-all

(recieve-all a été la plus dure à trouver)

MORALITE : patience et persévérance !!

bjack

EDIT :

PS /

fichier /etc/ppp/peers/gprs :
Code:
noauth
/dev/rfcomm0
# numérotation :
connect '/usr/sbin/chat -v -f /etc/ppp/peers/gprs-chat'
# vitesse
57600

# Options
defaultroute replacedefaultroute
noipdefault
usepeerdns
crtscts
lcp-echo-failure 0
nomagic
nopcomp
noccp
noaccomp
novj
novjccomp
receive-all


fichier /etc/ppp/peers/gprs-chat :
Code:
TIMEOUT 10
ECHO ON
ABORT '\nABORT\r'
ABORT '\nERROR\r'
ABORT '\nNO ANSWER\r'
ABORT '\nNO CARRIER\r'
ABORT '\nNO DIALTONE\r'
ABORT '\nRINGING\r\n\r\nRINGING\r'
'' \rAT
TIMEOUT 15
OK ATZ
OK ATE1
OK 'AT+CGDCONT=2,"IP","a2bouygtel.com","",0,0'
OK ATD*99***2#
CONNECT ""


commande pour lancer la connexion :
pon gprs

A+