@ info2
Thanks for for the hints

but i cant do anything with them:gentoo_notes ~ # ls /sys/devices/system/cpu/cpu0/cpufreq/phc*
/sys/devices/system/cpu/cpu0/cpufreq/phc_controls /sys/devices/system/cpu/cpu0/cpufreq/phc_fids
/sys/devices/system/cpu/cpu0/cpufreq/phc_default_controls /sys/devices/system/cpu/cpu0/cpufreq/phc_version
/sys/devices/system/cpu/cpu0/cpufreq/phc_default_vids /sys/devices/system/cpu/cpu0/cpufreq/phc_vids
I am using ondemand governor.gentoo_notes ~ # cat /sys/devices/system/cpu/cpu0/cpufreq/phc*
cat: /sys/devices/system/cpu/cpu0/cpufreq/phc_controls: No such device
cat: /sys/devices/system/cpu/cpu0/cpufreq/phc_default_controls: No such device
cat: /sys/devices/system/cpu/cpu0/cpufreq/phc_default_vids: No such device
cat: /sys/devices/system/cpu/cpu0/cpufreq/phc_fids: No such device
0.3.0
cat: /sys/devices/system/cpu/cpu0/cpufreq/phc_vids: No such device
gentoo_notes ~ # echo "16:40 14:36 12:32 10:27 8:23 6:18" > /sys/devices/system/cpu/cpu0/cpufreq/phc_controls
bash: echo: write error: No such device
gentoo_notes ~ #

Code: Select all
tobi tobi # cat /proc/cpuinfo | grep MHz
cpu MHz : 800.000
Code: Select all
| CPU 0 | CPU 1 |
+-------+-------+-------+-------+
| FID | VID | FID | VID |
--------+-------+-------+-------+-------+
Min | 6 | 18 | - | - |
Max | 15 | 41 | - | - |
--------+-------+-------+-------+-------+
Target | 6 | 0 | - | - |
Current | 6 | 0 | - | - |
--------+-------+-------+-------+-------+
Hi info2,info2 wrote:Hello
Schmolch:
You are the first one with an lv-cpu.
It would be quite interesting to see your changes (standard-vids and lower vids, temperature difference and battery time difference, if any).
If you like you can post them here of meet me in the IRC channel of linux-phc.
on Acer Travelmate 4000 Lmiprocessor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 13
model name : Intel(R) Pentium(R) M processor 1.60GHz
stepping : 6
cpu MHz : 600.000
cache size : 2048 KB
I never heard something like that.Is there any possibility that patch would cause that?


That is true. I have a Core 2 Duo U7500 and here's what I have:Schmolch wrote:Hi info2,info2 wrote:Hello
Schmolch:
You are the first one with an lv-cpu.
It would be quite interesting to see your changes (standard-vids and lower vids, temperature difference and battery time difference, if any).
If you like you can post them here of meet me in the IRC channel of linux-phc.
i was in the channel and we came to the conclusion that a core-duo cannot have a lower voltage then it's lowest standard voltage.


You need to load the model-specific registers (MSR) module:marcogrego wrote:hi everybody,
I am a new entry, and I happly tried phctool with GUI. I am able to set values under the "voltage" tab, but unfortunately I got a "n/a" for all the columns for the "Analysis" tab. Which makes me think my system is not correctly recognized (?).
My aim is just checking whether the undervolting I am doing is applied.
I also did patch the acpi-cpufreq kernel module and recompiled a custom kernel excluding the deprecated speedstep-centrino. (my kernel: 2.6.22)
Any advice?
Thank you in advance!
--
Marco