[LAU] bug in qjackctl 0.3.5
Rui Nuno Capela
rncbc at rncbc.org
Tue Oct 20 19:27:42 EDT 2009
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 at rncbc.org
More information about the Linux-audio-user
mailing list