Ubuntu 中的 ACPI 限制

Ubuntu 中的 ACPI 限制

我想通过 ACPI 来限制我的 CPU。我已经阅读了相关内容,但我一直收到权限被拒绝的声明。我有 8 个可用的限制状态。以下是我尝试的结果:

evan@evan-laptop:/proc/acpi/processor/CPU0$ echo 3 > /proc/acpi/processor/CPU0/throttling

bash:/proc/acpi/processor/CPU0/throttling:权限被拒绝

evan@evan-laptop:/proc/acpi/processor/CPU0$ sudo echo 3 > /proc/acpi/processor/CPU0/throttling

bash:/proc/acpi/processor/CPU0/throttling:权限被拒绝

编辑:作为参考,我正在运行 Ubuntu Karmic,搭载 Intel Core Duo T2500,并启用了 ACPI

答案1

首先做

cat /proc/acpi/processor/CPU0/throttling

然后使用以下任意状态:

echo T4 > /proc/acpi/processor/CPU0/throttling

您还可以查看cat info节流功能是否已启用。

相关内容