=============================================================================
	   ADVANTECH industial comunication cards device driver
                 Installation Guide  for  Debian 4.0 
	    Copyright (C) 2008, Advantech eAutomation Division.
=============================================================================

This README file describes the HOW-TOs of driver installation.

1. Test environment

   +----------------+-------------------+-------------+---------------+
   |  Distribution  | kernel version    | gcc version | glibc version |
   |----------------|-------------------|-------------|---------------|
   | Debian 4.0     | 2.6.18-6-686      | 4.1.2	      | 2.3.6         |
   +----------------+-------------------+-------------+---------------+

2. Installation

2.1. Login as 'root' before executing the following instructions.

2.2. Uncompress the driver
   # tar zxvf adv950_vM_NN_debian4.0.tar.gz
   # cd adv950_vM_NN_debian4.0

2.3. Install the driver module
   # make install 
   
2.4. Test driver and get serial port type configuration
   # make test

2.5. If you want the Linux bring up module at each boot,
   please follow the steps showing below.
   #cd adv950_vM_NN_debian4.0
   #cp adv950.ko /lib/modules/2.6.18-6-686/kernel/drivers/serial/
   #depmod
   #reboot

2.6. Enable quick response
   If you expect intervals between each character read form driver 
   is less than 3ms,please perform command:
   	# setserial /dev/ttyAP* uart 8250
   Note: to achieve this purpose,baudrate of this serial port should
   be set bigger than 9600bit/s.
   If you would like to restore dirver`s original performance,perform command:
   	# setserial /dev/ttyAP* uart 16C950
   
2.7. Uninstall the driver module 
   # make uninstall

