My Firefox crashed leaving part of an audio track stuck in a loop. How can I kill this audio process without logging out? (I don't know what process to kill)
OS: Linux - Fedora
Apparently the following command should restart the sound server /etc/init.d/alsasound restart but I don't have an alsasound script. I have also been told that nasd is the script to run but I don't have that either.
EDIT:
Alas, I couldn't hold out any longer. I rebooted my system and now all is fine. It wasn't until the final kill all processes that the sound actually stopped so I guess I don't have a service script to stop/start my sound.
kill -9 $(pgrep firefox)(I've'nt used FF in a while - the process name may be different – new123456 Mar 9 '11 at 21:12