Gentoo Archives: gentoo-doc-cvs

From: Shyam Mani <fox2mike@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: alsa-guide.xml
Date: Mon, 01 May 2006 05:52:22
Message-Id: 20060501055231.DA23A64403@smtp.gentoo.org
1 fox2mike 06/05/01 05:52:31
2
3 Modified: alsa-guide.xml
4 Log:
5 Fixes for Bug 111387
6
7 Revision Changes Path
8 1.66 xml/htdocs/doc/en/alsa-guide.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/alsa-guide.xml?rev=1.66&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/alsa-guide.xml?rev=1.66&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/alsa-guide.xml.diff?r1=1.65&r2=1.66&cvsroot=gentoo
13
14 Index: alsa-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v
17 retrieving revision 1.65
18 retrieving revision 1.66
19 diff -u -r1.65 -r1.66
20 --- alsa-guide.xml 25 Mar 2006 06:59:01 -0000 1.65
21 +++ alsa-guide.xml 1 May 2006 05:52:31 -0000 1.66
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v 1.65 2006/03/25 06:59:01 fox2mike Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v 1.66 2006/05/01 05:52:31 fox2mike Exp $ -->
26
27 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
28
29 @@ -18,8 +18,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>2.11</version>
34 -<date>2006-03-25</date>
35 +<version>2.12</version>
36 +<date>2006-05-01</date>
37
38 <chapter>
39 <title>Introduction</title>
40 @@ -789,6 +789,27 @@
41 # <i>rm -rf /lib/modules/KERNELVER/alsa-driver</i>
42 </pre>
43
44 +<p>
45 +Another reason for error messages similar to the ones above could be a file in
46 +<path>/etc/modules.d</path> supplying a <c>device_node</c> parameter when it
47 +isn't required. Confirm that this is indeed the issue and find out which file
48 +is the culprit.
49 +</p>
50 +
51 +<pre caption="Confirming and searching for device_node">
52 +<comment>(Check dmesg to confirm)</comment>
53 +# <i>dmesg | grep device_mode</i>
54 +snd: Unknown parameter `device_mode'
55 +<comment>(Now, to get to the source of the issue)</comment>
56 +# <i>grep device_mode /etc/modules.d/*</i>
57 +</pre>
58 +
59 +<p>
60 +Usually it is a file called <path>alsa</path> with the line <c>options snd
61 +device_mode=0666</c>. Remove this line and restart the alsasound service and
62 +that should take care of this issue.
63 +</p>
64 +
65 </body>
66 </section>
67 </chapter>
68
69
70
71 --
72 gentoo-doc-cvs@g.o mailing list