* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: alsa-guide.xml
@ 2009-01-26 9:13 Joshua Saddler (nightmorph)
0 siblings, 0 replies; 6+ messages in thread
From: Joshua Saddler (nightmorph) @ 2009-01-26 9:13 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 09/01/26 09:13:56
Modified: alsa-guide.xml
Log:
removed deprecated udevstart paragraph, bug 251899
Revision Changes Path
1.82 xml/htdocs/doc/en/alsa-guide.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/alsa-guide.xml?rev=1.82&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/alsa-guide.xml?rev=1.82&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/alsa-guide.xml?r1=1.81&r2=1.82
Index: alsa-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- alsa-guide.xml 5 Mar 2008 09:16:49 -0000 1.81
+++ alsa-guide.xml 26 Jan 2009 09:13:56 -0000 1.82
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v 1.81 2008/03/05 09:16:49 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v 1.82 2009/01/26 09:13:56 nightmorph Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
@@ -24,8 +24,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>2.23</version>
-<date>2008-03-05</date>
+<version>2.24</version>
+<date>2009-01-26</date>
<chapter>
<title>Introduction</title>
@@ -377,14 +377,6 @@
# <i>alsamixer</i>
</pre>
-<impo>
-If you have issues starting up <c>alsamixer</c> and get errors such as
-alsamixer: function snd_ctl_open failed for default: No such file or directory,
-this is usually an issue with udev setting up the devices. Run <c>killall
-udevd; udevstart</c> to reload <path>/dev</path> entries and fire up
-<c>alsamixer</c>. It should solve the issue.
-</impo>
-
<p>
This is how the ALSA Mixer <e>might</e> look the first time you open it. Pay
attention to the Master and PCM channels which both have an MM below them.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: alsa-guide.xml
@ 2009-08-05 15:43 Joshua Saddler (nightmorph)
0 siblings, 0 replies; 6+ messages in thread
From: Joshua Saddler (nightmorph) @ 2009-08-05 15:43 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 09/08/05 15:43:12
Modified: alsa-guide.xml
Log:
Update alsa guide for the modprobe.d switch. thanks to ssuominen for the patch. bug 280468
Revision Changes Path
1.83 xml/htdocs/doc/en/alsa-guide.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/alsa-guide.xml?rev=1.83&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/alsa-guide.xml?rev=1.83&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/alsa-guide.xml?r1=1.82&r2=1.83
Index: alsa-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- alsa-guide.xml 26 Jan 2009 09:13:56 -0000 1.82
+++ alsa-guide.xml 5 Aug 2009 15:43:12 -0000 1.83
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v 1.82 2009/01/26 09:13:56 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v 1.83 2009/08/05 15:43:12 nightmorph Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
@@ -24,8 +24,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>Introduction</title>
@@ -295,7 +295,7 @@
You will now see a neat menu guided interface that will automatically probe
your devices and try to find out your sound card. You will be asked to pick
your sound card from a list. Once that's done, it will ask you permission to
-automatically make required changes to <path>/etc/modules.d/alsa</path>.
+automatically make required changes to <path>/etc/modprobe.d/alsa.conf</path>.
It will then adjust your volume settings to optimum levels, run
<c>update-modules</c> and start the <path>/etc/init.d/alsasound</path> service.
Once <c>alsaconf</c> exits, you can proceed with setting up the ALSA
@@ -617,7 +617,7 @@
<p>
Another reason for error messages similar to the ones above could be a file in
-<path>/etc/modules.d</path> supplying a <c>device_mode</c> parameter when it
+<path>/etc/modprobe.d</path> supplying a <c>device_mode</c> parameter when it
isn't required. Confirm that this is indeed the issue and find out which file
is the culprit.
</p>
@@ -627,7 +627,7 @@
# <i>dmesg | grep device_mode</i>
snd: Unknown parameter `device_mode'
<comment>(Now, to get to the source of the issue)</comment>
-# <i>grep device_mode /etc/modules.d/*</i>
+# <i>grep device_mode /etc/modprobe.d/*</i>
</pre>
<p>
@@ -783,12 +783,12 @@
<p>
You can have more than one sound card in your system simultaneously, provided
that you have built ALSA as modules in your kernel. You just need to specify
-which should be started first in <path>/etc/modules.d/alsa</path>. Your cards
+which should be started first in <path>/etc/modprobe.d/alsa.conf</path>. Your cards
are identified by their driver names inside this file. 0 is the first card, 1 is
the second, and so on. Here's an example for a system with two sound cards.
</p>
-<pre caption="Two sound cards in /etc/modules.d/alsa">
+<pre caption="Two sound cards in /etc/modprobe.d/alsa.conf">
options snd-emu10k1 index=0
options snd-via82xx index=1
</pre>
@@ -799,7 +799,7 @@
sound cards, two of which are the same Intel High Definition Audio card.
</p>
-<pre caption="Multiple sound cards in /etc/modules.d/alsa">
+<pre caption="Multiple sound cards in /etc/modprobe.d/alsa.conf">
options snd-ymfpci index=0
options snd-hda-intel index=1,2
</pre>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: alsa-guide.xml
@ 2012-02-13 8:33 Joshua Saddler (nightmorph)
0 siblings, 0 replies; 6+ messages in thread
From: Joshua Saddler (nightmorph) @ 2012-02-13 8:33 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 12/02/13 08:33:31
Modified: alsa-guide.xml
Log:
remove more alsa-driver cruft, leaving only the section on switching from alsa-driver to in-kernel, since alsa-driver is masked for removal from Portage
Revision Changes Path
1.85 xml/htdocs/doc/en/alsa-guide.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/alsa-guide.xml?rev=1.85&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/alsa-guide.xml?rev=1.85&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/alsa-guide.xml?r1=1.84&r2=1.85
Index: alsa-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- alsa-guide.xml 4 Sep 2011 17:53:40 -0000 1.84
+++ alsa-guide.xml 13 Feb 2012 08:33:31 -0000 1.85
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v 1.84 2011/09/04 17:53:40 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v 1.85 2012/02/13 08:33:31 nightmorph Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
@@ -24,8 +24,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>2.25</version>
-<date>2009-08-05</date>
+<version>3</version>
+<date>2012-02-13</date>
<chapter>
<title>Introduction</title>
@@ -34,11 +34,11 @@
<body>
<p>
-ALSA, which stands for <e>Advanced Linux Sound Architecture</e>, provides
-audio and MIDI (<e>Musical Instrument Digital Interface</e>) functionality to
-the Linux operating system. ALSA is the default sound subsystem in the 2.6
-kernel thereby replacing OSS (<e>Open Sound System</e>), which was used in the
-2.4 kernels.
+ALSA, which stands for <e>Advanced Linux Sound Architecture</e>, provides audio
+and MIDI (<e>Musical Instrument Digital Interface</e>) functionality to the
+Linux operating system. ALSA is the default sound subsystem in the 3.0 and 2.6
+kernels, thereby replacing OSS (<e>Open Sound System</e>), which was used in
+the 2.4 kernels.
</p>
<p>
@@ -51,28 +51,6 @@
</body>
</section>
-<section>
-<title>ALSA on Gentoo</title>
-<body>
-
-<p>
-Historically, Gentoo offered two ways to get ALSA up and running: the
-<e>in-kernel</e> driver and the external <c>alsa-driver</c> package. The two
-solutions essentially do the same thing; this made supporting the external
-package extremely difficult and time-consuming. The Gentoo maintainers decided
-to discontinue support for the <c>alsa-driver</c> package, concentrating their
-resources on the ALSA drivers available within the Linux kernel. This guide will
-focus solely on configuring ALSA via the in-kernel driver.
-</p>
-
-<p>
-If you still require the <c>alsa-driver</c> package, please email the <mail
-link="alsa-bugs@gentoo.org">Gentoo ALSA maintainers</mail> with why the
-in-kernel drivers don't work for you. Be sure to include detailed error logs.
-</p>
-
-</body>
-</section>
</chapter>
<chapter>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: alsa-guide.xml
@ 2012-05-27 18:52 Agostino Sarubbo (ago)
0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-05-27 18:52 UTC (permalink / raw
To: gentoo-doc-cvs
ago 12/05/27 18:52:32
Modified: alsa-guide.xml
Log:
Version 3.1, fix typo regarding kernel: from 3.0 to 3.x
Revision Changes Path
1.86 xml/htdocs/doc/en/alsa-guide.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/alsa-guide.xml?rev=1.86&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/alsa-guide.xml?rev=1.86&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/alsa-guide.xml?r1=1.85&r2=1.86
Index: alsa-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- alsa-guide.xml 13 Feb 2012 08:33:31 -0000 1.85
+++ alsa-guide.xml 27 May 2012 18:52:32 -0000 1.86
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v 1.85 2012/02/13 08:33:31 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v 1.86 2012/05/27 18:52:32 ago Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
@@ -24,8 +24,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>3</version>
-<date>2012-02-13</date>
+<version>3.1</version>
+<date>2012-05-27</date>
<chapter>
<title>Introduction</title>
@@ -36,7 +36,7 @@
<p>
ALSA, which stands for <e>Advanced Linux Sound Architecture</e>, provides audio
and MIDI (<e>Musical Instrument Digital Interface</e>) functionality to the
-Linux operating system. ALSA is the default sound subsystem in the 3.0 and 2.6
+Linux operating system. ALSA is the default sound subsystem in the 3.x and 2.6
kernels, thereby replacing OSS (<e>Open Sound System</e>), which was used in
the 2.4 kernels.
</p>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: alsa-guide.xml
@ 2012-05-27 22:21 Joshua Saddler (nightmorph)
0 siblings, 0 replies; 6+ messages in thread
From: Joshua Saddler (nightmorph) @ 2012-05-27 22:21 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 12/05/27 22:21:53
Modified: alsa-guide.xml
Log:
fix version bump
Revision Changes Path
1.87 xml/htdocs/doc/en/alsa-guide.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/alsa-guide.xml?rev=1.87&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/alsa-guide.xml?rev=1.87&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/alsa-guide.xml?r1=1.86&r2=1.87
Index: alsa-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- alsa-guide.xml 27 May 2012 18:52:32 -0000 1.86
+++ alsa-guide.xml 27 May 2012 22:21:53 -0000 1.87
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v 1.86 2012/05/27 18:52:32 ago Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v 1.87 2012/05/27 22:21:53 nightmorph Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
@@ -24,7 +24,7 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>3.1</version>
+<version>4</version>
<date>2012-05-27</date>
<chapter>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: alsa-guide.xml
@ 2013-02-23 18:20 Sven Vermeulen (swift)
0 siblings, 0 replies; 6+ messages in thread
From: Sven Vermeulen (swift) @ 2013-02-23 18:20 UTC (permalink / raw
To: gentoo-doc-cvs
swift 13/02/23 18:20:55
Modified: alsa-guide.xml
Log:
Fix bug #454394 - Update guide to remove 2.6-only references (doc was originally written for 2.4 and 2.6 kernels)
Revision Changes Path
1.89 xml/htdocs/doc/en/alsa-guide.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/alsa-guide.xml?rev=1.89&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/alsa-guide.xml?rev=1.89&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/alsa-guide.xml?r1=1.88&r2=1.89
Index: alsa-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- alsa-guide.xml 24 Jul 2012 12:12:51 -0000 1.88
+++ alsa-guide.xml 23 Feb 2013 18:20:55 -0000 1.89
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v 1.88 2012/07/24 12:12:51 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v 1.89 2013/02/23 18:20:55 swift Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
@@ -24,8 +24,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>5</version>
-<date>2012-07-24</date>
+<version>6</version>
+<date>2013-02-23</date>
<chapter>
<title>Introduction</title>
@@ -121,12 +121,6 @@
<title>Configuring the kernel</title>
<body>
-<note>
-Since the 2005.0 release, Gentoo Linux uses 2.6 as the default kernel. Please
-check that your kernel is a 2.6 series kernel. This method will <e>not</e> work
-on a 2.4 kernel.
-</note>
-
<p>
Let us now configure the kernel to enable ALSA.
</p>
@@ -148,7 +142,7 @@
</note>
<p>
-Now we will look at some of the options we will have to enable in the 2.6
+Now we will look at some of the options we will have to enable in the
kernel to ensure proper ALSA support for our sound card.
</p>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-02-23 18:20 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-26 9:13 [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: alsa-guide.xml Joshua Saddler (nightmorph)
-- strict thread matches above, loose matches on Subject: below --
2009-08-05 15:43 Joshua Saddler (nightmorph)
2012-02-13 8:33 Joshua Saddler (nightmorph)
2012-05-27 18:52 Agostino Sarubbo (ago)
2012-05-27 22:21 Joshua Saddler (nightmorph)
2013-02-23 18:20 Sven Vermeulen (swift)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox