1

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

In Mozilla the sound is working as it should!

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
0
  1. Install pavucontrol.
  2. Check the application and the output device, select the correct and check again.
amc
  • 7,292