Be sure to remove the modemmanager package on Ubuntu (and reboot):

	sudo apt-get purge modemmanager


If you are running Ubuntu 64-bit, install the 32-bit libraries:

	sudo apt-get install ia32-libs

or if that fails install:

	sudo apt-get install lib32z1
	sudo apt-get install lib32bz2-1.0
	sudo apt-get install lib32stdc++6
	sudo apt-get install libglib2.0-0:i386
	sudo apt-get install libpng12.0:i386
	sudo apt-get install libfreetype:i386
	sudo apt-get install libfreetype.6:i386
	sudo apt-get install libfreetype6:i386
	sudo apt-get install libSM6:i386
	sudo apt-get install libXrender1:i386
	sudo apt-get install libfontconfig1:i386
	sudo apt-get install libXext6:i386


If you click Open and the device cannot be opened on Ubuntu, add
your user account to the "dialout" group:

	sudo usermod -a -G dialout $USER

or

	echo "KERNEL==\"ttyUSB[0-9]*\",              MODE=\"0666\"" >/etc/udev/rules.d/50-ftdi.rules

To create a shortcut for DVAPTool on your desktop, copy the file
DVAPTool.desktop from the DVTool folder to your desktop.  Then edit
the shortcut file and change the "Exec" line to match the location
of your DVAPTool binary (not the folder) and the "Path" line to be
the folder of your DVAPTool binary.

