How to install Vodafone Mobile Connect Card driver for 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 chown :dialout /etc/ppp/peers
sudo chmod g+w /etc/ppp/peers
sudo cp srcdir/resources/extra/95VMC-up /etc/ppp/ip-up.d

Run it:
cd srcdir
twistd -r gtk2 -noy tap.py

(Substitute srcdir with whatever name the dir has)
