Click to See Complete Forum and Search --> : Gnome sound server


Mazarin
12-17-2000, 04:09 PM
Can someone give me a quick piece of code that will kill the sound server and restart it?

I thought it was esd but I was wrong, and can't find the correct job name for the server.

Thanks

mattmorrow
12-24-2000, 08:37 PM
esd is the default sound server under RH 6.2, 7.0. ps -aef shows it running and kill does the trick to kill it. Are you running a desktop? If so, which one?

Phuzon
12-27-2000, 07:56 PM
http://www.gnome.org

see if you can find wich sound server you are running

And put this in a script:

#!/bin/sh
killall [prognamehere]
[pathtoprog]


that should work

[This message has been edited by Phuzon (edited 27 December 2000).]

jemfinch
12-31-2000, 03:44 AM
The name to look for might be "esound" rather than "esd".

Jeremy