From: "Tobias Heinlein (keytoaster)" <keytoaster@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/de: alsa-guide.xml
Date: Sat, 15 Aug 2009 11:30:22 +0000 [thread overview]
Message-ID: <E1McHSo-0008JT-VT@stork.gentoo.org> (raw)
keytoaster 09/08/15 11:30:22
Modified: alsa-guide.xml
Log:
Sync to 1.83
Revision Changes Path
1.47 xml/htdocs/doc/de/alsa-guide.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/alsa-guide.xml?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/alsa-guide.xml?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/alsa-guide.xml?r1=1.46&r2=1.47
Index: alsa-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/de/alsa-guide.xml,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- alsa-guide.xml 12 Feb 2009 16:53:45 -0000 1.46
+++ alsa-guide.xml 15 Aug 2009 11:30:22 -0000 1.47
@@ -1,9 +1,9 @@
<?xml version='1.0' encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/alsa-guide.xml,v 1.46 2009/02/12 16:53:45 micm Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/alsa-guide.xml,v 1.47 2009/08/15 11:30:22 keytoaster Exp $ -->
-<!-- English CVS Version: 1.81 -->
+<!-- English CVS Version: 1.83 -->
<guide link="/doc/de/alsa-guide.xml" lang="de">
<title>Gentoo Linux: ALSA-Leitfaden</title>
@@ -36,8 +36,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>2.24</version>
-<date>2009-01-26</date>
+<version>2.25</version>
+<date>2009-08-05</date>
<chapter>
<title>Einführung</title>
@@ -319,8 +319,8 @@
Ihre Geräte abfragen wird und Ihre Soundkarte herausfinden wird. Sie werden
gebeten, Ihre Soundkarte aus einer Liste auszuwählen. Sobald das erledigt ist,
wird es Sie um die Berechtigung bitten, automatisch die notwendigen Änderungen
-an <path>/etc/modules.d/alsa</path> vorzunehmen. Dann wird es Ihre Lautstärke
-optimal einstellen, <c>update-modules</c> ausführen und den Dienst
+an <path>/etc/modprobe.d/alsa.conf</path> vornehmen zu dürfen. Dann wird es Ihre
+Lautstärke optimal einstellen, <c>update-modules</c> ausführen und den Dienst
<path>/etc/init.d/alsasound</path> starten. Sobald <c>alsaconf</c> beendet ist,
können Sie mit dem ALSA-Initskript fortfahren.
</p>
@@ -652,7 +652,7 @@
<p>
Ein weiterer Grund für Fehlermeldung ähnlich der obigen könnte eine Datei in
-<path>/etc/modules.d</path> sein, die einen <c>device_mode</c> Parameter
+<path>/etc/modprobe.d</path> sein, die einen <c>device_mode</c> Parameter
liefert, wenn dieser nicht benötigt wird. Finden Sie heraus, dass dies in der
Tat der Fall ist, finden Sie die schuldige Datei.
</p>
@@ -662,7 +662,7 @@
# <i>dmesg | grep device_mode</i>
snd: Unknown parameter `device_mode'
<comment>(Nun, um die Ursache des Problems ausfinding zu machen)</comment>
- # <i>grep device_mode /etc/modules.d/*</i>
+ # <i>grep device_mode /etc/modprobe.d/*</i>
</pre>
<p>
@@ -824,13 +824,13 @@
<p>
Sie können mehr als eine Soundkarte gleichzeitig in Ihrem System haben,
vorausgesetzt Sie haben ALSA in Ihrem Kernel als Module gebaut. Sie müssen
-lediglich in <path>/etc/modules.d/alsa</path> angeben, welche zuerst gestartet
-werden soll. Ihre Karten werden in dieser Datei durch ihren Treibernamen
-identifiziert. 0 ist die erste Karte, 1 ist die zweite, und so weiter. Hier ist
-ein Beispiel für ein System mit zwei Soundkarten.
+lediglich in <path>/etc/modprobe.d/alsa.conf</path> angeben, welche zuerst
+gestartet werden soll. Ihre Karten werden in dieser Datei durch ihren
+Treibernamen identifiziert. 0 ist die erste Karte, 1 ist die zweite, und so
+weiter. Hier ist ein Beispiel für ein System mit zwei Soundkarten.
</p>
-<pre caption="Zwei Soundkarten in /etc/modules.d/alsa">
+<pre caption="Zwei Soundkarten in /etc/modprobe.d/alsa.conf">
options snd-emu10k1 index=0
options snd-via82xx index=1
</pre>
@@ -842,7 +842,7 @@
ihnen die gleiche Intel High Definition Audio Karte sind.
</p>
-<pre caption="Mehrere Soundkarten in /etc/modules.d/alsa">
+<pre caption="Mehrere Soundkarten in /etc/modprobe.d/alsa.conf">
options snd-ymfpci index=0
options snd-hda-intel index=1,2
</pre>
next reply other threads:[~2009-08-15 11:30 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-15 11:30 Tobias Heinlein (keytoaster) [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-02-20 20:49 [gentoo-commits] gentoo commit in xml/htdocs/doc/de: alsa-guide.xml Tobias Heinlein (keytoaster)
2011-11-27 11:05 Tobias Heinlein (keytoaster)
2009-02-12 16:53 Michael MAnch (micm)
2008-03-21 14:34 Tobias Heinlein (keytoaster)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1McHSo-0008JT-VT@stork.gentoo.org \
--to=keytoaster@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox