* 2.4.23 + mobile athlon
@ 2003-12-17 14:01 Bernhard Bauch
2003-12-18 9:11 ` Mattia Dongili
0 siblings, 1 reply; 2+ messages in thread
From: Bernhard Bauch @ 2003-12-17 14:01 UTC (permalink / raw)
To: cpufreq
hi!
i just patched kernel-2.4.23 with cpufreq and it worked :)
########################
/var/log/dmes:
....
powernow: AMD K7 CPU detected.
powernow: PowerNOW! Technology present. Can scale: frequency and voltage.
powernow: Found PSB header at c00faf80
powernow: Table version: 0x12
powernow: Flags: 0x0 (Mobile voltage regulator)
powernow: Settling Time: 100 microseconds.
powernow: Has 86 PST tables. (Only dumping ones relevant to this CPU).
powernow: PST:33 (@c00fb200)
powernow: cpuid: 0x780 fsb: 100 maxFID: 0x2 startvid: 0xb
powernow: FID: 0x4 (5.0x [500MHz]) VID: 0xe (1.300V)
powernow: FID: 0x6 (6.0x [600MHz]) VID: 0xe (1.300V)
powernow: FID: 0x8 (7.0x [700MHz]) VID: 0xe (1.300V)
powernow: FID: 0xa (8.0x [800MHz]) VID: 0xe (1.300V)
powernow: FID: 0xc (9.0x [900MHz]) VID: 0xe (1.300V)
powernow: FID: 0xe (10.0x [1000MHz]) VID: 0xd (1.350V)
powernow: FID: 0x0 (11.0x [1100MHz]) VID: 0xc (1.400V)
powernow: FID: 0x2 (12.0x [1200MHz]) VID: 0xb (1.450V)
powernow: Minimum speed 500 MHz. Maximum speed 1200 MHz.
##############################################
beatle:/home/berni# more /proc/cpufreq
minimum CPU frequency - maximum CPU frequency - policy
CPU 0 500000 kHz ( 41 %) - 1200000 kHz (100 %) - performance
beatle:/home/berni#
########################################
everything seems to be OK, but:
################################
beatle:/proc/sys/cpu/0# more speed*
::::::::::::::
speed
::::::::::::::
0
::::::::::::::
speed-max
::::::::::::::
0
::::::::::::::
speed-min
::::::::::::::
0
#####################
mhh why are all of these parameters zero ??
-----------------------------------------------------------------------
/proc/acpi/processor/CPU1/info:
processor id: 0
acpi id: 1
bus mastering control: no
power management: yes
throttling control: no
performance management: no
limit interface: no
/proc/acpi/processor/CPU1/throttling
<not supported>
whats going on here ???
why is throtteling not supported ??
-----------------------
other question:
is there a way to run cpufreqd with libc 2.2.5-11.5 (debian woody -
stable) ??
thank you .
bye,berni
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: 2.4.23 + mobile athlon
2003-12-17 14:01 2.4.23 + mobile athlon Bernhard Bauch
@ 2003-12-18 9:11 ` Mattia Dongili
0 siblings, 0 replies; 2+ messages in thread
From: Mattia Dongili @ 2003-12-18 9:11 UTC (permalink / raw)
To: cpufreq
On Wed, Dec 17, 2003 at 03:01:09PM +0100, Bernhard Bauch wrote:
> hi!
> i just patched kernel-2.4.23 with cpufreq and it worked :)
> ########################
> /var/log/dmes:
> ....
> powernow: AMD K7 CPU detected.
[...]
> everything seems to be OK, but:
> ################################
> beatle:/proc/sys/cpu/0# more speed*
> ::::::::::::::
> speed
> ::::::::::::::
> 0
> ::::::::::::::
> speed-max
> ::::::::::::::
> 0
> ::::::::::::::
> speed-min
> ::::::::::::::
> 0
> #####################
>
> mhh why are all of these parameters zero ??
these are parameters for the userspace governor, try echo
"0%0%100%userspace" > /proc/cpufreq
and play with them
> -----------------------------------------------------------------------
> /proc/acpi/processor/CPU1/info:
> processor id: 0
> acpi id: 1
> bus mastering control: no
> power management: yes
> throttling control: no
> performance management: no
> limit interface: no
>
> /proc/acpi/processor/CPU1/throttling
> <not supported>
>
> whats going on here ???
> why is throtteling not supported ??
acpi throttling is not cpufreq :) (I remember detailed discussions on
the topic either on this list or the acpi-devel one)
> -----------------------
> other question:
> is there a way to run cpufreqd with libc 2.2.5-11.5 (debian woody -
> stable) ??
you could download the debian source package and make a woody deb from
it. You actually need a couple of adjustments:
- remove the debconf version dependency from the debian/control file:
Build-Depends: debhelper (>> 4.0.0), debconf (>= 1.2.9)
^^^^^^^^^^
- modify following the line of debian/postinst from
unset CPUFREQD_PM
to
[ -z ${CPUFREQD_PM} ] || unset CPUFREQD_PM
and build the binary deb as usual (see release notes on sourceforge).
write me off list if you need help
ciao
--
mattia
:wq!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-12-18 9:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-17 14:01 2.4.23 + mobile athlon Bernhard Bauch
2003-12-18 9:11 ` Mattia Dongili
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.