(Gelöst) Maxdata NB ECO 4100 IW: Kopfhörerbuchse funktioniert nicht

Status
Für weitere Antworten geschlossen.

Jacko

Moderator
AW: Maxdata NB ECO 4100 IW: Kopfhörerbuchse funktioniert nicht

Gut, nachdem Rain Maker das Kernel Problem schon mal freundlicher Weise erledigt hat (danke dafür) wollen wir wieder zur Soundkarte, oder?

Poste den Abschnitt "Module snd-hda-intel" aus der Datei
Code:
/usr/src/linux-2.6.16.21-0.25/Documentation/sound/alsa/ALSA-Configuration.txt

Grüße

Jacko
 

Michael

New Member
AW: Maxdata NB ECO 4100 IW: Kopfhörerbuchse funktioniert nicht

Hier der Auszug:

Code:
  Module snd-hda-intel
  --------------------

    Module for Intel HD Audio (ICH6, ICH6M, ICH7), ATI SB450,
               VIA VT8251/VT8237A

    model       - force the model name
    position_fix - Fix DMA pointer (0 = auto, 1 = none, 2 = POSBUF, 3 = FIFO siz
e)
    single_cmd  - Use single immediate commands to communicate with
                codecs (for debugging only)

    This module supports one card and autoprobe.

    Each codec may have a model table for different configurations.
    If your machine isn't listed there, the default (usually minimal)
    configuration is set up.  You can pass "model=<name>" option to
    specify a certain model in such a case.  There are different
    models depending on the codec chip.

          Model name    Description
          ----------    -----------
        ALC880
          3stack        3-jack in back and a headphone out
          3stack-digout 3-jack in back, a HP out and a SPDIF out
          5stack        5-jack in back, 2-jack in front
          5stack-digout 5-jack in back, 2-jack in front, a SPDIF out
          6stack        6-jack in back, 2-jack in front
          6stack-digout 6-jack with a SPDIF out
          w810          3-jack
          z71v          3-jack (HP shared SPDIF)
          asus          3-jack
          uniwill       3-jack
          F1734         2-jack
          lg            LG laptop (m1 express dual)
          lg-lw         LG LW20 laptop
          test          for testing/debugging purpose, almost all controls can b
e
                        adjusted.  Appearing only when compiled with
                        $CONFIG_SND_DEBUG=y
          auto          auto-config reading BIOS (default)

        ALC260
          hp            HP machines
          fujitsu       Fujitsu S7020
          acer          Acer TravelMate
          basic         fixed pin assignment (old default model)
          auto          auto-config reading BIOS (default)

        ALC262
          fujitsu       Fujitsu Laptop
          basic         fixed pin assignment w/o SPDIF
          auto          auto-config reading BIOS (default)

        ALC882/883/885
          3stack-dig    3-jack with SPDIF I/O
          6stck-dig     6-jack digital with SPDIF I/O
          auto          auto-config reading BIOS (default)

        ALC861
          3stack        3-jack
          3stack-dig    3-jack with SPDIF I/O
          6stack-dig    6-jack with SPDIF I/O
          auto          auto-config reading BIOS (default)

        CMI9880
          minimal       3-jack in back
          min_fp        3-jack in back, 2-jack in front
          full          6-jack in back, 2-jack in front
          full_dig      6-jack in back, 2-jack in front, SPDIF I/O
          allout        5-jack in back, 2-jack in front, SPDIF out
          auto          auto-config reading BIOS (default)

        AD1981
          basic         3-jack (default)
          hp            HP nx6320
          thinkpad      Lenovo Thinkpad T60/X60/Z60

        AD1986A
          6stack        6-jack, separate surrounds (default)
          3stack        3-stack, shared surrounds
          laptop        2-channel only (FSC V2060, Samsung M50)
          laptop-eapd   2-channel with EAPD (Samsung R65, ASUS A6J)

        AD1988
          6stack        6-jack
          6stack-dig    ditto with SPDIF
          3stack        3-jack
          3stack-dig    ditto with SPDIF
          laptop        3-jack with hp-jack automute
          laptop-dig    ditto with SPDIF
          auto          auto-confgi reading BIOS (default)

        STAC7661(?)
          vaio          Setup for VAIO FE550G/SZ110

    If the default configuration doesn't work and one of the above
    matches with your device, report it together with the PCI
    subsystem ID (output of "lspci -nv") to ALSA BTS or alsa-devel
    ML (see the section "Links and Addresses").

    Note 2: If you get click noises on output, try the module option
            position_fix=1 or 2.  position_fix=1 will use the SD_LPIB
            register value without FIFO size correction as the current
            DMA pointer.  position_fix=2 will make the driver to use
            the position buffer instead of reading SD_LPIB register.
            (Usually SD_LPLIB register is more accurate than the
            position buffer.)

    NB: If you get many "azx_get_response timeout" messages at
    loading, it's likely a problem of interrupts (e.g. ACPI irq
    routing).  Try to boot with options like "pci=noacpi".  Also, you
    can try "single_cmd=1" module option.  This will switch the
    communication method between HDA controller and codecs to the
    single immediate commands instead of CORB/RIRB.  Basically, the
    single command mode is provided only for BIOS, and you won't get
    unsolicited events, too.  But, at least, this works independently
    from the irq.  Remember this is a last resort, and should be
    avoided as much as possible...

    The power-management is supported.
 

Jacko

Moderator
AW: Maxdata NB ECO 4100 IW: Kopfhörerbuchse funktioniert nicht

Hallo Michael,

leider weiß ich nicht sicher, welchen Modelnamen wir verwenden müssen, daher musst Du vielleicht ein paar durchtesten. Ich beschreibe Dir aber genau, worauf Du achten musst und wie Du wieder sicher zu Deiner jetzigen Konfiguration zurück kommt, falls das alles nichts bringen sollte.

Ok, wir werden später ein paar Änderungen an der Datei /etc/modprobe.d/sound vornehmen, damit Du immer wieder zurück kannst, machen wir zuerst ein backup:
Code:
 cd /etc/modprobe.d
su
(Passwort)
cp sound /home/sound_backup
Das Backup sollte sich danach im Home Verzeichnis befinden. Von da kannst Du es (falls was schief gehen sollte - keine Sorge: mehr als Kein Ton kann es nicht werden) einfach wieder zurück kopieren.

Danach öffnest Du aus der (hoffentlich noch geöffneten Konsole -> also weiter als root) die obige Datei mit
Code:
kate sound
Bei mir sieht die Datei in etwa so aus:
sound schrieb:
alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel
Jetzt fügst Du eine neue Zeile unten dazu:
Code:
options snd-hda-intel model=3stack
Die Datei danach abspeichern, Kate schließen und danach in der Konsole
Code:
rcalsasound restart
Danach kannst Du mal testen, ob sich was verändert oder gar verbessert hat.
Wenn keine Verbesserung eintritt, dann liegt das wahrscheinlich daran, dass wir das falsche model angegeben haben (und ich noch nicht sicher sagen kann, welches das richtige für Dich ist). Das ist aber nicht schlimm, Du änderst die eingefügte Zeile einfach etwas ab. Möglichkeiten sind etwa:
Code:
options snd-hda-intel model=laptop
options snd-hda-intel model=w810
options snd-hda-intel model=z71v
options snd-hda-intel model=uniwill
options snd-hda-intel model=asus 
options snd-hda-intel model=basic
Vergesse nach einer Änderung das
Code:
rcalsasound restart
bitte nicht.

Sollte keine der Möglichkeiten irgendwas bringen, kannst Du einfach wieder die sound Datei durch dein Backup ersetzen und alles ist wieder wie voher.


Ich habe bei mir gerade mal das model "thinkpad" getestet, das hat soweit gut funktioniert. Zumindest gabs keine Fehlermeldungen und das Soundsystem funktioniert nicht schlechter als vorher *g*.

Es könnte auch möglich sein, dass die Modelle so aufgerufen werden, das ist also auch einen Versuch wert:
Code:
options snd-hda-intel model=ALC880
Sorry, mehr weiß ich dazu nicht, also: Give it a try!

Grüße

Jacko


Nachtrag: Hier hat übrigens der Eintrag
Code:
model=auto
geholfen, also vielleicht auch einen Test für Dich wert!
 

Michael

New Member
AW: Maxdata NB ECO 4100 IW: Kopfhörerbuchse funktioniert nicht

Yess! options snd-hda-intel model=w810 hat hingehauen!

Besten Dank für deine Gedult und Hilfe.

Ich wünsche ein schönes Wochenende!

Gruss,
Michael
 

Jacko

Moderator
AW: Maxdata NB ECO 4100 IW: Kopfhörerbuchse funktioniert nicht

Wunderbar! Viel Spaß ...

Operation gelungen, Patient lebt.

-> Geschlossen.

Grüße

Jacko
 
Status
Für weitere Antworten geschlossen.
Oben