Wednesday, February 4, 2009

Ubuntu Sound Server Restart

Occasionally in Ubuntu Linux, some application hogs the pulseaudio sound server causing other programs like vlc and mplayer to not be able to actually play sound. There is a simple fix for this problem and it can be found at the command prompt level.

Open up BASH and do the following...

mousecrash$ cd /etc/init.d/

mousecrash$ sudo pkill -9 pulseaudio
password:

mousecrash$ pulseaudio

mousecrash$

That's it... If that didin't make any sense to you just reboot your computer ;)

Cheers!

4 comments:

  1. Thanks! helped me get my sound working again :) not sure why it stopped working in the first place though. Going to have to figure that out.

    ReplyDelete
  2. thanx for that. You helped me out!

    ReplyDelete
  3. Thanks! That was very helpfull! Greetings from Poland.

    ReplyDelete
  4. Thank you so much! Helped a lot :D

    ReplyDelete