File: readme

package info (click to toggle)
nozomi 2.1-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 172 kB
  • ctags: 325
  • sloc: ansic: 1,729; makefile: 86; sh: 13
file content (26 lines) | stat: -rw-r--r-- 686 bytes parent folder | download
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
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