I tried to execute Jonathan&#39;s suggestion of disabling CPU scaling, but the command I found at <a href="http://ubuntuforums.org/showthread.php?t=87415">http://ubuntuforums.org/showthread.php?t=87415</a> <br><br><pre class="alt2" dir="ltr" style="border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 34px; text-align: left;">
sudo killall powernowd</pre><div class="gmail_quote"><div><br>Does nothing on my system.<br><br>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d"><br><br></div>What does &#39;hdparm /dev/hda&#39; say? &nbsp;</blockquote><div>&nbsp;<br>troy@hplaptop:~$ sudo hdparm /dev/hda<br>
<br>
/dev/hda:<br>
&nbsp;multcount&nbsp;&nbsp;&nbsp;&nbsp; =&nbsp; 0 (off)<br>
&nbsp;IO_support&nbsp;&nbsp;&nbsp; =&nbsp; 0 (default 16-bit)<br>
&nbsp;unmaskirq&nbsp;&nbsp;&nbsp;&nbsp; =&nbsp; 0 (off)<br>
&nbsp;using_dma&nbsp;&nbsp;&nbsp;&nbsp; =&nbsp; 1 (on)<br>
&nbsp;keepsettings&nbsp; =&nbsp; 0 (off)<br>
&nbsp;readonly&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =&nbsp; 0 (off)<br>
&nbsp;readahead&nbsp;&nbsp;&nbsp;&nbsp; = 256 (on)<br>
&nbsp;geometry&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 65535/16/63, sectors = 78140160, start = 0<br></div><div>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">&nbsp;Try &#39;hdparm -d1 -u1 -c1 -m8 /dev/hda&#39; and see if it
<br>improves things. &nbsp;You can run &#39;hdparm -t /dev/hda&#39; before and after<br>running hdparm as suggested above.</blockquote><div><br>I&#39;ll run the above command and see if things improve.&nbsp; Right now, hdparm -t /dev/hda is
<br><br>/dev/hda:<br>&nbsp;Timing buffered disk reads:&nbsp;&nbsp; 58 MB in&nbsp; 3.07 seconds =&nbsp; 18.87 MB/sec<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
 Check the kernel log for io errors<br>(using &#39;dmesg&#39;). &nbsp;You&#39;ll know&#39;em when you see&#39;em.</blockquote><div><br>I found the following errors&nbsp; using &#39;dmesg&#39;, but I&#39;m not sure what they mean.<br>
<br>[11366.456000] ACPI: EC: acpi_ec_wait timeout, status = 32, expect_event = 1<br>[11366.456000] ACPI: EC: read timeout, command = 128<br>[11366.456000] ACPI Exception (evregion-0420): AE_TIME, Returned by Handler for [EmbeddedControl] [20070126]
<br>[11366.456000] ACPI Exception (dswexec-0462): AE_TIME, While resolving operands for [OpcodeName unavailable] [20070126]<br>[11366.456000] ACPI Error (psparse-0551): Method parse/execution failed [\_SB_.PCI0.ISA_.EC0_.SMRD] (Node df803330), AE_TIME
<br>[11366.456000] ACPI Error (psparse-0551): Method parse/execution failed [\_SB_.BAT1.UPBH] (Node df8050d8), AE_TIME<br>[11366.456000] ACPI Error (psparse-0551): Method parse/execution failed [\_SB_.BAT1.CHBP] (Node df805138), AE_TIME
<br>[11366.456000] ACPI Error (psparse-0551): Method parse/execution failed [\_SB_.PCI0.ISA_.EC0_.SMSL] (Node df803378), AE_TIME<br>[11366.456000] ACPI Error (psparse-0551): Method parse/execution failed [\_SB_.PCI0.ISA_.EC0_._Q09] (Node df8033d8), AE_TIME
<br><br><br>Thanks again,<br><br>Troy<br></div></div>