jueves 30 de julio de 2009

Blackberry 8100 (Pearl) de Movistar como modem en Ubuntu 8.10 Intrepid


Si tienes una Blackberry puedes usarla para conectarte a internet desde Ubuntu sin problemas. Sólo necesitas el cable usb y tu Ubuntu.

Para conseguirlo yo he utilizado Berry4All, antes conocido como BBTether. En su web indican como instalarlo, es realmente sencillo.

Después en el directorio conf yo he creado dos ficheros: movistar y movistar-data-chat.

movistar:

# was tested as working by Me
460800
#115200
noipdefault
defaultroute
#nomultilink
ipcp-restart 7

ipcp-accept-local
ipcp-accept-remote
lcp-echo-interval 0
lcp-echo-failure 99
nopcomp
noaccomp
#noauth
nomagic
noccp
crtscts
pap-timeout 20
pap-restart 20
lcp-restart 10
novj
user "movistar"
password "movistar"
usepeerdns

#debug debug debug #
does not exist in all pppd versions (osx)

replacedefaultroute

# Default (works for all but slower ?) wap.voicestreeam.com
connect "/usr/sbin/chat -f conf/movistar-data-chat"
#Use this if you have data plan @29.99? (maybe faster) INTERNET2.VOICESTREAM.COM
#connect "/usr/sbin/chat -f conf/tmobile-data-chat"
# Use this if you have VPN data plan Internet3.voicestream.com
#connect "/usr/sbin/chat -f conf/tmobile-vpn-chat"
# Another one for other phones(Compressed images - good for 3G). epc.t-mobile.com
#connect "/usr/sbin/chat -f conf/tmobile-epc-chat"
# Blackberry plans. blackberry.net
#connect "/usr/sbin/chat -f conf/tmobile-bb-chat"


movistar-data-chat:

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

'' 'BBT_OS'
'' 'ATZ'
OK 'AT+CGDCONT=1,"IP","movistar.es"'
ABORT 'NO CARRIER'
SAY 'Dialing...\n'
OK 'ATD*99#'
CONNECT
~p


La velocidad no es una maravilla, pero te saca de un apuro.

0 comentarios:

Publicar un comentario en la entrada