Modifications

Sauter à la navigation Sauter à la recherche
1 645 octets ajoutés ,  4 avril 2015 à 20:09
aucun résumé de modification
Ligne 2 : Ligne 2 :     
{{traduction}}
 
{{traduction}}
 +
 +
== Configuration OpenElec ==
 +
{{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.
 +
 +
== Configuration de base du module ==
 +
Install the hifiberry and start your raspberry. The green light should turn on (if not there’s something wrong).
 +
SSH into your Raspberry.
 +
 +
Use the command
 +
 +
  cd .config/modules-load.d
 +
 +
Use the command
 +
 +
  nano hifiberry.conf
 +
 +
This opens an editor.
 +
Add the Code below on editorFor the HiFiBerry DAC+
 +
 +
  <nowiki>snd_soc_bcm2708_i2s
 +
bcm2708_dmaengine
 +
snd_soc_hifiberry_dacplus</nowiki>
 +
 +
For the HiFiBerry Digi/Digi+
 +
 +
  <nowiki>snd_soc_bcm2708_i2s
 +
bcm2708_dmaengine
 +
snd_soc_wm8804
 +
snd_soc_hifiberry_digi</nowiki>
 +
 +
Close the Editor and save the hifiberry.conf
 +
 +
== 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.
 +
 +
If you already have an advancedsettings.xml, just open it and add the code below.
 +
 +
<nowiki><advancedsettings>
 +
<video>
 +
<defaultplayer>dvdplayer</defaultplayer>
 +
<defaultdvdplayer>dvdplayer</defaultdvdplayer>
 +
</video>
 +
</advancedsettings></nowiki>
 +
 +
Copy\send {{đname|advancedsettings.xml}} file to {{fname|/storage/.xbmc/userdata/}}
 +
 +
== Disable LIRC ==
 +
 +
Create a new file named {{fname|disable-lirc.conf}}. In text editor, just put this simple line:
 +
 +
  blacklist lirc_rpi
 +
 +
Save, close, and make sure it as .conf extension
 +
 +
Copy/send {{fname|disable-lirc.conf}} file to {{fname|/storage/.config/modprobe.d/}}
 +
    
{{Rasp-HiFiBerry-OpenElec-TRAILER}}
 
{{Rasp-HiFiBerry-OpenElec-TRAILER}}
29 917

modifications

Menu de navigation