-
Notifications
You must be signed in to change notification settings - Fork 1
/
kernel2.6.txt
33 lines (25 loc) · 879 Bytes
/
kernel2.6.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
The Smartio/Industio/UPCI/PCIe Linux driver supports Linux Kernel 2.6
===============================================================
2-10-'06
1. The first Moxa driver which support
Kernel 2.6 is Ver1.8. Ver1.9 begins to
support x64.
2. The difference under 2.6 and 2.4:
a. The cum* device is obsolete. That is,
you can't use cum* device under kernel
2.6.
b. In some distribution, the tty port will
be disappeared at next boot. You can
run msmknod (in driver path) again to solve
this problem. That is, you can put the
msmknod into boot script. Please refer the
rc.mxser for more information. Moxa will
fix this problem in next release.
3. How to load driver:
Old method:
# insmod mxser
From ver1.8 on 2.4 and 2.6:
# modprobe mxser
4. If any compatible issue, please contact
-End-