
___________________________________________________________________________________
24
Linux Driver Installation
This installation guide describes the procedures to install the PCI serial board in
Linux kernel 2.4.x and 2.6.x. Please refer to “snx_Vx.x.x.x.tar.gz” for driver
installation detail in CD Driver (Linux folder) directory.
: \ PCI_IO \ Linux
(1) Driver install
Please create a directory under root directory, e.g /temp, do commands:
# cd /
# mkdir temp
After get driver file "snx_Vx.x.x.x.tar.gz". Copy file to /temp
directory, then extract and install, do commands:
# cp snx_Vx.x.x.x.tar.gz /temp
# cd /temp
# tar xvfz snx_Vx.x.x.x.tar.gz
# cd /temp/snx
# make clean ; make install
*************************************************************
* If system is Suse 9.0 and errors occur when
* "make clean ; make install", do commands:
*
* # cd /usr/src/linux/
* # make cloneconfig
* # make dep
*
* then do "make clean ; make install" again in /temp/snx
*************************************************************
Load driver module, do command:
# modprobe snx
or
# insmod /temp/snx/driver/snx.ko (snx.o for kernel 2.4)