kanotix.com

Nicht mehr aktuelle Beiträge - SpeedStep auf PIII-M geht nicht

Murhagh - 14.08.2006, 16:36 Uhr
Titel: SpeedStep auf PIII-M geht nicht
Hallo Leute,

ich versuche verzweifelt auf meinem PIII-M SpeedStep zum Laufen zu bekommen. Wenn ich "powernowd" ausführen möchte kommt folgende Fehlermeldung:

Code:
powernowd: PowerNow Daemon v0.97, (c) 2003-2006 John Clemens
powernowd: Found 1 scalable unit:  -- 1 'CPU' per scalable unit
/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq: No such file or directory

PowerNowd encountered and error and could not start.
Please make sure that:
 - You are running a v2.6.7 kernel or later
 - That you have sysfs mounted /sys
 - That you have the core cpufreq and cpufreq-userspace
   modules loaded into your kernel
 - That you have the cpufreq driver for your cpu loaded,
   (for example: powernow-k7), and that it works. Check
   'dmesg' for errors.
If all of the above are true, and you still have problems,
please email the author: clemej@alum.rpi.edu


"cpufreq" kann ich aber gar nicht gleichzeitig mit "powernowd" installiert haben. Wie bekomme ich das also in den Griff?
devil - 14.08.2006, 16:40 Uhr
Titel: SpeedStep auf PIII-M geht nicht
modprobe powernow-(entsprechendes modul), wäre bei amd -k8 z.b., bei intel weiss ichs nicht.

greetz
devil
ockham23 - 14.08.2006, 16:46 Uhr
Titel:
Welcher Prozessor ist das denn?
Code:
cat /proc/cpuinfo

Murhagh - 14.08.2006, 16:57 Uhr
Titel:
ockham23 hat folgendes geschrieben::
Welcher Prozessor ist das denn?
Code:
cat /proc/cpuinfo


Sorry, voll verpennt:

Code:
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 11
model name      : Mobile Intel(R) Pentium(R) III CPU - M  1200MHz
stepping        : 4
cpu MHz         : 1196.300
cache size      : 512 KB
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 2
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 mmx fxsr sse up
bogomips        : 2394.40

Hack-o-Master - 14.08.2006, 20:51 Uhr
Titel:
In der Kernel-Konfig Menübeschreibung sollten folgende Module für Pentium-III (sofern Prozessor Speedstep kennt) geeignet sein (Abhängig vom Chipsatz)
Code:
config X86_SPEEDSTEP_ICH
        tristate "Intel Speedstep on ICH-M chipsets (ioport interface)"
        select CPU_FREQ_TABLE
        help
          This adds the CPUFreq driver for certain mobile Intel Pentium III
          (Coppermine), all mobile Intel Pentium III-M (Tualatin) and all
          mobile Intel Pentium 4 P4-M on systems which have an Intel ICH2,
          ICH3 or ICH4 southbridge.

          For details, take a look at <file:Documentation/cpu-freq/>.

          If in doubt, say N.

config X86_SPEEDSTEP_SMI
        tristate "Intel SpeedStep on 440BX/ZX/MX chipsets (SMI interface)"
        select CPU_FREQ_TABLE
        depends on EXPERIMENTAL
        help
          This adds the CPUFreq driver for certain mobile Intel Pentium III
          (Coppermine), all mobile Intel Pentium III-M (Tualatin)
          on systems which have an Intel 440BX/ZX/MX southbridge.

          For details, take a look at <file:Documentation/cpu-freq/>.

          If in doubt, say N.
Die Kernel-Modulnamen zu obigen lauten
(Unter /lib/modules/$(uname -r)/kernel/arch/i386/kernel/cpu/cpufreq/ zu finden):
Code:
speedstep-ich.ko
speedstep-smi.ko
Also wie von devil vorgeschlagen mal modprobe speedstep-ich oder modprobe speedstep-smi ausführen und schauen ob powernowd dann starten kann.
Wenn ja das richtige Kernel-Modul für automatisches Laden in die /etc/modules mit eintragen.

Hinweis: Testen konnte ich obiges 'geschreibsel' mangels PIII-Schlepptopp aber nicht Geschockt .

mfg. Hack-o-Master
Murhagh - 16.08.2006, 11:31 Uhr
Titel:
Danke für die Hilfe!

Für mein Notebook war der richtige Eintrag in der modules:
speedstep-ich
Alle Zeiten sind GMT + 1 Stunde
PNphpBB2 © 2003-2007