Hallo ☺
Ich habe gerade den Original-Treiber von Realtec für den HDA-Chipsatz ALC888 gefunden. http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&PNid=24&PFid=24&Level=4&Conn=3&DownTypeID=3&GetDown=false#2 Da ich das Problem habe, das weder das eingebaute Microfon funktioniert (die eingebaute Webcam hingegen schon) und auch kein externes Microfon. Dies hat ab und an mal geklappt wenn ich im Terminal "alsamixer" aufgerufen habe und dort unter Input Source beides auf Ext Mic gestellt habe. Dies klappt mittlerweile jedoch gar nicht mehr. Den Tipp aus dem Wiki habe ich ausprobiert, dann bekomme ich im PulseAudio-Lautstärleregler zwar 2 Optionen angezeigt (Mic 1&2 bzw. Line In als Aufnahmequelle), es geht jedoch trotzdem nicht.
Daher wollte ich nun gerne mal den Originaltreiber von Realtek ausprobieren. Jedoch scheitere ich an der Installation. Ich gehe das ganze einfach mal chronologisch durch, was ich gemacht habe.
Zunächst stand da:
Note: Ubuntu OS, please use manual install. Run commands need to add sudo at first words.
Dann die folgenden Schritte, wie man das ganze manuell machen soll:
Manual install: Step 1. unzip source code tar xfvj alsa-driver-1.0.xx.tar.bz2 Step 2. Turn on sound support from kernel config (soundcore module, default turn on) Step 3. Complied source code a. cd alsa-driver-1.0.xx b. ./configure (--with-cards=hda-intel)<= for HDA options c. make d. make install e. alsaconf Step 4. Edit your /etc/modules.conf or conf.modules depending on the distribution (Please refer to the attached modules.conf) snd-xxxx is the card ID. -- Azalia controller --ALC880 ALC882 ALC260 ALC262 ALC883 ALC885 ALC888 --- Intel ICH6 ICH7 --------- snd-hda-intel -- AC97 controller --ALC655 ALC650 ALC250 ALC255 --- Intel ICH6 ICH7 , SiS 7012 and NVidia---------- snd-intel8x0 --- Via8233 Via686a ------------------------------- snd-via82xx --- ATI Chipset ------------------------------- snd-atiixp Copy and paste this to the bottom of your /etc/modules.conf or /etc/modprobe.conf file. # ALSA portion alias char-major-116 snd alias snd-card-0 snd-xxxx # OSS/Free portion alias char-major-14 soundcore alias sound-slot-0 snd-card-0 # card #1 alias sound-service-0-0 snd-mixer-oss alias sound-service-0-1 snd-seq-oss alias sound-service-0-3 snd-pcm-oss alias sound-service-0-8 snd-seq-oss alias sound-service-0-12 snd-pcm-oss Step 5. reboot your machine Step 6. Use the alsamixer the disable mute (All audio line default is mute) Must to compile and to install the ALSA library and utility. (Use automatic install is already install) excute alsamixer Note: 1. The most detail information, can refer the alsa-kernel/Documenttation/ALSA-Configuration.txt in the azx-021705.tar.bz2. 2. Kernel Version must be 2.6 or later. 3. All mixer channels are muted by default. You must use a native or OSS mixer program to unmute appropriate channels. 4. If can not compile the source code, try to rename the /usr/src/linux-2.x -> /usr/src/linux. 5. The driver added to support the SPDIF functoin. 6. a. You can download the alsa-lib-1.0.x and alsa-utils-1.0.x form the www.alsa-project.org, then unzip and install them. b. Suggest use "alsamixer" to control mixer function. c. Used "alsaconf" can autodetect which drive you need to install (step 4). 7. SUSE Distribution must install the ncurses package.
Bei Step 3.b komme ich nicht mehr weiter. Sobald ich
sudo make
eingebe, erscheint die Meldung im Terminal:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | schweegi@schweegi-laptop:~/Desktop/realtek-linux-audiopack-5.14/alsa-driver-1.0.22$ sudo make make dep make[1]: Betrete Verzeichnis '/home/schweegi/Desktop/realtek-linux-audiopack-5.14/alsa-driver-1.0.22' make[2]: Betrete Verzeichnis '/home/schweegi/Desktop/realtek-linux-audiopack-5.14/alsa-driver-1.0.22/include' make -C sound prepare make[3]: Betrete Verzeichnis '/home/schweegi/Desktop/realtek-linux-audiopack-5.14/alsa-driver-1.0.22/include/sound' make prepare2 make[4]: Betrete Verzeichnis '/home/schweegi/Desktop/realtek-linux-audiopack-5.14/alsa-driver-1.0.22/include/sound' cp ../../alsa-kernel/include/ac97_codec.h . patch -p0 -i ac97_codec.patch ac97_codec.h make[4]: patch: Kommando nicht gefunden make[4]: *** [ac97_codec.h] Fehler 127 make[4]: Verlasse Verzeichnis '/home/schweegi/Desktop/realtek-linux-audiopack-5.14/alsa-driver-1.0.22/include/sound' make[3]: *** [prepare] Fehler 2 make[3]: Verlasse Verzeichnis '/home/schweegi/Desktop/realtek-linux-audiopack-5.14/alsa-driver-1.0.22/include/sound' make[2]: *** [prepare] Fehler 2 make[2]: Verlasse Verzeichnis '/home/schweegi/Desktop/realtek-linux-audiopack-5.14/alsa-driver-1.0.22/include' make[1]: *** [dep] Fehler 1 make[1]: Verlasse Verzeichnis '/home/schweegi/Desktop/realtek-linux-audiopack-5.14/alsa-driver-1.0.22' make: *** [include/sndversions.h] Fehler 2 schweegi@schweegi-laptop:~/Desktop/realtek-linux-audiopack-5.14/alsa-driver-1.0.22$ |
Auch wenn ich make install anschließend hinzufüge, bekomme ich nur Fehler. Was mache ich falsch? Die Klammer hinter Step 3.b (nach ./configure) habe ich ignoriert, da ich damit nichts anfangen konnte.
Wäre super wenn ihr mir helfen könntet ☺ Bevor die neue 10.04 erscheint, möchte ich das gerne jetzt testen ob das geht.