How to install Vodafone Mobile Connect Linux

This mini howto assumes that the system is a Ubuntu 6.10 based distro.

Preliminary steps:

Add universe and multiverse to /etc/apt/sources.list

sudo apt-get update

Dependencies:

sudo apt-get install python-dbus python-twisted python-serial \
  python-glade2 python-pysqlite2 wvdial nozomi-source python-notify \
  python-gnome2-extras

Extra steps:
sudo cp srcdir/resources/extra/wvdial /etc/ppp/peers/wvdial
sudo cp srcdir/resources/extra/95VMC-up /etc/ppp/ip-up.d

Run it:
python srcdir/vodafone-mobile-connect-driver.py

(Substitute srcdir with whatever name the dir has)
