Comment 84 for bug 130559

Revision history for this message
Alessio Tomelleri (alessio-tomelleri) wrote :

Ok.... same problem with my notebook Asus X53S (m/b version F3SA)... no sound at all !

$lspci
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)

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

$ sudo lshw -C sound
  *-multimedia
       description: Audio device
       product: 82801H (ICH8 Family) HD Audio Controller
       vendor: Intel Corporation
       physical id: 1b
       bus info: pci@0000:00:1b.0
       version: 03
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list
       configuration: driver=HDA Intel latency=0 module=snd_hda_intel

...I've followed instructions at link:
https://help.ubuntu.com/community/HdaIntelSoundHowto

and after a bit, I tried setting:
options snd-hda-intel model=lenovo 'according to http://www.mjmwired.net/kernel/Documentation/sound/alsa/ALSA-Configuration.txt N.B. at snd_hda_intel ALC660-VD codec we don't find asus model... but trying 'lenovo' ...sound work ! :-)

bye