lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 12 Jun 2007 17:01:49 +0400
From:	Michael Tokarev <mjt@....msk.ru>
To:	Claas Langbehn <claas@...tdir.de>
CC:	Linux-kernel <linux-kernel@...r.kernel.org>
Subject: Re: VIA C7 / VIA PC-1 (PC2500) anyone?

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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ