<p>Zitat von Allen Edwards &lt;allen.p.edwards@gmail.com&gt;:</p>
  <blockquote type="cite">
    <div>Thanks for this help. &nbsp;I enabled C&amp;Q and like you said things started to show up. &nbsp;Here are some things &nbsp;you expect:</div>
    <div>
      <div><br /></div>
      <div>dad@myth_desktop:~$ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor</div> 
      <div>ondemand</div>
      <div><br /></div>
      <div>
        <div>dad@myth_desktop:~$ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies</div>
        <div>2800000 2600000 2400000 2200000 2000000 1800000 1000000</div>
        <div><br /></div> 
        <div>
          <div>dad@myth_desktop:~$ cat &nbsp;/sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold</div>
          <div>80</div>
          <div><br /></div>
        </div>
        <div>and one you may not have:<br /></div>
        <div>
          <div>dad@myth_desktop:~$ sudo echo -n 10 &gt; /sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold</div> 
          <div>-bash: /sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold: Permission denied</div>
        </div>
      </div>
    </div>
  </blockquote>
  <div>
    <div>
      <div>
        <div>Try this instead:<br />echo -n 10 | sudo tee /sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold<br /></div>
      </div>
    </div>
  </div>
  <p class="imp-signature">Jan.<br /> <br />
-- <br />
Do you need professional PHP or Horde consulting?<br /> <a target="_blank" href="http://horde.org/consulting/">http://horde.org/consulting/</a><!--end_signature--></p>