You are not logged in.

#1 2004-09-14 01:12:57

Iolo
Member
Registered: 2004-06-03
Posts: 38

When coming out of suspend, sound doesn't work

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

#2 2004-09-14 04:15:11

Iolo
Member
Registered: 2004-06-03
Posts: 38

Re: When coming out of suspend, sound doesn't work

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

Board footer

Powered by FluxBB