Sophie

Sophie

distrib > * > 2010.0 > * > by-pkgid > a412ceb851151854794ced2a242192bb > files > 1541

howto-html-fr-20080722-1mdv2010.0.noarch.rpm

<html><head><META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>2.&nbsp;La carte son int&eacute;gr&eacute;e</title><link href="style.css" rel="stylesheet" type="text/css"><meta content="DocBook XSL Stylesheets V1.68.1" name="generator"><link rel="start" href="index.html" title="

Guide pratique d'utilisation de la carte m&egrave;re Elite K7s5a sous Linux

"><link rel="up" href="index.html" title="

Guide pratique d'utilisation de la carte m&egrave;re Elite K7s5a sous Linux

"><link rel="prev" href="ar01s01.html" title="1.&nbsp;Introduction"><link rel="next" href="ar01s03.html" title="3.&nbsp;Les capteurs de la carte m&egrave;re"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">2.&nbsp;La carte son int&eacute;gr&eacute;e</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="ar01s01.html">Pr&eacute;c&eacute;dent</a>&nbsp;</td><th align="center" width="60%">&nbsp;</th><td align="right" width="20%">&nbsp;<a accesskey="n" href="ar01s03.html">Suivant</a></td></tr></table><hr></div><div class="sect1" lang="fr"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="N10035"></a>2.&nbsp;La carte son int&eacute;gr&eacute;e</h2></div></div></div><div class="sect2" lang="fr"><div class="titlepage"><div><div><h3 class="title"><a name="N10038"></a>2.1.&nbsp;Obtention des pilotes</h3></div></div></div><p>

Donc nous allons compiler les sources r&eacute;centes d'alsa, qui devrait 
fonctionner de la m&ecirc;me mani&egrave;re sur les autres distrib... Seulement les 
sources du noyau changeront puisque mandrake a ses propres patches. Vous 
pouvez obtenir ces sources sur le cd ou un ftp de votre distribution ou 
de <a href="http://www.kernel.org/pub/linux/kernel/" target="_top">http://www.kernel.org</a>. 
Ici, on pourra trouver les sources du noyau Mandrake utilis&eacute; sous 
8.0&nbsp;: <a href="ftp://ftp.univ-savoie.fr/pub/Linux/Mandrake/8.0/i586/Mandrake/RPMS/kernel-source-2.4.3-20mdk.i586.rpm" target="_top">ftp://ftp.univ-savoie.fr/pub/Linux/Mandrake/8.0/i586/Mandrake/RPMS/kernel-source-2.4.3-20mdk.i586.rpm</a>

</p><p>

il vous faudra aussi les pilotes d'alsa&nbsp;: <a href="ftp://ftp.alsa-project.org/pub/driver/alsa-driver-0.9.0beta10.tar.bz2" target="_top">ftp://ftp.alsa-project.org/pub/driver/alsa-driver-0.9.0beta10.tar.bz2</a>.

</p></div><div class="sect2" lang="fr"><div class="titlepage"><div><div><h3 class="title"><a name="N10049"></a>2.2.&nbsp;Installation</h3></div></div></div><p>

Installez vos sources du noyau, dans mon cas&nbsp;:

</p><pre class="programlisting">
rpm -ivh kernel-source-2.4.3-20mdk.i586.rpm
</pre><p>

Puis d&eacute;compressez les pilotes alsa&nbsp;:

</p><pre class="programlisting">
bzip2 -d alsa-driver-0.9.0beta10.tar.bz2 &amp;&amp; \
    tar -xvf alsa-driver-0.9.0beta10.tar
</pre><p>

les compiler, les installer, et cr&eacute;er les fichiers de p&eacute;riph&eacute;riques dans 
<code class="filename">/dev</code>.

</p><pre class="programlisting">
cd alsa-driver-0.9.0beta10 &amp;&amp; \
    make install &amp;&amp; ./snddevices
</pre><p>

&Eacute;ditez /etc/modules.conf pour tout r&eacute;gler en y ajoutant ces 
lignes&nbsp;:

</p><pre class="programlisting">
alias char-major-116 snd
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
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
alias snd-card-0 snd-card-intel8x0
</pre></div></div><div class="navfooter"><hr><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="ar01s01.html">Pr&eacute;c&eacute;dent</a>&nbsp;</td><td align="center" width="20%">&nbsp;</td><td align="right" width="40%">&nbsp;<a accesskey="n" href="ar01s03.html">Suivant</a></td></tr><tr><td valign="top" align="left" width="40%">1.&nbsp;Introduction&nbsp;</td><td align="center" width="20%"><a accesskey="h" href="index.html">Sommaire</a></td><td valign="top" align="right" width="40%">&nbsp;3.&nbsp;Les capteurs de la carte m&egrave;re</td></tr></table></div></body></html>