User`s manual

___________________________________________________________________________________
21
Check driver module, do command:
# lsmod | grep snx
Unload driver, do command:
# rmmod snx
(2) Device node creation
Each serial port has one device node which is named "ttySNX?",
maximum up to 32 serial ports.
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, serial port device
nameing convention please refer to F1.