Mailinglist Archive: opensuse-bugs (7467 mails)
| < Previous | Next > |
[Bug 361408] New: haldaemon doesn't load p4_clockmod
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Wed, 13 Feb 2008 02:59:48 -0700 (MST)
- Message-id: <bug-361408-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
https://bugzilla.novell.com/show_bug.cgi?id=361408
Summary: haldaemon doesn't load p4_clockmod
Product: openSUSE 10.3
Version: Final
Platform: i686
OS/Version: openSUSE 10.3
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Basesystem
AssignedTo: bnc-team-screening@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: diego.ercolani@xxxxxxxxx
QAContact: qa@xxxxxxx
Found By: Customer
Since version 10.2 clockmod modules are load by haldaemon sysinit script
there is aline where are tryied all cpufreq modules known by kernel but it
isn't tryied p4_clockmod so, if you have a standard desktop Intel CPU P4 or
Xeon you don't use authomatically the ondemand governor
I propose the included solution to the script that I use in my systems without
problems (or better I've not found any problem during normal use).
As the solution seems only an errata corrige solution I think there should be
other problem (unknown to me) that avoid this solution to be included in
standard distribution as the problem begin since opensuse 10.2.
-----------CUT HERE-----------------
--- /etc/init.d/haldaemon.orig 2008-02-13 10:55:24.000000000 +0100
+++ /etc/init.d/haldaemon 2008-02-13 10:55:44.000000000 +0100
@@ -87,8 +87,8 @@
function load_cpufreq_driver()
{
- CPUFREQ_MODULES="speedstep_centrino powernow_k8 powernow_k7 powernow_k6
longrun speedstep_ich acpi_cpufreq"
-
CPUFREQ_MODULES_GREP="^speedstep_centrino\|^speedstep_ich\|^powernow_k8\|^powernow_k7\|^powernow_k6\|^longrun\|^longhaul\|^acpi_cpufreq"
+ CPUFREQ_MODULES="speedstep_centrino powernow_k8 powernow_k7 powernow_k6
longrun speedstep_ich acpi_cpufreq p4_clockmod"
+
CPUFREQ_MODULES_GREP="^speedstep_centrino\|^speedstep_ich\|^powernow_k8\|^powernow_k7\|^powernow_k6\|^longrun\|^longhaul\|^acpi_cpufreq\|^p4_clockmod"
###### load CPUFREQ modules############
# if the drivers are compiled in, $CPUFREQ_SYSFS_PATH already exists
------------END CUT----------------
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Summary: haldaemon doesn't load p4_clockmod
Product: openSUSE 10.3
Version: Final
Platform: i686
OS/Version: openSUSE 10.3
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Basesystem
AssignedTo: bnc-team-screening@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: diego.ercolani@xxxxxxxxx
QAContact: qa@xxxxxxx
Found By: Customer
Since version 10.2 clockmod modules are load by haldaemon sysinit script
there is aline where are tryied all cpufreq modules known by kernel but it
isn't tryied p4_clockmod so, if you have a standard desktop Intel CPU P4 or
Xeon you don't use authomatically the ondemand governor
I propose the included solution to the script that I use in my systems without
problems (or better I've not found any problem during normal use).
As the solution seems only an errata corrige solution I think there should be
other problem (unknown to me) that avoid this solution to be included in
standard distribution as the problem begin since opensuse 10.2.
-----------CUT HERE-----------------
--- /etc/init.d/haldaemon.orig 2008-02-13 10:55:24.000000000 +0100
+++ /etc/init.d/haldaemon 2008-02-13 10:55:44.000000000 +0100
@@ -87,8 +87,8 @@
function load_cpufreq_driver()
{
- CPUFREQ_MODULES="speedstep_centrino powernow_k8 powernow_k7 powernow_k6
longrun speedstep_ich acpi_cpufreq"
-
CPUFREQ_MODULES_GREP="^speedstep_centrino\|^speedstep_ich\|^powernow_k8\|^powernow_k7\|^powernow_k6\|^longrun\|^longhaul\|^acpi_cpufreq"
+ CPUFREQ_MODULES="speedstep_centrino powernow_k8 powernow_k7 powernow_k6
longrun speedstep_ich acpi_cpufreq p4_clockmod"
+
CPUFREQ_MODULES_GREP="^speedstep_centrino\|^speedstep_ich\|^powernow_k8\|^powernow_k7\|^powernow_k6\|^longrun\|^longhaul\|^acpi_cpufreq\|^p4_clockmod"
###### load CPUFREQ modules############
# if the drivers are compiled in, $CPUFREQ_SYSFS_PATH already exists
------------END CUT----------------
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |