<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Undervolting in Ubuntu 10.04 (Lucid) LTS</title>
	<atom:link href="http://openmindedbrain.info/09/05/2010/undervolting-in-ubuntu-10-04-lucid-lts/feed/" rel="self" type="application/rss+xml" />
	<link>http://openmindedbrain.info/09/05/2010/undervolting-in-ubuntu-10-04-lucid-lts/</link>
	<description>Open source, open mind, open future</description>
	<lastBuildDate>Fri, 03 Feb 2012 09:44:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: hanktard</title>
		<link>http://openmindedbrain.info/09/05/2010/undervolting-in-ubuntu-10-04-lucid-lts/comment-page-2/#comment-3597</link>
		<dc:creator>hanktard</dc:creator>
		<pubDate>Fri, 03 Feb 2012 09:44:15 +0000</pubDate>
		<guid isPermaLink="false">http://openmindedbrain.info/?p=58#comment-3597</guid>
		<description>In Ubuntu 11.10 i had to add phc-intel to /etc/modules in order to get it to load at boot instead of acpi-cpufreq. to unload acpi-cpufreq on my running system caused an error since the module was in use.</description>
		<content:encoded><![CDATA[<p>In Ubuntu 11.10 i had to add phc-intel to /etc/modules in order to get it to load at boot instead of acpi-cpufreq. to unload acpi-cpufreq on my running system caused an error since the module was in use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JamesRamone</title>
		<link>http://openmindedbrain.info/09/05/2010/undervolting-in-ubuntu-10-04-lucid-lts/comment-page-2/#comment-3488</link>
		<dc:creator>JamesRamone</dc:creator>
		<pubDate>Fri, 13 Jan 2012 14:33:56 +0000</pubDate>
		<guid isPermaLink="false">http://openmindedbrain.info/?p=58#comment-3488</guid>
		<description>Thanks alot, that script just made my day :) I&#039;m on oneiric, I have phc kernel, drivers but I wasn&#039;t able to run phc-tool... Your script just did what I needed :)
Btw. I have Acer 6920g and default voltage set 200mV higher than the values from Intel is really not cool...
Once more, thank You :)</description>
		<content:encoded><![CDATA[<p>Thanks alot, that script just made my day <img src='http://openmindedbrain.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I&#8217;m on oneiric, I have phc kernel, drivers but I wasn&#8217;t able to run phc-tool&#8230; Your script just did what I needed <img src='http://openmindedbrain.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Btw. I have Acer 6920g and default voltage set 200mV higher than the values from Intel is really not cool&#8230;<br />
Once more, thank You <img src='http://openmindedbrain.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: siem</title>
		<link>http://openmindedbrain.info/09/05/2010/undervolting-in-ubuntu-10-04-lucid-lts/comment-page-2/#comment-3362</link>
		<dc:creator>siem</dc:creator>
		<pubDate>Tue, 20 Dec 2011 07:06:06 +0000</pubDate>
		<guid isPermaLink="false">http://openmindedbrain.info/?p=58#comment-3362</guid>
		<description>How long shoult I wait after &#039;make prepare&#039;? It seems nothing is happening and I&#039;m waiting since five minutes or more...</description>
		<content:encoded><![CDATA[<p>How long shoult I wait after &#8216;make prepare&#8217;? It seems nothing is happening and I&#8217;m waiting since five minutes or more&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://openmindedbrain.info/09/05/2010/undervolting-in-ubuntu-10-04-lucid-lts/comment-page-2/#comment-3188</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Tue, 29 Nov 2011 16:26:32 +0000</pubDate>
		<guid isPermaLink="false">http://openmindedbrain.info/?p=58#comment-3188</guid>
		<description>This is what I get:
scott@scott-laptop:~/Desktop/phc-intel-0.3.2-10$ uname -r
2.6.32-33-generic-phc
scott@scott-laptop:~/Desktop/phc-intel-0.3.2-10$ make prepare
FOUND AVAILABLE PATCHSET. PREPARING.
patching file phc-intel.c
scott@scott-laptop:~/Desktop/phc-intel-0.3.2-10$ make
make -C /lib/modules/`uname -r`/build SUBDIRS=/home/scott/Desktop/phc-intel-0.3.2-10 modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.32-33-generic-phc&#039;
  CC [M]  /home/scott/Desktop/phc-intel-0.3.2-10/phc-intel.o
  Building modules, stage 2.
  MODPOST 1 modules
  LD [M]  /home/scott/Desktop/phc-intel-0.3.2-10/phc-intel.ko
make[1]: Leaving directory `/usr/src/linux-headers-2.6.32-33-generic-phc&#039;
scott@scott-laptop:~/Desktop/phc-intel-0.3.2-10$ sudo make install
install -m 644 -o root -g root phc-intel.modprobe /etc/modprobe.d/phc-intel.conf
mkdir -p /lib/modules/2.6.32-33-generic-phc/extra
install -m 644 -o root -g root phc-intel.ko /lib/modules/2.6.32-33-generic-phc/extra/
depmod 2.6.32-33-generic-phc -a
scott@scott-laptop:~/Desktop/phc-intel-0.3.2-10$ cat /sys/devices/system/cpu/cpu0/cpufreq/phc_default_vids 
cat: /sys/devices/system/cpu/cpu0/cpufreq/phc_default_vids: No such file or directory

 I have rebooted a couple times already and am not sure where to go from here. I did navigate to /sys/devices/system/cpu/ and instead of cpufreq being a subfolder of cpu0 it is in the same folder. I think this may be causing this but if I look in cpufreq there is not phc_default_vids. Any suggestions?</description>
		<content:encoded><![CDATA[<p>This is what I get:<br />
scott@scott-laptop:~/Desktop/phc-intel-0.3.2-10$ uname -r<br />
2.6.32-33-generic-phc<br />
scott@scott-laptop:~/Desktop/phc-intel-0.3.2-10$ make prepare<br />
FOUND AVAILABLE PATCHSET. PREPARING.<br />
patching file phc-intel.c<br />
scott@scott-laptop:~/Desktop/phc-intel-0.3.2-10$ make<br />
make -C /lib/modules/`uname -r`/build SUBDIRS=/home/scott/Desktop/phc-intel-0.3.2-10 modules<br />
make[1]: Entering directory `/usr/src/linux-headers-2.6.32-33-generic-phc&#8217;<br />
  CC [M]  /home/scott/Desktop/phc-intel-0.3.2-10/phc-intel.o<br />
  Building modules, stage 2.<br />
  MODPOST 1 modules<br />
  LD [M]  /home/scott/Desktop/phc-intel-0.3.2-10/phc-intel.ko<br />
make[1]: Leaving directory `/usr/src/linux-headers-2.6.32-33-generic-phc&#8217;<br />
scott@scott-laptop:~/Desktop/phc-intel-0.3.2-10$ sudo make install<br />
install -m 644 -o root -g root phc-intel.modprobe /etc/modprobe.d/phc-intel.conf<br />
mkdir -p /lib/modules/2.6.32-33-generic-phc/extra<br />
install -m 644 -o root -g root phc-intel.ko /lib/modules/2.6.32-33-generic-phc/extra/<br />
depmod 2.6.32-33-generic-phc -a<br />
scott@scott-laptop:~/Desktop/phc-intel-0.3.2-10$ cat /sys/devices/system/cpu/cpu0/cpufreq/phc_default_vids<br />
cat: /sys/devices/system/cpu/cpu0/cpufreq/phc_default_vids: No such file or directory</p>
<p> I have rebooted a couple times already and am not sure where to go from here. I did navigate to /sys/devices/system/cpu/ and instead of cpufreq being a subfolder of cpu0 it is in the same folder. I think this may be causing this but if I look in cpufreq there is not phc_default_vids. Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benko</title>
		<link>http://openmindedbrain.info/09/05/2010/undervolting-in-ubuntu-10-04-lucid-lts/comment-page-2/#comment-2705</link>
		<dc:creator>Benko</dc:creator>
		<pubDate>Sun, 02 Oct 2011 19:36:55 +0000</pubDate>
		<guid isPermaLink="false">http://openmindedbrain.info/?p=58#comment-2705</guid>
		<description>I have a laptop with a Core 2 Duo P8xxx. I run W7 and Ubuntu 10.04 (both 64-bit) on it.

I use RMClock on my W7 partition and I know that my system runs fine under full load at 0.925V (I have been running it for more than 30 months now).

Is there any way I can painlessly undervolt the CPU on Ubuntu without going through the long testing steps? If not, I may just have to suck it up and follow the above instructions.

Thank you, this is a great guide. :-)</description>
		<content:encoded><![CDATA[<p>I have a laptop with a Core 2 Duo P8xxx. I run W7 and Ubuntu 10.04 (both 64-bit) on it.</p>
<p>I use RMClock on my W7 partition and I know that my system runs fine under full load at 0.925V (I have been running it for more than 30 months now).</p>
<p>Is there any way I can painlessly undervolt the CPU on Ubuntu without going through the long testing steps? If not, I may just have to suck it up and follow the above instructions.</p>
<p>Thank you, this is a great guide. <img src='http://openmindedbrain.info/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bigley</title>
		<link>http://openmindedbrain.info/09/05/2010/undervolting-in-ubuntu-10-04-lucid-lts/comment-page-2/#comment-2463</link>
		<dc:creator>bigley</dc:creator>
		<pubDate>Fri, 26 Aug 2011 00:39:08 +0000</pubDate>
		<guid isPermaLink="false">http://openmindedbrain.info/?p=58#comment-2463</guid>
		<description>Everyone, do an update. noticed that there is a new PHC kernel 2.6.32-33 out for us lucid user. Many thanks for the update ;)</description>
		<content:encoded><![CDATA[<p>Everyone, do an update. noticed that there is a new PHC kernel 2.6.32-33 out for us lucid user. Many thanks for the update <img src='http://openmindedbrain.info/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastian</title>
		<link>http://openmindedbrain.info/09/05/2010/undervolting-in-ubuntu-10-04-lucid-lts/comment-page-2/#comment-2367</link>
		<dc:creator>Sebastian</dc:creator>
		<pubDate>Sat, 13 Aug 2011 00:21:56 +0000</pubDate>
		<guid isPermaLink="false">http://openmindedbrain.info/?p=58#comment-2367</guid>
		<description>thx, but 22 20 20 17 worked fine. Problem was the script always counted down to 0 for all 4 values.
Now I installed Ubuntu 11 and the installation of phc doesn&#039;t work :( When I run sudo make, terminal returns:
make[2]: *** No rule to make target `kernel/bounds.c&#039;, needed by `kernel/bounds.s&#039;.  Stop.
make[1]: *** [prepare0] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.38-8-generic-phc&#039;
make: *** [phc-intel.ko] Error 2</description>
		<content:encoded><![CDATA[<p>thx, but 22 20 20 17 worked fine. Problem was the script always counted down to 0 for all 4 values.<br />
Now I installed Ubuntu 11 and the installation of phc doesn&#8217;t work <img src='http://openmindedbrain.info/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  When I run sudo make, terminal returns:<br />
make[2]: *** No rule to make target `kernel/bounds.c&#8217;, needed by `kernel/bounds.s&#8217;.  Stop.<br />
make[1]: *** [prepare0] Error 2<br />
make[1]: Leaving directory `/usr/src/linux-headers-2.6.38-8-generic-phc&#8217;<br />
make: *** [phc-intel.ko] Error 2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bigley</title>
		<link>http://openmindedbrain.info/09/05/2010/undervolting-in-ubuntu-10-04-lucid-lts/comment-page-2/#comment-2317</link>
		<dc:creator>bigley</dc:creator>
		<pubDate>Thu, 04 Aug 2011 04:57:04 +0000</pubDate>
		<guid isPermaLink="false">http://openmindedbrain.info/?p=58#comment-2317</guid>
		<description>Sebastian, to be on the safe side I would put in the higer values of the two sets of tests.
For me I was lucky, that everytime I ran the script it resulted in the same values.

I would probably try in your case 39 28 23 17 in the rc.local.

You will find out if these values don&#039;t work when your PC suddenly becomes unstable for no apparent reason. Good luck</description>
		<content:encoded><![CDATA[<p>Sebastian, to be on the safe side I would put in the higer values of the two sets of tests.<br />
For me I was lucky, that everytime I ran the script it resulted in the same values.</p>
<p>I would probably try in your case 39 28 23 17 in the rc.local.</p>
<p>You will find out if these values don&#8217;t work when your PC suddenly becomes unstable for no apparent reason. Good luck</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastian</title>
		<link>http://openmindedbrain.info/09/05/2010/undervolting-in-ubuntu-10-04-lucid-lts/comment-page-2/#comment-2300</link>
		<dc:creator>Sebastian</dc:creator>
		<pubDate>Tue, 02 Aug 2011 00:41:41 +0000</pubDate>
		<guid isPermaLink="false">http://openmindedbrain.info/?p=58#comment-2300</guid>
		<description>My Values: 39 28 23 17

Ok, there is something I odn&#039;t understand. When I run your script it goes down from 39 to 0. Then I restart your script and it gows down from 39 0 23 17. Then I restart your script and it goes down from 39 28 0 17, etc.

So what exactly I got to add in /etc/rc.local then?</description>
		<content:encoded><![CDATA[<p>My Values: 39 28 23 17</p>
<p>Ok, there is something I odn&#8217;t understand. When I run your script it goes down from 39 to 0. Then I restart your script and it gows down from 39 0 23 17. Then I restart your script and it goes down from 39 28 0 17, etc.</p>
<p>So what exactly I got to add in /etc/rc.local then?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexandria Medina</title>
		<link>http://openmindedbrain.info/09/05/2010/undervolting-in-ubuntu-10-04-lucid-lts/comment-page-2/#comment-2263</link>
		<dc:creator>Alexandria Medina</dc:creator>
		<pubDate>Thu, 28 Jul 2011 11:29:12 +0000</pubDate>
		<guid isPermaLink="false">http://openmindedbrain.info/?p=58#comment-2263</guid>
		<description>A link to this posting was at Christian Dillstrom&#039;s list of recommended blog pages -  you must be doing a good job as mobile and social media marketing pro is pointing towards you!</description>
		<content:encoded><![CDATA[<p>A link to this posting was at Christian Dillstrom&#8217;s list of recommended blog pages &#8211;  you must be doing a good job as mobile and social media marketing pro is pointing towards you!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

