SUNIX NCCI Co., Ltd.
TEL : +886-2-8913-1987
Email : info@sunix-ncci.com.tw
The installation steps described below is showed as a general case. More detail description about installation could
be found on the readme file along with the driver package.
3.5.1. Driver Installation
To install the driver, follow each steps showed below. Package for kernel 2.6.x is used as example in the follo wing
steps, version 2.4.x works in the same way. Check the readme file for differences.
1. Please create a directory under root directory, e.g /temp,
do command as below.
# cd /
# mkdir temp
2. Select a driver package according to kernel version and copy it into /temp
directory, then extract and install, do commands as below.
# cp matrix_2.6_Vx.xx.tgz /temp
# cd /temp
# tar xvfz matrix_2.6_Vx.xx.tgz
# cd /temp/matrix_2.6
# make clean ; make install
3. To load driver module, please do command as below.
# modprobe sunix_matrix
or
# insmod /temp/matrix_2.6/driver/sunix_matrix.ko
4. To check if driver is loaded, do as below.
# lsmod | grep sunix_matrix
5. If want to remove driver, do command as below.
# rmmod sunix_matrix
6. Each serial port has its file node whose name will be "ttySMX?". To create device nodes do commands as below.
# cd /temp/matrix_2.6/smxmknod
# ./smxmknod
This will create device nodes in /dev