          Advantech DAQ Device Linux Driver Release 1.10.0001-1
This package by Advantech is a driver for Linux kernel version 2.6.x supporting USB and PCI series DAQ devices.

COMPONENTS
The following table explains the location of the components in the package.
   -------------------------+-----------------------------------
   |  COMPONENTS            |  LOCATION                        |
   |------------------------+----------------------------------|
   |  special device driver | ./kernel/                        |
   |------------------------+----------------------------------|
   |  special device lib    | ./lib                            |
   |------------------------+----------------------------------|
   |  driver manual         | ./docs/Driver.htm                |
   |------------------------+----------------------------------|
   |  header files          | ./include                        |
   |------------------------+----------------------------------|
   |  tools                 | ./tools                          |
   |------------------------+----------------------------------|
   |  examples              | ./examples                       |
   |------------------------+----------------------------------|
   |  driver load shell     | ./adv_load_template              |
   -------------------------+-----------------------------------

SPECIAL DRIVER MODULE SUPPORT TABLE (For Linux kernel version 2.6.x)
   --------------------------------------+------------------------------------------------- 
   |      KERNEL MODULES/LIBS            |                SUPPORT DEVICE                   |
   |-------------------------------------+-------------------------------------------------|
   | advdrv_core.ko/libadvdaq.so         |                 common module                   |
   |-------------------------------------+-------------------------------------------------|
   | usb4711.ko/libusb4711.so            |                   USB-4711                      |
   |-------------------------------------+-------------------------------------------------|
   | usb4716.ko/libusb4716.so            |                   USB-4716                      |
   |-------------------------------------+-------------------------------------------------|
   | usb4718.ko/libusb4718.so            |                   USB-4718                      |
   |-------------------------------------+-------------------------------------------------|
   | usb4750.ko/libusb4750.so            |                   USB-4750                      |
   |-------------------------------------+-------------------------------------------------|
   | usb4751.ko/libusb4751.so            |                   USB-4751                      |
   |-------------------------------------+-------------------------------------------------|
   | usb4761.ko/libusb4761.so            |                   USB-4761                      |
   |-------------------------------------+-------------------------------------------------|
   | pci1710.ko/libpci1710.so            |   PCI-1710/L/HG/HGL/U/UL/UHG,PCI-1711/L/U/UL,   | 
                                         |                   PCI-1713/U                    |
   |-------------------------------------+-------------------------------------------------|
   | pci1712.ko/libpci1712.so            |  		     PCI-1712                      |
   |-------------------------------------+-------------------------------------------------|
   | pci1714.ko/libpci1714.so            |    		     PCI-1714/UL       		   |
   |-------------------------------------+-------------------------------------------------|
   | pci1716.ko/libpci1716.so            |  		     PCI-1716/L        		   |
   |-------------------------------------+-------------------------------------------------|
   | pci1718.ko/libpci1718.so            |  		   PCI-1718HD/GU  	           |
   |-------------------------------------+-------------------------------------------------|
   | pci1720.ko/libpci1720.so            |     PCI-1720U, PCI-1723, PCI-1724U, PCI-1727U   |
   |-------------------------------------+-------------------------------------------------|
   | pci1721.ko/libpci1721.so            |   		     PCI-1721                      |
   |-------------------------------------+-------------------------------------------------|
   | pci1730.ko/libpci1730.so            |     PCI-1730, PCI-1733, PCI-1734, PCI-1736UP    |
   |-------------------------------------+-------------------------------------------------|
   | pci1735.ko/libpci1735.so            |                   PCI-1735U                     |
   |-------------------------------------+-------------------------------------------------|
   | pci1737.ko/libpci1737.so            |              PCI-1737U, PCI-1739U               |
   |-------------------------------------+-------------------------------------------------|
   | pci1750.ko/libpci1750.so            |                   PCI-1750                      |
   |-------------------------------------+-------------------------------------------------|
   | pci1751.ko/libpci1751.so            |                   PCI-1751                      |
   |-------------------------------------+-------------------------------------------------|
   | pci1752.ko/libpci1752.so            |         PCI-1752, PCI-1754, PCI-1756            |
   |-------------------------------------+-------------------------------------------------|
   | pci1753.ko/libpci1753.so            |                   PCI-1753                      |
   --------------------------------------+--------------------------------------------------
   | pci1757up.ko/libpci1757UP.so        |                  PCI-1757UP                     |
   |-------------------------------------+-------------------------------------------------|
   | pci1758U.ko/libpci1758U.so          |             PCI-1758UDI/UDO/UDIO                |
   |-------------------------------------+-------------------------------------------------|
   | pci1760.ko/libpci1760.so            |                   PCI-1760                      |
   |-------------------------------------+-------------------------------------------------|
   | pci1761.ko/libpci1761.so            |        PCI-1761, PCI-1762, PCI-1763UP           |
   |-------------------------------------+-------------------------------------------------|
   | pci1780.ko/libpci1780.so            |  	             PCI-1780                      |
   |-------------------------------------+-------------------------------------------------|
   | pci1784.ko/libpci1784.so            |  		     PCI-1784/U 	           |
   |-------------------------------------+-------------------------------------------------|
   | pcm3718.ko/libpcm3718.so            |  		     PCM-3718H 	                   |
   |-------------------------------------+-------------------------------------------------|
   | pcm3724.ko/libpcm3724.so            |                   PCM-3724                      |
   |-------------------------------------|-------------------------------------------------|
   | pcm3725.ko/libpcm3725.so            |                   PCM-3725                      |
   |-------------------------------------|-------------------------------------------------|
   | pcm3730.ko/libpcm3730.so            |                   PCM-3730                      |
   |-------------------------------------|-------------------------------------------------|
   | pcm3730i.ko/libpcm3730i.so          |                   PCM-3730I                     |
   |-------------------------------------|-------------------------------------------------|
   | pcm3753i.ko/libpcm3753i.so          |                   PCM-3753I                     |
   |-------------------------------------|-------------------------------------------------|
   | pcm3761i.ko/libpcm3761i.so          |                   PCM-3761I                     |
   |-------------------------------------|-------------------------------------------------|



DRIVER LOAD SHELL

This package provides a template shell (adv_load_template) for loading driver, making device files and binding a device with device file. This shell is very important. You can modify this shell on your own and run this shell manually to complete those operations. If you want to load this driver at system bootup, the only thing you need to do is run this shell at system bootup. 

INSTALLATION

1. change directory to advdaq-<version>;
   #cd advdaq-<version>
2. install
   #make config:  choose the device to be make;
   #make       :  make the specified device kernel; 
   #make install: install libs and tools to system directory;
3. load driver and make device files:
   Modify and run adv_load_template to load drivers and make device files; If linux kernel version is 2.4.x, please modify *.ko to *.o, in order to load driver correctly.
   #./adv_load_template

REMOVE DEVICE FILES

#make dev-remove

UNINSTALLATION

Remove files installed.
#make uninstall

OTHERS

More details about how to use USB driver, please refer to the driver manual under ./docs/Driver.htm. The details about how to use PCI driver will be given later.
