Das scheint die Lösung für mein Problem zu sein. Punkt 1 verstehe ich noch aber bei Punkt 2 ich weiß nicht was ich machen muss.
Ich weiß nicht, wie ich einen Kernel konfiguriere? ...bitte unterstützt mich dabei.
Introduction Intel High Definition Audio (HD Audio, HDA, Azalia) is Intel's high-quality successor/alternative to the AC'97 codec. [edit] Configuration 1. Determine which codecs your cards have. It's not that unusual to have more than one sound card these days, since some graphics cards have an HDA audio chip for the HDMI output, so we grep for all codecs on all cards: grep Codec /proc/asound/card*/codec* You should see something like: /proc/asound/card0/codec#0:Codec: Analog Devices AD1986A /proc/asound/card1/codec#0:Codec: ATI R6xx HDMI In this case there are two different codecs, one on each card. 2. Configure the kernel. Linux Kernel Configuration: Sound card support Device Drivers ---> <*> Sound card support ---> <*> Advanced Linux Sound Architecture ---> [*] PCI sound devices ---> <*> Intel HD Audio ---> >>> Choose your codecs in here <<< And you're done!
Meine Ausgabe von: grep Codec /proc/asound/card*/codec*
/proc/asound/card0/codec#0:Codec: ATI R6xx HDMI
/proc/asound/card1/codec#0:Codec: IDT 92HD87B1/3
laptop:~$ make xconfig make: *** Keine Regel, um »xconfig« zu erstellen. Schluss. $ sudo make xconfig [sudo] password for : make: *** Keine Regel, um »xconfig« zu erstellen. Schluss. $ make menuconfig make: *** Keine Regel, um »menuconfig« zu erstellen. Schluss. $ make config make: *** Keine Regel, um »config« zu erstellen. Schluss. $ make xconfig Device Drivers make: *** Keine Regel, um »xconfig« zu erstellen. Schluss.
daran scheiter ich schon. Markkk,