public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Michael Tokarev <mjt@tls.msk.ru>
To: Claas Langbehn <claas@rootdir.de>
Cc: Linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: VIA C7 / VIA PC-1 (PC2500) anyone?
Date: Tue, 12 Jun 2007 17:01:49 +0400	[thread overview]
Message-ID: <466E993D.5080308@msgid.tls.msk.ru> (raw)
In-Reply-To: <466E976D.7060103@rootdir.de>

Claas Langbehn wrote:
>> Hmm.  I wonder how to *enable* it in the first place.. ;)
>> e_powersaver.ko and acpi_cpufreq gives "No such device"
>>
> cat /proc/cpuinfo and have a look at the flags. Does it support "eps"?

I've looked at e_powersaver sources and noticied the second test in
init function (after checking for CPU model) - it fails on this very
test:

  if (!cpu_has(c, X86_FEATURE_EST))
     return -ENODEV;

(this is one of first things I did when turning the mobo on - tried
various options including CPU frequency scaling, observed it doesn't
work and tried to understand why, but didn't went much further here
because of the SIGSEGV problem which is much more serious... ;)

/proc/cpuinfo does not have "eps" (nor "est") flags:

processor       : 0
vendor_id       : CentaurHauls
cpu family      : 6
model           : 10
model name      : VIA Esther processor 1500MHz
stepping        : 9
cpu MHz         : 1496.321
cache size      : 128 KB
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 1
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge cmov pat clflush acpi mmx fxsr sse sse2 tm nx up pni rng rng_en ace ace_en ace2 ace2_en phe phe_en pmm pmm_en
bogomips        : 3002.25
clflush size    : 64

(most close is "sep" ;)

> If not then e_powersaver is not possible. If cpufreq with acpi P-states
> does not work either then your mainboard/CPU does not support
> power saving.
> You might get in contact with Rafal Bilinski who wrote e_powersaver.

Yeah, good idea.. thanks! ;)

/mjt

  reply	other threads:[~2007-06-12 13:02 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-12  9:21 VIA C7 / VIA PC-1 (PC2500) anyone? Michael Tokarev
2007-06-12  9:39 ` Linux-kernel
2007-06-12 12:19   ` Michael Tokarev
2007-06-12 10:43 ` Alan Cox
2007-06-12 12:04   ` Michael Tokarev
2007-06-12 10:44 ` Wander Winkelhorst
2007-06-12 11:58   ` Michael Tokarev
2007-06-12 12:54     ` Claas Langbehn
2007-06-12 13:01       ` Michael Tokarev [this message]
2007-06-12 21:59         ` Jan Engelhardt
2007-06-12 22:08           ` Dave Jones
2007-07-05 20:20 ` Michael Tokarev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=466E993D.5080308@msgid.tls.msk.ru \
    --to=mjt@tls.msk.ru \
    --cc=claas@rootdir.de \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox