On Sat, 2 May 2009, Plutocrat wrote:
> Currently
> dell,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>
>
> with this I can confirm I am now getting some sound. Prior to this I had tried
> #options snd-hda-intel model=laptop enable=1 index=0
> #options snd_hda_intel model=3stack/
> #options snd-hda-intel model=3stack
> #options snd_hda_intel model=dell-laptop
> #options snd-hda-intel model=3stack
For jaunty's kernel, the only model quirks that make sense for your codec
and revision are "3stack", "dell-3stack", and "dell-bios". The default
quirk (i.e., when you have no options snd-hda-intel model=) for your
machine is "dell-bios":
static const char *stac927x_models[STAC_927X_MODELS] = {
[STAC_D965_REF_NO_JD] = "ref-no-jd",
[STAC_D965_REF] = "ref",
[STAC_D965_3ST] = "3stack",
[STAC_D965_5ST] = "5stack",
[STAC_DELL_3ST] = "dell-3stack",
[STAC_DELL_BIOS] = "dell-bios",
};
...
static struct snd_pci_quirk stac927x_cfg_tbl[] = {
...
SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0227, "Dell Vostro 1400 ",
STAC_DELL_BIOS),
Have you tested without any "options snd-hda-intel" quirk lines?
--
No sound after upgrade. Dell Vostro 1400 with STAC 9228
https://bugs.launchpad.net/bugs/370178
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs