[ltp] After wakeup no sound or video
Daniel Maier
linux-thinkpad@linux-thinkpad.org
Mon, 9 Jan 2006 21:17:34 +0100
On Mon, Jan 09, 2006 at 12:53:56PM +0000, Richard Neill wrote:
> If this fails, it is because some application still has /dev/dsp open -
> and you need to close that application in order that the alsa service
> can unload and reload the modules.
In my case, just unloading and loading the snd_bla modul after
suspend fixes that.
I also kill any application which accesses the snd device before
using fuser -s -k -9 /dev/snd/*
This is only valid for alsa.
The video fails, because mplayer waits to access the audio device.
Daniel.