加载 speedstep_centrino 内核模块

xra*_*alf 5 kernel-modules linux-kernel cpu-frequency

由于笔记本电脑中的风扇噪音很大,我需要更改 CPU 频率,为此我需要加载适当的内核模块。

我的笔记本电脑 Acer TravelMate 4002WLMi 中的 CPU 是:

$ cat /proc/cpuinfo | grep "model name"
model name  : Intel(R) Pentium(R) M processor 1.60GHz
Run Code Online (Sandbox Code Playgroud)

这篇文章帮助我找到了我需要的内核模块(我的 CPU 频率只有一点点不同)。

之后,sudo modprobe speedstep_centrino命令什么都没有发生。echo $?返回0

这里是的输出lsmoddmesg的其他有用的输出。

你能解释一下内核模块有什么问题以及如何使用适当的模块来改变 CPU 频率吗?