On Tuesday 02 July 2002 09:28 am, you wrote:
> I keep getting error messages llike
>
> "Artsd should run with realtime scheduling, but it does not (is artswrapper
> suid root?).
>
> The aRts sound daemon will not autosuspend right now since there are active
> modeles."
>
> SounServer shows "Run soundserver with realtime priority" ticked.

to check and see if artwrapper is running suid root, type:
ls -l $(which artswrapper)

If you get this,
-rwxr-xr-x    1 root     root

It is bad. This is good.
-rwsr-xr-x    1 root     root

To get the s, follow these commands,
chown root $(which artswrapper)
chmod 4755 $(which artswrapper)

That'll fix the real time sceduling error, and I do advise using Full Duplex. 
The sound quality is not good without it.

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to