When using Google Chrome there is no sound (youtube, vimeo, facebook, flash and etc.)
In Mozilla the sound is working as it should!
When using Google Chrome there is no sound (youtube, vimeo, facebook, flash and etc.)
In Mozilla the sound is working as it should!
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
Second one did the magic (after restart), thanks a lot!
– Silver Ringvee Sep 22 '15 at 12:26