# --- T2-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # T2 SDE: package/.../sysfiles/etc_conf_kernel.txt # Copyright (C) 2006 - 2009 The T2 SDE Project # Copyright (C) 1998 - 2003 ROCK Linux Project # # More information can be found in the files COPYING and README. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 2 of the License. A copy of the # GNU General Public License can be found in the file COPYING. # --- T2-COPYRIGHT-NOTE-END --- # # This file will be started at the very beginning of /etc/rc.d/init.d/system # and should be used to load kernel modules, to configure the kernel and to # set up the hardware. # # setpci # modprobe # echo > /sys/ # echo > /proc/sys/ # modprobe airport # modprobe snd-powermac # echo -n 2-2:1.1 > /sys/bus/usb/drivers/usbhid/unbind # modprobe appletouch # modprobe cpufreq_ondemand # modprobe speedstep-centrino # modprobe acpi-cpufreq # for x in /sys/devices/system/cpu/cpu[0-9]*; do # echo "Enabling on-demand frequency scaling on ${x##*/}." # echo ondemand > $x/cpufreq/scaling_governor # done