#!/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. #Activates the Wireless LAN card by loading the acer hotkey module (acerhk) /sbin/modprobe acerhk autowlan=1 poll=0 verbose=3 echo 1 > /proc/driver/acerhk/wirelessled #Activates dynamic CPU frequency scaling /sbin/modprobe powernow-k8 /usr/sbin/powernowd -vvv