Warning!!
The linux driver is design for kernel 2.2.x - 2.6.x and 4.15.x.

Install IO Card Software for Linux

1. The root privilege is required when installing or removing
   these kernel modules.

2. Extracting package into current directory.

   #tar -zxvf ixpci.tar.gz

3. Configure to create proper Makefiles.

   #./configure

4. make to build all.
   
   #make

5. Install/Uninstall
   (1)
     Script "./ixpci.inst" loads PCI modules automatically and PCI modules will exist after reboot.
     Script "./ixpci.inst Manual" loads PCI modules automatically but not exist after reboot.

   (2)
     Script "./ixpci.remove" removes the loaded PCI modules.

