MOXA linux-2.6.x / linux-2.6.9-uc0 from sdlinux-moxaart.tgz
[linux-2.6.9-moxart.git] / drivers / char / nozomi / README
bloba40b42ca685cdb3e2762450ca8a0f51a1a12ce3a
1 To build this driver for your kernel, please check:
3 For kernel 2.6
4 ---------------
5 Check the Makefile and run 'make'.
7 For kernel 2.4
8 ----------
9 make HW=PC_24
11 If you have troubles:
12 1) Have proper kernel headers/source as your running kernel.
13 2) Make sure this variable in Makefile is correct KERNELDIR     = -I/path/to/kernel
14 3) If the /dev/noz[0-3] will not be created automatically, do:
15 mknod /dev/noz0 c 241 0; mknod /dev/noz1 c 241 1; 
16 mknod /dev/noz2 c 241 2; mknod /dev/noz3 c 241 3