Modifications

Sauter à la navigation Sauter à la recherche
309 octets ajoutés ,  4 avril 2015 à 22:14
aucun résumé de modification
Ligne 5 : Ligne 5 :  
== Configuration OpenElec ==
 
== Configuration OpenElec ==
 
{{bloc-etroit|text=
 
{{bloc-etroit|text=
Thanks [https://www.hifiberry.com/forums/topic/success-with-openelec-4-1-6/page/2/ to our HiFiBerry user pauloaspo], here is a guide how to configure your DAC+ and Digi+ to work on OpenElec.}}
+
Un remerciement tout spécial à [https://www.hifiberry.com/forums/topic/success-with-openelec-4-1-6/page/2/ pauloaspo]. Voici un guide pour configurer votre DAC+ et Digi+ pour faire fonctionner OpenElec.}}
    
== Configuration de base du module ==
 
== Configuration de base du module ==
Install the hifiberry and start your raspberry. The green light should turn on (if not there’s something wrong).
+
Installez l'HiFiBerry et démarrez votre Raspberry. Le LED verte devrait s'allumer (si ce n'est pas le cas, c'est qu'il y a un problème).
SSH into your Raspberry.
     −
Use the command
+
Démarrez une ligne de commande sur votre Pi.
 +
 
 +
Nous allons nous rendre dans le répertoire {{fname|modules-load.d}} en utilisant la commande
    
   cd .config/modules-load.d
 
   cd .config/modules-load.d
   −
Use the command
+
Créez ensuite le fichier {{fname|hifiberry.conf}} avec la commande
    
   nano hifiberry.conf
 
   nano hifiberry.conf
   −
This opens an editor.
+
Ce qui ouvre l'éditeur Nano.
Add the Code below on editorFor the HiFiBerry DAC+
+
 
 +
Ajoutez le code ci-dessous pour le '''HiFiBerry DAC+'''
    
   <nowiki>snd_soc_bcm2708_i2s
 
   <nowiki>snd_soc_bcm2708_i2s
Ligne 26 : Ligne 28 :  
snd_soc_hifiberry_dacplus</nowiki>
 
snd_soc_hifiberry_dacplus</nowiki>
   −
For the HiFiBerry Digi/Digi+
+
Si vous avez HiFiBerry Digi/Digi+, il faudra ajouter le code ci-dessous
    
   <nowiki>snd_soc_bcm2708_i2s
 
   <nowiki>snd_soc_bcm2708_i2s
Ligne 33 : Ligne 35 :  
snd_soc_hifiberry_digi</nowiki>
 
snd_soc_hifiberry_digi</nowiki>
   −
Close the Editor and save the hifiberry.conf
+
Fermez l'éditeur en sauvant le contenu du fichier {{fname|hifiberry.conf}} avec (CTRL-X).
    
== Configure advancedsettings.xml ==
 
== Configure advancedsettings.xml ==
   −
Create a file named {{fname|advancedsettings.xml}} with the text editor. Make sure you renamed it with .xml extension, and don’t it leave with .txt extension.
+
Créez un fichier nommé {{fname|advancedsettings.xml}} avec l'éditeur de texte nano.  
 +
 
 +
Make sure you renamed it with .xml extension, and don’t it leave with .txt extension.
    
If you already have an advancedsettings.xml, just open it and add the code below.  
 
If you already have an advancedsettings.xml, just open it and add the code below.  
29 917

modifications

Menu de navigation