          Advantech DAQ Device Linux Driver Release 1.09.0001-1

This package by Advantech is a driver for Linux kernel version 2.6.x supporting USB series, PCI series and PCM series DAQ device.

COMPONENTS

This driver mainly includes three parts,they are libadvdaq.so, advdrv_core.ko and special device driver kernel modules. The following table explains the location of the components in the package.

    ------------------------+----------------------------------
   |  COMPONENTS            |  LOCATION                        |      
   |------------------------+----------------------------------|
   |  libadvdaq.so          | /usr/lib/                        |
   |------------------------+----------------------------------|
   |  advdrv_core.ko        | ./modules/                       |
   |------------------------+----------------------------------|
   |  special device driver | ./modules/                       |
   |------------------------+----------------------------------|
   |  driver manual         | ./docs/Driver.htm                |
   |------------------------+----------------------------------|
   |  header files          | /usr/local/include/Advantech/    |
   |------------------------+----------------------------------|
   |  examples              | ./examples                       |
   |------------------------+----------------------------------|	
   |  driver load shell     | ./adv_load_template              |
    ------------------------+----------------------------------
 

SPECIAL DRIVER MODULE SUPPORT TABLE

    ------------------------+----------------------- 
   |  KERNEL MODULES        |    SUPPORT DEVICE     |
   |------------------------+-----------------------|
   | advdrv_core.ko         |    common module      |
   |------------------------+-----------------------|
   | usb4711.ko             |    USB-4711           |
   |------------------------+-----------------------|
   | usb4716.ko             |    USB-4716           |
   |------------------------+-----------------------|
   | usb4718.ko             |    USB-4718           |
   |------------------------+-----------------------|
   | usb4750.ko             |    USB-4750           |
   |------------------------+-----------------------|
   | usb4751.ko             |    USB-4751           |
   |------------------------+-----------------------|
   | usb4761.ko             |    USB-4761           |
   | -----------------------+-----------------------| 
   | pci1710.ko             | PCI-1710/L/HG/HGL/U/UL|
   |                        | /UHG, PCI-1711/L/U/UL,|
   |                        | PCI-1713/U            |
   | -----------------------+-----------------------| 
   | pci1712.ko             |    PCI-1712/L         |
   | -----------------------+-----------------------| 
   | pci1714.ko             |    PCI-1714/UL        |
   | -----------------------+-----------------------| 
   | pci1716.ko             |    PCI-1716/L         |
   | -----------------------+-----------------------| 
   | pci1718.ko             |    PCI-1718HD/GU      |
   | -----------------------+-----------------------| 
   | pci1720.ko             | PCI-1720U, PCI-1723,  |
   |                        | PCI-1724U, PCI-1727U  |
   | -----------------------+-----------------------| 
   | pci1721.ko             |    PCI-1721           |
   |------------------------+-----------------------|
   | pci1730.ko             | PCI-1730, PCI-1733,   |
   |			    | PCI-1734, PCI-1736UP  |
   |------------------------+-----------------------|
   | pci1735.ko             |    PCI-1735U          |
   |------------------------+-----------------------|
   | pci1737.ko             | PCI-1737U, PCI-1739U  |
   |------------------------+-----------------------|
   | pci1741U.ko            | 	 PCI-1741U	    |
   |------------------------+-----------------------|
   | pci1742.ko             |	 PCI-1742U	    |
   |------------------------+-----------------------|
   | pci1747.ko             | 	 PCI-1747U 	    |
   |------------------------+-----------------------|
   | pci1750.ko             |    PCI-1750           |
   |------------------------+-----------------------|
   | pci1751.ko             |    PCI-1751           |
   | -----------------------+-----------------------|
   | pci1752.ko             | PCI-1752, PCI-1754,   |
   |	 		    | PCI-1756              |
   |------------------------+-----------------------|
   | pci1753.ko             |    PCI-1753           |
   |------------------------+-----------------------|
   | pci1757up.ko           |    PCI-1757UP         |
   | -----------------------+-----------------------| 
   | pci1758U.ko            | PCI-1758UDI/UDO/UDIO  |
   |------------------------+-----------------------|
   | pci1760.ko             |    PCI-1760           |
   | -----------------------+-----------------------|
   | pci1761.ko             | PCI-1761, PCI-1762    |
   |	 		    | PCI-1763UP            |
   | -----------------------+-----------------------| 
   | pci1780.ko             |    PCI-1780           |
   | -----------------------+-----------------------|
   | pci1784.ko             |    PCI-1784/U         |
   |------------------------|-----------------------|
   | pcm3718.ko             |    PCM-3718H          |
   | -----------------------+-----------------------|
   | pcm3724.ko             |    PCM-3724           |
   |------------------------|-----------------------|
   | pcm3725.ko             |    PCM-3725           |
   |------------------------|-----------------------|
   | pcm3730.ko             |    PCM-3730           |
   |------------------------|-----------------------|
   | pcm3730i.ko            |    PCM-3730I          |
   |------------------------|-----------------------|
   | pcm3753i.ko            |    PCM-3753I          |
   |------------------------|-----------------------|
   | pcm3761i.ko            |    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. 

 
OTHERS

More details about how to use this dirver, please refer to the driver manual under ./docs/Driver.htm 
