спасибо за ответ нашел ссылку на описание acpi-cpufreq.ko
http://hghltd.yandex.net/yandbtm?fmode=inject&url=http%3A%2F%2Fforum.ubuntu.ru%2Findex.php%3Ftopic%3D31507.75&text=acpi-cpufreq.ko&l10n=ru&sign=1754a7d2115365a542f2fbe0cb0cfc24&keyno=0буду ковырятся
Пользователь решил продолжить мысль 12 Февраля 2011, 20:13:01:
Нашел инструкцию для ubinto 10.10
http://openmindedbrain.info/26/10/2010/undervolting-in-ubuntu-10-10-maverick/comment-page-1/дошел до пункта 3
нужно скачать по ссылке модуль разархивировать и выполнить 3 команды:
1 $ make prepare
2 $ make
3 $ sudo make install
у меня чтото пошло не так:
shedar@shedar-X20IA-Series:~/phc-intel-0.3.2-12-1_2.6.36$ make prepare
Makefile detected your kernel version as 2.6.35
***FOUND AVAILABLE PATCHSET. PREPARING.***
./prepare.sh: строка 12: patch: команда не найдена
shedar@shedar-X20IA-Series:~/phc-intel-0.3.2-12-1_2.6.36$ make
Makefile detected your kernel version as 2.6.35
***FOUND AVAILABLE PATCHSET. PREPARING.***
./prepare.sh: строка 12: patch: команда не найдена
make -C /lib/modules/`uname -r`/build SUBDIRS=/home/shedar/phc-intel-0.3.2-12-1_2.6.36 modules
make[1]: Вход в каталог `/usr/src/linux-headers-2.6.35-25-generic-phc'
CC [M] /home/shedar/phc-intel-0.3.2-12-1_2.6.36/phc-intel.o
Building modules, stage 2.
MODPOST 1 modules
CC /home/shedar/phc-intel-0.3.2-12-1_2.6.36/phc-intel.mod.o
LD [M] /home/shedar/phc-intel-0.3.2-12-1_2.6.36/phc-intel.ko
make[1]: Выход из каталога `/usr/src/linux-headers-2.6.35-25-generic-phc'
Modules should now be ready to install.
If you do not want to test your new modules before installing,
you possibly want to run make install to install them now.
shedar@shedar-X20IA-Series:~/phc-intel-0.3.2-12-1_2.6.36$ sudo make install
install -m 644 -o root -g root phc-intel.modprobe /etc/modprobe.d/phc-intel.conf
mkdir -p /lib/modules/2.6.35-25-generic-phc/extra
install -m 644 -o root -g root phc-intel.ko /lib/modules/2.6.35-25-generic-phc/extra/
depmod 2.6.35-25-generic-phc -a
после этого нужно выполнить :
$ cat /sys/devices/system/cpu/cpu0/cpufreq/phc_default_vids
а он не хочет а каталоге нет такого файла
скажите пожалуйста где я ошибся