#!/bin/sh # # This script will be executed *after* all the other init scripts. # You can put your own initialization stuff in here if you don't # want to do the full Sys V style init stuff. touch /var/lock/subsys/local if [ -e /sys/bus/i2c/devices/1-002e/temp1_input ]; then echo fancontrol activated else rmmod w83l785ts modprobe w83l785ts fi if [ -e /sys/bus/i2c/devices/1-002e/temp1_input ]; then /usr/sbin/fancontrol & else /usr/sbin/fancontrol /etc/fancontrol2 & fi rmmod snd-cs46xx modprobe snd-cs46xx setkeycodes e03b 130 e03c 131 e03d 132 e03e 133 e043 134 e044 135 e057 136 e058 137 e011 138 e012 139