Comment 42 for bug 109838

Revision history for this message
adamthecamper (adamthecamper) wrote :

Tried to run Alpha5 for Intrepid Ibex 8.10 live-cd and while playing the ogg included the problem was still here.

My laptop is Asus F7E, and it has all the symptoms of this bug.
I am using kernel module :
snd-hda-intel
lspci gives me this audio device:
Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 04)

I have tried to folow this howto:
https://help.ubuntu.com/community/HdaIntelSoundHowto

So I have updated Alsa to 1.0.18rc3,
then folowed with finding right model

$ cat /proc/asound/card0/codec#* | grep Codec
Codec: Realtek ALC660-VD
Codec: Motorola Si3054

These are the relevant lines I have found in ALSA-configuration.txt

ALC861/660
   3stack 3-jack
   3stack-dig 3-jack with SPDIF I/O
   6stack-dig 6-jack with SPDIF I/O
   3stack-660 3-jack (for ALC660)
   uniwill-m31 Uniwill M31 laptop
   toshiba Toshiba laptop support
   asus Asus laptop support
   asus-laptop ASUS F2/F3 laptops
   auto auto-config reading BIOS (default)

 ALC861VD/660VD
   3stack 3-jack
   3stack-dig 3-jack with SPDIF OUT
   6stack-dig 6-jack with SPDIF OUT
   3stack-660 3-jack (for ALC660VD)
   3stack-660-digout 3-jack with SPDIF OUT (for ALC660VD)
   lenovo Lenovo 3000 C200
   dallas Dallas laptops
   hp HP TX1000
   auto auto-config reading BIOS (default

and 3stack-660-digout 3-jack with SPDIF OUT (for ALC660VD) looked as the one, but

options snd-hda-intel model=3stack-660-digout

at the end of the file /etc/modprobe.d/alsa-base
hasn't solved the problem.