Comment 31 for bug 269027

Revision history for this message
Jarl (jarl-dk) wrote :

I have retested this in Jaunty. The problem still exists on my HP 6735b.
My HP6735b gives
$cat /proc/asound/cards
 0 [SB ]: HDA-Intel - HDA ATI SB
                      HDA ATI SB at 0xd6500000 irq 16
$head -n 1 /proc/asound/card0/codec*
==> /proc/asound/card0/codec#0 <==
Codec: Analog Devices AD1984A

==> /proc/asound/card0/codec#1 <==
Codec: LSI ID 1040

However I solved it by editing "/etc/modprobe.d/alsa-base" and adding
  options snd-hda-intel model=laptop

`options snd-hda-intel model=mobile' also works as suggested in description.

In Jaunty I did not need to edit/create "/etc/modprobe.d/options" as described in description.

Jarl