Por alguma razão, meu processador sempre parece rodar a toda velocidade, mesmo que eu não faça nada. Olhando através da web, encontrei algumas sugestões.
De acordo com link , eu deveria poder listar meus governadores atuais.
# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors
cat: /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors: No such file or directory
Mas não posso, pois /sys/devices/system/cpu/cpu0/cpufreq
não existe no meu computador.
Instalei cpufreqd cpufrequtils e libcpufreq0, mas devido ao diretório ausente, recebo
# /etc/init.d/cpufreqd start
* Starting CPU Frequency daemon cpufreqd [fail]
De acordo com o link , devo carregar um dos módulos disponíveis .
# ls /lib/modules/'uname -r'/kernel/arch/*/kernel/cpu/cpufreq
p4-clockmod.ko pcc-cpufreq.ko speedstep-lib.ko
O único que não resulta em erro é o speedstep-lib.
# modprobe speedstep-lib
Alguma ideia do que posso fazer?
# lsmod |grep cpu
# lsmod |grep freq
# lsmod |grep acpi
thinkpad_acpi 81587 0
nvram 14419 1 thinkpad_acpi
snd 67382 14 snd_hda_codec_conexant,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,thinkpad_acpi,snd_seq_device
# cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 42
model name : Intel(R) Core(TM) i7-2720QM CPU @ 2.20GHz
stepping : 7
cpu MHz : 2192.750
cache size : 6144 KB
physical id : 0
siblings : 8
core id : 0
cpu cores : 4
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm c
onstant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf
pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1
sse4_2 x2apic popcnt aes xsave avx lahf_lm ida arat epb xsaveopt pln pts dts tp
r_shadow vnmi flexpriority ept vpid
bogomips : 4385.50
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:
# cpufreq-info
cpufrequtils 007: cpufreq-info (C) Dominik Brodowski 2004-2009
Report errors and bugs to [email protected], please.
analyzing CPU 0:
no or unknown cpufreq driver is active on this CPU
maximum transition latency: 4294.55 ms.
analyzing CPU 1:
no or unknown cpufreq driver is active on this CPU
maximum transition latency: 4294.55 ms.
analyzing CPU 2:
no or unknown cpufreq driver is active on this CPU
maximum transition latency: 4294.55 ms.
analyzing CPU 3:
no or unknown cpufreq driver is active on this CPU
maximum transition latency: 4294.55 ms.
analyzing CPU 4:
no or unknown cpufreq driver is active on this CPU
maximum transition latency: 4294.55 ms.
analyzing CPU 5:
no or unknown cpufreq driver is active on this CPU
maximum transition latency: 4294.55 ms.
analyzing CPU 6:
no or unknown cpufreq driver is active on this CPU
maximum transition latency: 4294.55 ms.
analyzing CPU 7:
no or unknown cpufreq driver is active on this CPU
maximum transition latency: 4294.55 ms.