 AX88190 LINUX DRIVER INSTALL
 Note: this driver for linux 2.2.x

 1. copy driver to /asix 
    # mcopy a:/* /asix
 
 2. download pcmcia-cs-3.1.8.tar.gz from hyper.stanford.edu
    read PCMCIA-HOWTO file & install it 
 
    # mcopy pcmcia-cs-3.1.8.tar.gz /usr/src/linux
    # tar zxvf pcmcia-cs-3.1.8.tar.gz
    # cd /usr/src/linux/pcmcia-cs-3.1.8
    # make config
    # make all; make install

 3. add the following lines into /etc/pcmcia/config
    card "ASIX AX88190 Based Fast Ethernet PCMCIA Card"
    version "ASIX", "AX88190"
    bind "pcnet_cs"

    * ASIX: Manufacture ID in CIS
    * AX88190: Product ID in CIS

 4. copy pcnet_cs.c from /usr/src/pcmcia-cs-3.1.8/clients/
 
 5. please check pcnet_cs.c has the following lines:
    static hw_info_t hw_info[]={
                .
                .
     { /* ASIX AX88190 */ 0x0400, 0x88, 0x19, 0x00, 0 },
                .
                .
     }
   
     PS.0x0400 : The Node Address location
        0x88, 0x19, 0x00 : Node Address

 6.# cd /asix
   # chmod +x gen1 gen2
   
 7.# gen1
   # gen2
 
 8.# reboot
 