You are not logged in.

#1 2009-08-21 14:40:16

yhager
Member
Registered: 2009-08-21
Posts: 6

[SOLVED] Sound (snd_hda_intel) not working after resume from suspend

Using the latest kernel 2.6.30.4, On HP2133, whenever I get back from resume, sound is not working.

Running the following brings back the sound, but that is obviously a hack:

fuser -k /dev/snd/*
rmmod snd_hda_intel
modprobe snd_hda_intel
/etc/rc.d/alsa start

I have on my /etc/modprobe/50-sound.conf:

options snd-hda-intel model=laptop
alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel

Here's the exact hardware specification:

# lspci -nnv|grep Audio
80:01.0 Audio device [0403]: VIA Technologies, Inc. VT1708/A [Azalia HDAC] (VIA High Definition Audio Controller) [1106:3288] (rev 10)

Any idea where to look for this?

Last edited by yhager (2009-08-21 16:54:00)

Offline

#2 2009-08-21 16:53:41

yhager
Member
Registered: 2009-08-21
Posts: 6

Re: [SOLVED] Sound (snd_hda_intel) not working after resume from suspend

[SOLVED]

I downgraded to kernel 2.6.29 and the problem is gone.

Note: I also had X VT problems with 2.6.30.4 (xf86OpenConsole: VT_WAITACTIVE failed: Interrupted system call). Those were solved too by downgrading to 2.6.29.

Offline

Board footer

Powered by FluxBB