* Show unconnected pins
 Your BIOS is responsible for setting up what pins on the codec that are 
actually connected to something and which ones are not. Sometimes BIOS is 
buggy, and will not show all your jacks. If you have a jack your BIOS says you 
haven't, you can try enabling random pins and see if it works.

  * Advanced override
 This is for the experts only. It makes you select each configuration field 
individually, instead of just a few predefined values that make sense. Note 
that most combinations here are invalid in one way or the other, so you should 
probably not mess with this unless you have read and understood the 
"Configuration Default" section of the HD Audio specification. (Which, at the 
time of this writing, is available here: 



        ALC883_FIXUP_EAPD,
        ALC883_FIXUP_ACER_EAPD,
        ALC883_FIXUP_ACER_LAPTOP,
        ALC883_FIXUP_ACER_ASPIRE_9800,
        ALC882_FIXUP_GPIO1,
        ALC882_FIXUP_GPIO2,


static void alc883_fixup_lineout(struct hda_codec *codec,
                              const struct hda_fixup *fix, int action)
{
        struct alc_spec *spec = codec->spec;
        spec->gen.add_jack_modes = 1;
}       



        [ALC883_FIXUP_ACER_EAPD] = {
                .type = HDA_FIXUP_VERBS,
                .v.verbs = (const struct hda_verb[]) {
                        /* eanable EAPD on Acer laptops */
                        { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 },
                        { 0x20, AC_VERB_SET_PROC_COEF, 0x3050 },
                        { }
                }
        },
        [ALC883_FIXUP_ACER_LAPTOP] = {
                .type = HDA_FIXUP_FUNC,
                .v.func = alc883_fixup_lineout,
                .chained = true,
                .chain_id = ALC883_FIXUP_ACER_EAPD,
        },
        [ALC883_FIXUP_ACER_ASPIRE_9800] = {
                .type = HDA_FIXUP_PINS,
                .v.pins = (const struct hda_pintbl[]) {
                        { 0x14, 0x01014010 },
                        { 0x15, 0x90170120 },
                        { 0x16, 0x90170121 },
                        { }
                },
                .chained = true,
                .chain_id = ALC883_FIXUP_ACER_LAPTOP,
        },


static const struct snd_pci_quirk alc882_fixup_tbl[] = {
        SND_PCI_QUIRK(0x1025, 0x006c, "Acer Aspire 9800", 
ALC883_FIXUP_ACER_ASPIRE_9800),

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1249115

Title:
  [Aspire 9800, Realtek ALC883, Internal Speakers] Playback problem

Status in “alsa-driver” package in Ubuntu:
  Confirmed

Bug description:
  No sound on internal speakers. Headphones out works fine. Last working
  kernel version is 3.2 with options snd-hda-intel model=acer in alsa-
  base.conf, but later versions won't work with any possible model =
  values (and without it). It seems that it is kernel bug because after
  kernel downgrade to 3.2 version I got sound working.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: i386
  AudioDevicesInUse:
   USER        PID ACCESS COMMAND
   /dev/snd/controlC0:  igor       2271 F.... pulseaudio
   /dev/snd/pcmC0D0p:   igor       2271 F...m pulseaudio
  Date: Fri Nov  8 01:56:35 2013
  InstallationDate: Installed on 2010-01-29 (1378 days ago)
  InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel failed
  Symptom_Card: Встроенное аудио - HDA Intel
  Symptom_Jack: Line Out, Internal
  Symptom_Type: Only some of outputs are working
  Title: [Aspire 9800, Realtek ALC883, Line Out, Internal] Playback problem
  UpgradeStatus: Upgraded to saucy on 2013-10-19 (19 days ago)
  dmi.bios.date: 04/11/07
  dmi.board.name: Cheela
  dmi.chassis.vendor: Acer
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAcer:bvrI1.21:bd04/11/07:svnAcer:pnAspire9800:pvrPSB10U-SA10ES1:rvnAcer:rnCheela:rvrNotApplicable:cvnAcer:ct1:cvrN/A:
  dmi.product.name: Aspire 9800
  dmi.product.version: PSB10U-SA10ES1
  modified.conffile..etc.modprobe.d.blacklist.modem.conf: [deleted]
  mtime.conffile..etc.modprobe.d.alsa.base.conf: 2012-11-26T13:02:19.374725

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1249115/+subscriptions

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

Reply via email to