Datasheet

___________________________________________________________________________________
19
Check driver module, do command:
# lsmod | grep snx
Unload driver, do command:
# rmmod snx
(2) Device node creation
Each parallel port has two device node which is name "lp?" and
"parport?". This step will backup lp2~lp3 and parport2~parport3
to lp?.bak and parport?.bak in /dev for your system first. Then,
create lp2~lp3 and parport2~parport3 in /dev for sunix driver,
maximum up tp 2 parallel ports.
This setp will be done when do "make clean ; make install", if
device nodes aren't in /dev, do commands:
# cd /temp/snx/snxmknod
# ./snxmknod
This will create device nodes in /dev.
If there are more than two boards installed, LPT port device
nameing convention please refer to F1.