You are not logged in.
I've finally got my laptop to suspend properly with apm. But upon resume, sound output does not work. Is there a way to have apmd restart the sound drivers comming out of resume?
Offline
Nevermind, editing apmd_proxy with the following lines did the trick:
In the suspend section:
/usr/sbin/alsactl store
modprobe -r snd-pcm-oss
modprobe -r snd-intel8x0
In the resume section:
modprobe snd-pcm-oss
modprobe snd-intel8x0
/usr/sbin/alsactl restore
Offline