408-37 |
Install and Test PCI 4 Photo/4 Relay Card on Linux
This page describes you how to install and test pci 4 Photo/4 Relay Card on linux.
1. Install the driver
1. Install Device Driver
This sample is under REDHAT 8.0 KERNEL 2.4.18-14.
You can do it in the ' text-mode ' or use the Terminal of System tools in ' graphic-mode '.
1.1 Download device driver :
Download the driver you need from as follows:
dpci4in4out_2.2.14.tgz For KERNEL 2.2.14 Release Date:2003/3/05
dpci4in4out_2.4.18.tgz For KERNEL 2.4.18 Release Date:2003/3/05
Download the driver to /tmp
You can use 'uname -a' command to check your kernel's version.
1.2 DIP Switch
The switch is used to identify card number, default setting is card 1. There are two methods to set
the card number:
1.2.1 PnP mode
Just plug in PCI bus adapter into PCI slot, the PCI BIOS will allocate I/O address to each adapter
automatically and assign card number start from 0 to each adapter. However, if you plug in more
than one adapter, please set whole adapters to card number 1 (default setting), then use software
tools to distinguish port id.
1.2.2 Manual mode
Set card number by card identifier switch, the PCI BIOS will assign pre-allocated I/O address to each
adapter. Please set different card number to each adapter (do not duplicate card number setting).
1.3 Instal1 step
Please follow as follows to instal1 the driver.
Step 1: Extract the file
Step 2: Execute the install file to install
Step 3: Please use "lsmod" command to check
Step 4: Please edit /etc/rc.local to add a command line as follows:
Step 5: Please reboot systems.
Step 6: Please use 'lsmod' to check after system restarted. You can find PCI 4 Photo/4 Relay.
2. Uninstall the driver
If you want to remove the driver.You can use 'ls' command to find 'uninstall' file.
Then execute the file.
3.Self test the card
3.1 The test method
The 'LOOPBACK TEST' is a diagnostic procedure in which a signal is transmitted and received
through all or portion of a circuit.The received signal is compared with the transmitted signal in
order to evaluate the integrity of the equipment or transmission path.
3.2 Loopback test tool
For testing you need to prepare a test equipment.You can do it as follows:
3.2.1 DB25 Connector assignment
According to DB25 Connector Assignments , you can make a lookback equipment to test the card
is working properly.
3.2.2 The circuit figure
According to DB25 Connector Assignments ,we draw the circuit figure.
3.2.3 The Finished Product
In the sample ,you need some materials as follows:
DB25 CONNECTOR (Male) x 1
wine (1mm)
3.2.4 The usage of the loopback test tool
The usage of the test equipment can refer to the following figure.
3.3 The test program
The device driver already includes three test programs.
test.c: Auto tests Relay Output ON/OFF.
test1.c: Auto tests Relay Output and Photo Input.
test2.c: Manuly tests Relay Output.
3.3.1 Compile the test files
Please compile the 'test.c' 'test1.c' 'test2'
files as following step:
Then it will create the 'test' 'test1' 'test2' file.
3.3.2 Execute the 'test' file
Please execute the 'test' file to test Relay output. You will see Led light from L1 to L4 Auto ON and OFF .
The test.c's content is as follows:
3.3.3 Execute the
'test1' file.
Please execute 'test1' to test Relay and Photo. The result is as follows:
The test1.c's content is as follows:
3.3.4 Execute the
'test2' file.
Please execute 'test2' to test Relay . The result is as follows:
The test2.c's content is as follows: