Instalar vodafone
sudo sh vodafone*.run
Editar:
sudo gedit /opt/vmc/lib/python/site-packages/Vodafone_Mobile_Connect_Card_driver_for_Linux-1.99.17-py2.5.egg/vmc/common/hardware/huawei.py
ESTO:
HUAWEI_DICT = {
'GPRSONLY' : 'AT^SYSCFG=13,1,3FFFFFFF,2,4',
'3GONLY' : 'AT^SYSCFG=14,2,3FFFFFFF,2,4',
'GPRSPREF' : 'AT^SYSCFG=2,1,3FFFFFFF,2,4',
'3GPREF' : 'AT^SYSCFG=2,2,3FFFFFFF,2,4',
}
POR ESTO:
HUAWEI_DICT = {
'GPRSONLY' : 'AT^SYSCFG=13,1,400000,2,4',
'3GONLY' : 'AT^SYSCFG=14,2,400000,2,4',
'GPRSPREF' : 'AT^SYSCFG=2,1,400000,2,4',
'3GPREF' : 'AT^SYSCFG=2,2,400000,2,4',
}
sudo wvdialconf
sudo gedit /etc/chatscripts/movistar
AGREGAR:
# This chatfile was generated by pppconfig 2.3.17.
# Please do not delete any of the comments. Pppconfig needs them.
#
# ispauth PAP
# abortstring
ABORT BUSY ABORT 'NO CARRIER' ABORT VOICE ABORT 'NO DIALTONE' ABORT 'NO DIAL TONE' ABORT 'NO ANSWER' ABORT DELAYED
# modeminit
'' ATZ
# ispnumber
OK-AT-OK "ATDT*99#"
# ispconnect
CONNECT \d\c
# prelogin
# ispname
# isppassword
# postlogin
# end of pppconfig stuff
sudo gedit /etc/ppp/peers/movistar
AGREGAR:
hide-password
noauth
connect "/usr/sbin/chat -v -f /etc/chatscripts/movistar"
debug
/dev/ttyUSB0
115200
defaultroute
noipdefault
user "web"
remotename movistar
ipparam movistar
usepeerdns
/* hacer esto es = a ejecutar el pppconfig, pero con esto se ahorran los pasos de ingresar 1 x1 los datos de la conexion*/

sudo gedit /etc/ppp/resolv.conf
PEGAR:
nameserver 200.68.32.180
nameserver 209.88.205.65
/*En caso de solo Movistar, en Entel PCS usar otras DNS*/
Bueno para que hice mas pasos que solo instalar vodafone, bueno la razon es que en el nuevo ubuntu el vodafone solo conecta una vez y si intentas cambiar de IP se bloquea la SIM, y hay que volver a reiniciar el programa, una lata si kieres bajar lo MU o RS, lo que hago yo es :
CONECTAR:
pon movistar
DESCONECTAR:
poff

Luego esto fue necesario, antes no era asi, pero no funciono normalmente antes de esto:
sudo ifconfig ppp0 mtu 1490