Gentoo Archives: gentoo-user

From: Xi Shen <davidshen84@××××××××××.com>
To: gentoo-user <gentoo-user@l.g.o>, gentoo-china <gentoo-china@××××××××××××.com>
Subject: [gentoo-user] cpufreqd cannot start
Date: Thu, 15 Apr 2010 13:06:03
Message-Id: s2z53e35fd51004150600hf7788edcw1fbcb0c55db14a40@mail.gmail.com
1 hi,
2
3 i used to be able to start the cpufreqd service. but recently, it
4 fails to start. and the error message is:
5 "
6 * Caching service dependencies ...
7 [ ok ]
8 * cpufreqd requires the kernel to be configured with CONFIG_CPU_FREQ
9 * Make sure that the appropiate kernel drivers for your CPU are
10 * built-in or loaded.
11 * ERROR: cpufreqd failed to start
12 "
13
14 i ran zcat /proc/config.gz | grep -i cpu_freq, the return is:
15 "
16 CONFIG_CPU_FREQ=y
17 CONFIG_CPU_FREQ_TABLE=m
18 # CONFIG_CPU_FREQ_DEBUG is not set
19 # CONFIG_CPU_FREQ_STAT is not set
20 CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
21 # CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
22 # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
23 # CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
24 # CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
25 CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
26 CONFIG_CPU_FREQ_GOV_POWERSAVE=m
27 CONFIG_CPU_FREQ_GOV_USERSPACE=y
28 CONFIG_CPU_FREQ_GOV_ONDEMAND=m
29 CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m
30 "
31
32 which means i have cpu freq compiled in my kernel. what else would
33 cause cpufreqd cannot start?
34
35
36 --
37 Best Regards,
38 David Shen
39
40 http://twitter.com/davidshen84/

Replies

Subject Author
Re: [gentoo-user] cpufreqd cannot start Volker Armin Hemmann <volkerarmin@××××××××××.com>