From: thierry Date: Thu, 10 Jan 2008 14:52:39 +0000 (+0000) Subject: restoring initial readme - untangling knots due to macos filesystem that is case... X-Git-Tag: nozomi-2.21-1~3 X-Git-Url: http://git.onelab.eu/?p=nozomi.git;a=commitdiff_plain;h=a2fe6933100f7cc2df396f81732c5ec6923719ab restoring initial readme - untangling knots due to macos filesystem that is case unsensitive --- diff --git a/readme b/readme new file mode 100644 index 0000000..10998c0 --- /dev/null +++ b/readme @@ -0,0 +1,26 @@ +To build this driver for your kernel, please check: + +For kernel 2.6 +--------------- +Check the Makefile and run 'make'. + +'make install' will copy the nozomi.ko module to the +/lib/modules/KERNEL_VERSION/kernel/drivers/pci/hotplug +directory and runs 'insmod' + +For kernel 2.4 +---------- +make HW=PC_24 + + + +Device Nodes +------------- +If this is the first time, you will need to run the following commands: +mknod /dev/noz0 c 241 0; mknod /dev/noz1 c 241 1; +mknod /dev/noz2 c 241 2; mknod /dev/noz3 c 241 3 + +If you have troubles: +--------------------- +1) Have proper kernel headers/source as your running kernel. +2) Make sure this variable in Makefile is correct KERNELDIR = -I/path/to/kernel