Triode wrote: > It depends on the load on the system - the FF under CLS means its using > fifo scheduling class for the output thread which means that the audio > output should keep running even if the system is also busy doing other > things. If run as a user and all threads are TS then the output process > gets a fair share of cpu time along with all other activity on the > system - which is usually fine if the cpu load is not high. Not really > sure if this is your issue, but if you get to the problem case again can > you check if its is using FF for one of the threads or not?
Would a line like following in /etc/rc.local help? for i in $(pgrep softirq); do chrt -f -p 99 $i; done ------------------------------------------------------------------------ wilbert-vb's Profile: http://forums.slimdevices.com/member.php?userid=43887 View this thread: http://forums.slimdevices.com/showthread.php?t=97046 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
