HifiBerry - WebGUI

Hello!

Today I downloaded the release from sourceforge and try to start the I2S module for my Hifiberry over the WebGUI.

The problem was that, I couldn’t figure out why, snd_soc_hifiberry_dac was not added to /etc/modules.

Best Regards

Florian

Hello!

I have added HiFiBerry DAC to my Raspberry PI. I don’t know where I can get the files, that I need to start I2S Driver. Because the activation using WebUI was not successful. It would be wonderful to find here a workaround description! Maybe something like copy these Files to this directory. Modify this config file like …

Kind Regards
ONormahl

Hello!

  1. Login to your raspberry with ssh (e.g. ssh pi@192.168.0.xxx)

  2. take a look at your /etc/modules (e.g. less /etc/modules) it should look like that

snd_soc_bcm2708
snd_soc_bcm2708_i2s
bcm2708_dmaengine
snd_soc_pcm5102a
snd_soc_hifiberry_dac

  1. if not… make it look like this with

cat >/etc/modules <<EOF
snd_soc_bcm2708
snd_soc_bcm2708_i2s
bcm2708_dmaengine
snd_soc_pcm5102a
snd_soc_hifiberry_dac
EOF

  1. do a reboot (e.g. sudo reboot)

  2. enjoy music!

Regards
Florian

Thanks! The original “modules” file has only one row with “snd_soc_bcm2708”…
Now it work’s fine!

Greetings
ONormahl

Yep didn’t notice that the modules name had changed… Anyway good work Florian!