X-Git-Url: http://git.onelab.eu/?p=nozomi.git;a=blobdiff_plain;f=readme;h=10998c00ac2a1e4905b43076bed8ca6643e45597;hp=a436ab5ebed3fcbf6fd5cfd0493a235f87b2ce94;hb=HEAD;hpb=1dd17f2ecb3b7e2c7147641ae8c05616bd81a76f diff --git a/readme b/readme old mode 100755 new mode 100644 index a436ab5..10998c0 --- a/readme +++ b/readme @@ -1,5 +1,26 @@ -NOTICE THAT THIS VERSION OF THE NOZOMI DRIVER -HAS BEEN PATCHED TO BE COMPILED FOR KERNEL VERSION >= 2.6.22 +To build this driver for your kernel, please check: -ACCORDING TO INFO PROVIDED AT: -http://www.pharscape.org/component/option,com_forum/Itemid,68/page,viewtopic/p,1007/#1007 +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