Gentoo Archives: gentoo-commits

From: "Davide Cendron (scen)" <scen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/it: alsa-guide.xml
Date: Tue, 01 Sep 2009 13:37:09
Message-Id: E1MiYMc-0001Bw-DB@stork.gentoo.org
1 scen 09/09/01 18:45:54
2
3 Modified: alsa-guide.xml
4 Log:
5 Version 2.25, revision 1.83 of EN CVS
6
7 Revision Changes Path
8 1.27 xml/htdocs/doc/it/alsa-guide.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/alsa-guide.xml?rev=1.27&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/alsa-guide.xml?rev=1.27&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/alsa-guide.xml?r1=1.26&r2=1.27
13
14 Index: alsa-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/it/alsa-guide.xml,v
17 retrieving revision 1.26
18 retrieving revision 1.27
19 diff -u -r1.26 -r1.27
20 --- alsa-guide.xml 5 Feb 2009 19:54:59 -0000 1.26
21 +++ alsa-guide.xml 1 Sep 2009 18:45:54 -0000 1.27
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/alsa-guide.xml,v 1.26 2009/02/05 19:54:59 scen Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/alsa-guide.xml,v 1.27 2009/09/01 18:45:54 scen Exp $ -->
27
28 <guide link = "/doc/it/alsa-guide.xml" lang="it">
29 <title>Guida ad ALSA su Gentoo Linux</title>
30 @@ -26,8 +26,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>2.24</version>
35 -<date>2009-01-26</date>
36 +<version>2.25</version>
37 +<date>2009-08-05</date>
38
39 <chapter>
40 <title>Introduzione</title>
41 @@ -304,7 +304,7 @@
42 Si entrerà in un'interfaccia a menù guidata che controllerà i dispositivi,
43 cercando di individuare la scheda sonora, la cui selezione verrà proposta
44 tramite un elenco. Successivamente verrà chiesta l'autorizzazione per effettuare
45 -i cambiamenti necessari a <path>/etc/modules.d/alsa</path>. Infine verrà
46 +i cambiamenti necessari a <path>/etc/modprobe.d/alsa.conf</path>. Infine verrà
47 impostato il volume in modo adeguato, eseguito <c>update-modules</c> ed avviato
48 il servizio <path>/etc/init.d/alsasound</path>. Dopo la chiusura di
49 <c>alsaconf</c>, si può procedere con l'impostazione dello script di avvio ALSA.
50 @@ -623,7 +623,7 @@
51
52 <p>
53 Un'altra causa di messaggi di errore simili a quello appena visto potrebbe
54 -essere un file in <path>/etc/modules.d</path> che fornisce un parametro
55 +essere un file in <path>/etc/modprobe.d</path> che fornisce un parametro
56 <c>device_mode</c> quando esso non è richiesto. Verificare che il problema
57 dipenda da ciò ed individuare il file colpevole.
58 </p>
59 @@ -633,7 +633,7 @@
60 # <i>dmesg | grep device_mode</i>
61 snd: Unknown parameter `device_mode'
62 <comment>(A questo punto, recuperare la fonte del problema)</comment>
63 -# <i>grep device_mode /etc/modules.d/*</i>
64 +# <i>grep device_mode /etc/modprobe.d/*</i>
65 </pre>
66
67 <p>
68 @@ -785,13 +785,14 @@
69 <p>
70 È possibile gestire contemporaneamente più schede audio nel proprio sistema,
71 grazie alla compilazione modulare di ALSA nel kernel. Basta specificare quale
72 -dev'essere avviata per prima tramite il file <path>/etc/modules.d/alsa</path>.
73 -In questo file le schede sono identificate tramite i nomi dei corrispondenti
74 -driver. 0 è la prima scheda, 1 la seconda, e così via. Viene proposto un esempio
75 -per un sistema con due schede sonore.
76 +dev'essere avviata per prima tramite il file
77 +<path>/etc/modprobe.d/alsa.conf</path>. In questo file le schede sono
78 +identificate tramite i nomi dei corrispondenti driver. 0 è la prima scheda, 1 la
79 +seconda, e così via. Viene proposto un esempio per un sistema con due schede
80 +sonore.
81 </p>
82
83 -<pre caption="Due schede sonore in /etc/modules.d/alsa">
84 +<pre caption="Due schede sonore in /etc/modprobe.d/alsa.conf">
85 options snd-emu10k1 index=0
86 options snd-via82xx index=1
87 </pre>
88 @@ -803,7 +804,7 @@
89 sono la stessa scheda Intel High Definition Audio.
90 </p>
91
92 -<pre caption="Schede sonore multiple in /etc/modules.d/alsa">
93 +<pre caption="Schede sonore multiple in /etc/modprobe.d/alsa.conf">
94 options snd-ymfpci index=0
95 options snd-hda-intel index=1,2
96 </pre>