1

When using Google Chrome there is no sound (youtube, vimeo, facebook, flash and etc.)

In Mozilla the sound is working as it should!

Silver Ringvee
  • 2,170
  • 1
  • 12
  • 10

2 Answers2

4

Try to do this to restart alsa and pulseaudio (pulseaudio auto-restarts):

pulseaudio -k && sudo alsa force-reload 

If that doesn'work try to reinstall alsa and pulseaudio:

sudo apt-get install --reinstall alsa-base && sudo apt-get install --reinstall pulseaudio
Promille
  • 508
  • For the first one I got an error stating that alsa is not a command.

    Second one did the magic (after restart), thanks a lot!

    – Silver Ringvee Sep 22 '15 at 12:26
0
  1. Install pavucontrol.
  2. Check the application and the output device, select the correct and check again.
amc
  • 7,142