bobertuk;650511 Wrote: 
> I added the following script to rcS for jive_alsa...
> 
> # Get process number for jive_alsa 'music'
> jalsa1=`ps -eo pid,args|grep "jive_alsa -d default"|head -1|cut -f3 -d"
> "`
> 
> # Get process number for jive_alsa 'sound effects'
> jalsa2=`ps -eo pid,args|grep "jive_alsa -d plughw"|head -1|cut -f3 -d"
> "` 
> 
> # Set new prioritiy
> chrt -f -p 55 $jalsa1 > /dev/null
> 
> 
> How can I check that the change has been applied?
> 
> I included both jive_alsa's to make it easier to change if I use the
> wrong one.
> 
> Thanks
> 
> Bob

It did not work for me... still have to write "chrt -f -p 55 7xx" (xx
for process id) after reboot :-(


-- 
RotelMan
------------------------------------------------------------------------
RotelMan's Profile: http://forums.slimdevices.com/member.php?userid=39498
View this thread: http://forums.slimdevices.com/showthread.php?t=89359

_______________________________________________
audiophiles mailing list
audiophiles@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/audiophiles

Reply via email to