Launchpad has imported 8 comments from the remote bug at
https://bugzilla.novell.com/show_bug.cgi?id=457909.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.

------------------------------------------------------------------------
On 2008-12-10T09:07:31+00:00 Hartmut-sbosny wrote:

I use a laptop HP 6730B with intel sound chipset 82801I. Afer installation
I had no sound, neither in 11.0 nor in 11.1 RC1. In 11.1 I could overcome the 
problem via the menu "Yast ==> hardware ==> sound" by setting the 'model' 
option to "laptop" (accord. to a tip in 
http://www.linlap.com/wiki/HP-Compaq+6730B, where was proposed to add/change in 
/etc/modprobe.conf the line “options snd-hda-intel model=laptop”; the SUSE 
equivalent should be the file 
/etc/modprobe.d/sound, but in 11.0 this didn't help.)

This is the content of /etc/modprobe.d/sound after my above change via
yast.

options snd-hda-intel model=laptop
options snd slots=snd-hda-intel
# u1Nb.5BNmHXMrXg9:82801I (ICH9 Family) HD Audio Controller
alias snd-card-0 snd-hda-intel

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/315977/comments/0

------------------------------------------------------------------------
On 2008-12-10T09:21:23+00:00 Tiwai-r wrote:

Could you run /usr/sbin/alsa-info.sh with --no-upload option, and attach
the generated file?


Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/315977/comments/1

------------------------------------------------------------------------
On 2008-12-10T09:33:44+00:00 Hartmut-sbosny wrote:

Created attachment 259123
output of "alsa-info.sh --no-upload" (after my yast setting)

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/315977/comments/2

------------------------------------------------------------------------
On 2008-12-10T09:35:48+00:00 Hartmut-sbosny wrote:

(In reply to comment #1 from Takashi Iwai)
> Could you run /usr/sbin/alsa-info.sh with --no-upload option, and attach the
> generated file?
> 

I sent is already with my first report, but anyhow it got lost. I try it
again....


Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/315977/comments/3

------------------------------------------------------------------------
On 2008-12-10T09:57:14+00:00 Tiwai-r wrote:

Thanks.  I fixed now on both ALSA git tree and SUSE kernel tree.
The next update-kernel should work without model option.


Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/315977/comments/4

------------------------------------------------------------------------
On 2008-12-10T10:16:03+00:00 Hartmut-sbosny wrote:

Created attachment 259129
output of "alsa-info.sh --no-upload" for the yast default settings

Because my sent alsa-info.sh output looks correct after my yast settings, 
I reset (to verify the bug) in "yast ==> hardware ==> sound" the default 
settings,
and run alsa-info.sh again. The term "model=laptop" is now missing.
Also in /etc/modprobe.d/sound, which looks now so:

  options snd slots=snd-hda-intel
  # u1Nb.5BNmHXMrXg9:82801I (ICH9 Family) HD Audio Controller
  alias snd-card-0 snd-hda-intel

And the sound is gone.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/315977/comments/5

------------------------------------------------------------------------
On 2008-12-10T10:20:38+00:00 Hartmut-sbosny wrote:

(In reply to comment #4 from Takashi Iwai)
> Thanks.  I fixed now on both ALSA git tree and SUSE kernel tree.
> The next update-kernel should work without model option.
> 

Wow, that's fast! Thanks, and my last post was too slow. :-)


Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/315977/comments/6

------------------------------------------------------------------------
On 2009-02-26T14:32:57+00:00 Swamp-a wrote:

Update released for: kernel-debug, kernel-debug-base, kernel-debug-debuginfo, 
kernel-debug-debugsource, kernel-debug-extra, kernel-default, 
kernel-default-base, kernel-default-debuginfo, kernel-default-debugsource, 
kernel-default-extra, kernel-docs, kernel-kdump, kernel-kdump-debuginfo, 
kernel-kdump-debugsource, kernel-pae, kernel-pae-base, kernel-pae-extra, 
kernel-ppc64, kernel-ppc64-base, kernel-ppc64-debuginfo, 
kernel-ppc64-debugsource, kernel-ppc64-extra, kernel-ps3, kernel-ps3-debuginfo, 
kernel-ps3-debugsource, kernel-source, kernel-source-debuginfo, kernel-syms, 
kernel-trace, kernel-trace-base, kernel-trace-debuginfo, 
kernel-trace-debugsource, kernel-trace-extra, kernel-vanilla, 
kernel-vanilla-debuginfo, kernel-vanilla-debugsource, kernel-xen, 
kernel-xen-base, kernel-xen-debuginfo, kernel-xen-debugsource, kernel-xen-extra
Products:
openSUSE 11.1 (debug, i586, ppc, x86_64)

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/315977/comments/12


** Changed in: linux (openSUSE)
   Importance: Unknown => High

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/315977

Title:
  PATCH: Quirk to pickup correct alsa mixer profile on HP 6730b

Status in linux package in Ubuntu:
  Fix Released
Status in linux package in openSUSE:
  Fix Released

Bug description:
  Needs a quirk to put the AD1984A codec in "laptop" mode.

  (NB: The AD1984A codec inherits from the base settings in AD1884A)

  index 686c774..3175b98 100644
  --- a/sound/pci/hda/patch_analog.c
  +++ b/sound/pci/hda/patch_analog.c
  @@ -3863,6 +3863,7 @@ static struct snd_pci_quirk ad1884a_cfg_tbl[] = {
          SND_PCI_QUIRK(0x103c, 0x3056, "HP", AD1884A_MOBILE),
          SND_PCI_QUIRK(0x103c, 0x30e7, "HP EliteBook 8530p", AD1884A_LAPTOP),
          SND_PCI_QUIRK(0x103c, 0x3614, "HP 6730s", AD1884A_LAPTOP),
  +       SND_PCI_QUIRK(0x103c, 0x30e6, "HP 6730b", AD1884A_LAPTOP),
          SND_PCI_QUIRK(0x17aa, 0x20ac, "Thinkpad X300", AD1884A_THINKPAD),
          {}
   };

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/315977/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to