<p dir="ltr">hello Punky,<br>
thanks your advice!<br>
as mention about jitter, how can i monitor the jitter (error) in the usb port to the dac? <br>
thanks!<br>
Joseph</p>
<div class="gmail_quote">On Jun 4, 2014 10:05 AM, "Kim-man 'Punky' TSE" <<a href="mailto:punkytse@punknix.com">punkytse@punknix.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 5/28/2014 1:29 PM, Joseph Chu wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Hello all,<br>
i installed the kernel-cubieboard2-3.4.75.2-<u></u>voayge-rt93+ it run smoothly but i found it consumed much more power then the non realtime kernel as i feel my power supply is much hotter. how can i reduce the consumption in this kernel? i dont want to roll back to 3.4.67.<br>
<br>
</blockquote>
First, use "top" to monitor the CPU consumption if there are anything wrong.<br>
<br>
then command:<br>
<br>
cat /sys/devices/system/cpu/cpu*/<u></u>cpufreq/scaling_governor<br>
cat /sys/devices/system/cpu/cpu*/<u></u>cpufreq/scaling_cur_freq<br>
<br>
will show you that 2 cores are run in full speed.<br>
<br>
You could change the cpu frequency or adjust the governor... But I would like to have it full speed for performance, i.e. less risk for jitters.<br>
<br>
e.g.<br>
echo "ondemand" > /sys/devices/system/cpu/cpu0/<u></u>cpufreq/scaling_governor<br>
echo "ondemand" > /sys/devices/system/cpu/cpu1/<u></u>cpufreq/scaling_governor<br>
<br>
to change to ondemand cpu speed.<br>
<br>
-- <br>
Regards,<br>
Kim-man "Punky" Tse<br>
<br>
* Open Source Embedded Solutions and Systems<br>
- Voyage Linux (<a href="http://linux.voyage.hk" target="_blank">http://linux.voyage.hk</a>)<br>
- Voyage MPD (<a href="http://linux.voyage.hk/voyage-mpd" target="_blank">http://linux.voyage.hk/<u></u>voyage-mpd</a>)<br>
- Voyage MuBox (<a href="http://mubox.voyage.hk" target="_blank">http://mubox.voyage.hk</a>)<br>
* Voyage Store (<a href="http://store.voyage.hk" target="_blank">http://store.voyage.hk</a>)<br>
<br>
</blockquote></div>