[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

cpufreqd wird vom system behindert



Habe das Problem das cpufreqd nicht die Police für alle CPU verändern kann.

Bekomme folgende Meldung :

cpufreqd_set_profile     : Profile "On Demand High" set for CPU0
cpufreqd_set_profile : I haven't been able to set the chosen policy for CPU0.
I set 1600000-800000-ondemand
System says 1067000-800000-ondemand
cpufreqd_loop            : Cannot set policy, Rule unchanged ("none").


Wer behindert hier cpufreqd und wie kann ich das in Ordnung bringen ?

Das ist für mich sehr wichtig weil ich über cpufreqd den Laptop bei geringen Akku Ladezustand in den system to disk Modus versetzen lassen möchte.

Zwecks schnellen Wechsel in den syspend to disk Modus soll die CPU Frequenz auf den maximalen Wert gesetzt werden.

Es wird der Regler ondemand benutzt.


Hier die cpufreqd.conf :

# this is a comment
# see CPUFREQD.CONF(5) manpage for a complete reference
#
# Note: ondemand/conservative Profiles are disabled because
#       they are not available on many platforms.

[General]
pidfile=/var/run/cpufreqd.pid
poll_interval=1
verbosity=5
double_check=1
enable_remote=1
remote_group=root
[/General]

#[acpi]
#acpid_socket=/var/run/acpid.socket
#[/acpi]

#[nforce2_atxp1]
#vcore_path=/some/path
#vcore_default=1500
#[/nforce2_atxp1]

#[sensors_plugin]
#sensors_conf=/some/file
#[/sensors_plugin]

[Profile]
name=On Demand High
minfreq=40%
maxfreq=100%
policy=ondemand
[/Profile]

[Profile]
name=On Demand Medium
minfreq=40%
maxfreq=80%
policy=ondemand
[/Profile]

[Profile]
name=On Demand Low
minfreq=40%
maxfreq=60%
policy=ondemand
[/Profile]

[Profile]
name=Cool
minfreq=40%
maxfreq=40%
policy=ondemand
[/Profile]

#[Profile]
#name=Performance High
#minfreq=100%
#maxfreq=100%
#policy=performance
#exec_post=echo 8 > /proc/acpi/sony/brightness
#[/Profile]

#[Profile]
#name=Performance Low
#minfreq=80%
#maxfreq=80%
#policy=performance
#[/Profile]

#[Profile]
#name=Powersave High
#minfreq=60%
#maxfreq=60%
#policy=powersave
#[/Profile]

#[Profile]
#name=Powersave Low
#minfreq=40%
#maxfreq=40%
#policy=powersave
#[/Profile]

#[Profile]
#name=Conservative High
#minfreq=33%
#maxfreq=100%
#policy=conservative
#[/Profile]

#[Profile]
#name=Conservative Low
#minfreq=0%
#maxfreq=66%
#policy=conservative
#[/Profile]

##
# Basic states
##
# when AC use performance mode
[Rule]
name=AC Rule
ac=on                    # (on/off)
sensor=Core 0:0-50
profile=On Demand High
[/Rule]

# stay in performance mode for the first minutes
[Rule]
name=AC Off - High Power
ac=off                   # (on/off)
battery_interval=70-100
sensor=Core 0:0-50
#exec_post=echo 5 > /proc/acpi/sony/brightness
profile=On Demand High
[/Rule]

# conservative mode when not AC
[Rule]
name=AC Off - Medium Battery
ac=off                   # (on/off)
battery_interval=10-70
sensor=Core 0:0-50
#exec_post=echo 3 > /proc/acpi/sony/brightness
profile=On Demand Medium
[/Rule]

# conservative mode when not AC
[Rule]
name=AC Off - Low Battery
ac=off                   # (on/off)
battery_interval=5-10
sensor=Core 0:0-50
#exec_post=echo 3 > /proc/acpi/sony/brightness
profile=On Demand Low
[/Rule]

##
# Special Rules
##
# CPU Too hot!
[Rule]
name=CPU Too Hot
sensor=Core 0:60-95
battery_interval=0-100
#cpu_interval=50-100
profile=Cool
[/Rule]

# use performance mode if I'm watching a movie
# I don't care for batteries!
# But don't heat too much.
#[Rule]
#name=Movie Watcher
#programs=xine,mplayer,gmplayer
#battery_interval=0-100
#acpi_temperature=0-60
#cpu_interval=0-100
#profile=Performance High
#[/Rule]


Laptop ist ein Belinea Smartbook.

Debian Version wheezy mit Verwendung von non-free ; volatile & backports

linuxinfo:

Linux Debian-N270 3.16.0-0.bpo.4-686-pae #1 SMP Debian 3.16.39-1~bpo70+1 (2017-01-12)
Two Intel Unknown 800MHz processors, 6383.26 total bogomips, 1013M RAM
System library 2.13.0

CPU ist Intel Atom N270.


Mit freundlichen Grüßen Dirk Finkeldey


Reply to: