Likes: 0
Het probleem is een beetje dat hij niet omhoog klokt als de CPU 100% belast is.
Zo even LM sensors fixen.
LM sensors doet het ook niet helemaal zoals ik wil.
Ik krijg het er gewoon warm van
yum -y install lmsensors
sensors-detect
Driver `w83793' (should be inserted):
Detects correctly:
* Bus `SMBus I801 adapter at 0400'
Busdriver `i2c-i801', I2C address 0x2f (and 0x4b 0x4f)
Chip `Winbond W83793R/G' (confidence: 8)
Driver `w83627ehf' (should be inserted):
Detects correctly:
* ISA bus, address 0x290
Chip `Winbond W83627EHF/EF/EHG/EG Super IO Sensors' (confidence: 9)
Driver `coretemp' (should be inserted):
Detects correctly:
* Chip `Intel Core family thermal sensor' (confidence: 9)
Drivers toevoegen:
modprobe w83793
modprobe w83627ehf
modprobe coretemp
sensors
Output:
Sys Temp: -48°C (high = +95°C, hyst = -1°C) [thermistor]
CPU Temp: -48.0°C (high = +80.0°C, hyst = +75.0°C) [thermistor]
AUX Temp: -48.0°C (high = +80.0°C, hyst = +75.0°C) [thermistor]
vid: +1.219 V
coretemp-isa-0000
Adapter: ISA adapter
Core 0: +42°C (high = +85°C)
coretemp-isa-0001
Adapter: ISA adapter
Core 1: +42°C (high = +85°C)
De core temps zien er normaal uit.
Hoe check je welke snelheid je cpu draait?
cat /proc/cpuinfo en dan bij cpu MHz.
wat is de output van:
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies
je zou met:
/usr/bin/cpufreq-selector -f <getal_uit_scaling_available_frequencies>
de cpu moeten kunnen forceren op die snelheid
of probeer:
modprobe -r acpi-cpufreq
en kijken of het dan goed is
Success alvast
bestaat niet
/usr/bin/cpufreq-selector - bestaat ook niet
modprobe -r acpi-cpufreq - Nog steeds 1,2 Ghz
en de output van:
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies
en cpufreq-selector zit in het pakket cpufrequtils (tenminste zo heet het onder debian)
hierin zit tevens het programma cpufreq-info wat ook een hoop info over je cpus geeft
Dat bestand bestaat niet.
cpuspeed etc. is er al afgegooid.
Wat zegt dmesg over je cpu?