Subject: Re: [alsa-devel] Support for Compal EL81 (Intel HDA/Realtek alc883) Date: lun 26 mar 07 02:56:53 +0200
Many thanks for your answer!
Quoting Takashi Iwai (tiwai@suse.de):
Most likely the pin configurations are completely different from other devices with ALC883. In such a case, we'd need to create another mixer elements and init verbs.
I see.
Please show /proc/asound/card0/codec#* files to figure out the default pin configs.
There are two of them I attach their contents here. Codec#1 appears to relate to the modem, for which I receive this message during boot:
si3054: cannot initialize. EXT MID = 0000
Also, build with --with-debug=detect, load with model=auto option, and check the kernel message. It will show the pin detection information.
I enabled the DEBUG_DETECT option from kernel configuration, and then loaded the module with this line:
modprobe snd_hda_intel model=auto
I hope this is what you meant. I got this output:
ACPI: PCI interrupt for device 0000:00:1b.0 disabled ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 22 (level, low) -> IRQ 22 PCI: Setting latency timer of device 0000:00:1b.0 to 64 codec_mask = 0x3 Searching for vendor id 10ec0883, revision id 100002 hda_codec: model 'auto' is selected autoconfig: line_outs=0 (0x0/0x0/0x0/0x0/0x0) speaker_outs=1 (0x14/0x0/0x0/0x0/0x0) hp_outs=1 (0x15/0x0/0x0/0x0/0x0) inputs: mic=0x18, fmic=0x0, line=0x0, fline=0x0, cd=0x0, aux=0x0 Searching for vendor id 11c11040, revision id 100200 si3054: cannot initialize. EXT MID = 0000 Link Frame Detect(FDT) is not ready (line status: 0000)
If you need something else, please ask!
Carlo