PODxt Pro Linux USB driver
==========================

Binary installation
-------------------

If one of the precompiled binaries exactly fits your system, all you have to do
is to install the corresponding package with a command (as root) like this:

	rpm -i podxtpro-0.4-2.6.8-24.16-default-1.i586.rpm

The installation procedure checks if the system matches and refuses
installation if it doesn't, so you don't need to be worried about installing an
incompatible driver. In case of success, module dependencies are updated
automatically, therefore installation might take a while.


Source installation
-------------------

Unpack the archive, change to the newly created directory, and compile/install
the driver:

	tar xjf podxtpro-0.4.tbz
	cd podxtpro-0.4
	make install

This will compile the driver and install it in the module directory, so the
driver should be loaded automatically as soon as the PODxt Pro device is
connected. If it doesn't, you can load it manually with

	modprobe podxtpro

You need root privileges to install and manually load the driver.


System requirements
-------------------

For installation from source code, the sources of the running kernel must be
installed at the usual place (i.e., /usr/src/linux-2.6.x) for compilation of
the driver. It should work with any 2.6.x Linux kernel. However, ALSA versions
older than 1.0.9 may cause problems (see Section 4.3.5 of driverdocs.pdf for
details). The Linux kernel and ALSA can be obtained from the following sites:

	http://www.kernel.org
	http://www.alsa-project.org
