Ivica Ico Bukvic wrote:
>> #/bin/bash
>> cpufreq-set -g ondemand > qjackctl_cpufreq.log 2>&1
>
> Unfortunately this particular app generates no output whatsoever so logging
> it does absolutely nothing. Its help file also suggests there is no way to
> produce a verbose version either.
>
> Any other ideas?
>
> Ico
let the script be more elaborate:
#!/bin/bash
cpufreq-set -g ondemand
rc=$?
echo "`date` rc=$rc" >> qjackctl_cpufreq.log
-- rncbc aka Rui Nuno Capela rncbc@email-addr-hidden _______________________________________________ Linux-audio-user mailing list Linux-audio-user@email-addr-hidden http://lists.linuxaudio.org/mailman/listinfo/linux-audio-userReceived on Wed Oct 21 04:15:06 2009
This archive was generated by hypermail 2.1.8 : Wed Oct 21 2009 - 04:15:06 EEST