#install Monitor

Kernel version 2.6

1) Create a directory in root called Monitor.

2) Copy hwmon.exe and Itapi2.ko to the directory Monitor.

3) Insert device driver Itapi2.ko into kernel.
   goto to the Monitor directory and type: insmod ./Itapi2.ko

4) Register a major number for device driver.
    type: cat /proc/devices
    under Character devices: remember the major number of Itapi2, its located
    on the left side of the Itapi2 name. type: mknod /dev/Itapi2 c (Number from command
    "cat /proc/devices" see above text) 0 Example: mknod /dev/Itapi2 c 254 0
    
5) Enable start of device driver during boot: 
   insert the following line into /etc/init.d/boot.local. add line: insmod /monitor/./Itapi2.ko

6) Reboot

7) execute ./hwmon.exe



Kernel version 2.4

1) Create a directory in root called Monitor.

2) Copy hwmon.exe and Itapi2.o to the directory Monitor.

3) Insert device driver Itapi2.o into kernel.
   goto to the Monitor directory and type: insmod ./Itapi2.ko

4) Register a major number for device driver.
    type: cat /proc/devices
    under Character devices: remember the major number of Itapi2, its located
    on the left side of the Itapi2 name. type: mknod /dev/Itapi2 c (Number from command
    "cat /proc/devices" see above text) 0 Example: mknod /dev/Itapi2 c 254 0
    

5) Enable start of device driver during boot: 
   insert the following line into /etc/rc.d/rc.sysinit. add line: insmod /monitor/./Itapi2.o

6) Reboot

7) execute ./hwmon.exe




