Differences between revisions 32 and 33
Revision 32 as of 2008-02-14 08:34:02
Size: 1965
Editor: FranklinPiat
Comment: don't rename downloaded package (bad practice)
Revision 33 as of 2009-01-25 13:01:28
Size: 1965
Editor: FranklinPiat
Comment: fix link
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
It is mainly based on ["wvdial"], ["python"] and ["xdg-utils"], using the ["PPP"] protocol. It is mainly based on ["Wvdial"], ["python"] and ["xdg-utils"], using the ["PPP"] protocol.

Vodafone Mobile Connect Card Driver for Linux is a graphical tool to ease connecting to GPRS/ 3G / HSDPA (3.5G) networks and using mobility services (like SMS) through Vodafone Group datacards.

It is mainly based on ["Wvdial"], ["python"] and ["xdg-utils"], using the ["PPP"] protocol.

Currently, it supports the following mobile devices:

  • ["Huawei/E220"] (["USB"])
  • Huawei/E620 (["PCMCIA"])
  • Option Nozomi

How to install the driver in Debian

Download the latest vodafone-mobile-connect-card-driver-for-linux_*.*_all.["deb"] from https://forge.vodafonebetavine.net/frs/?group_id=12 .

Go to a ["terminal"] and write:

  • dpkg -i vodafone-mobile-connect-card-driver-for-linux_1.99.17_i386.deb 

Dependencies

  •  python-central (>= 0.5.8)
     python (=>2.5)
     python-twisted
     python-pysqlite 2
     wvdial
     python-serial
     python-dbus
     python-notify
     python-tz
     xdg-utils

Wvdialconf

For Spanish Vodafone :

 [Dialer hsdpa]
 Phone = *99***1#
 Username = vodafone
 Password = vodafone
 Stupid Mode = 1
 Dial Command = ATDT
 Modem = /dev/ttyUSB0
 Baud = 460800
 Init2 = ATZ
 Init3 = ATE0V1&D2&C1S0=0+IFC=2,2
 ISDN = 0
 Modem Type = Analog Modem
 Init5 =AT+CGDCONT=1,"IP","ac.vodafone.es"; 

See Also


CategoryHardware CategoryNetwork CategoryModem