I was watching a playlist @ youtube.com and then 7th clip started playing I noticed that audio is gone. This is now second time that it's happening, I'm not sure what is the exact cause - my guess is that mplayer somehow does it then flash content is played in firefox.
So anyway this time I got the audio back again without logging out thanks to the following commands:
-- it will show what processes use alsa ... or something like that
-- will reload alsa and kill any application accessing it; use with caution.
Maybe someone finds this workaround useful...
So anyway this time I got the audio back again without logging out thanks to the following commands:
Code:
fuser -v /dev/snd/*
Code:
sudo alsa force-reload
Maybe someone finds this workaround useful...
Comment