I own a HifiBerry Digi+ which I intended to use on my RasPi B+. I tried some time, but without getting any tone out of it. I'm using the preconfigured image (OpenElec 4.1.6) I found here. The green LED on the Digi+ is on, but nothing else (Must there any light out of the optical socket?). I also checked the Toslink cable - this is OK.
Output in my dmesg:
[ 4.700960] bcm2708_rng_init=d8a9c000
[ 5.728915] bcm2708-i2s bcm2708-i2s.0: Failed to create debugfs directory
[ 5.754364] wm8804 1-003b: revision E
[ 5.758087] snd-hifiberry-digi snd-hifiberry-digi.0: wm8804-spdif <-> bcm2708-i2s.0 mapping ok
[ 5.773144] snd-rpi-hifiberry-dacplus snd-rpi-hifiberry-dacplus.0: ASoC: CODEC pcm512x.1-004d not registered
[ 5.773213] snd-rpi-hifiberry-dacplus snd-rpi-hifiberry-dacplus.0: snd_soc_register_card() failed: -517
[ 5.773249] platform snd-rpi-hifiberry-dacplus.0: Driver snd-rpi-hifiberry-dacplus requests probe deferral
Output of lsmod:
Module Size Used by
snd_soc_pcm512x_i2c 1481 0
snd_soc_hifiberry_dacplus 2059 0
snd_soc_pcm512x 6092 1 snd_soc_pcm512x_i2c
snd_soc_hifiberry_digi 2143 0
snd_soc_wm8804 6900 1
regmap_spi 1465 1 snd_soc_wm8804
regmap_i2c 1974 2 snd_soc_wm8804,snd_soc_pcm512x_i2c
snd_soc_bcm2708_i2s 5577 2
snd_soc_core 100601 5 snd_soc_pcm512x,snd_soc_wm8804,snd_soc_hifiberry_digi,snd_soc_hifiberry_dacplus,snd_soc_bcm2708_i2s
snd_compress 7084 1 snd_soc_core
snd_pcm_dmaengine 2927 1 snd_soc_core
regmap_mmio 2181 1 snd_soc_bcm2708_i2s
snd_pcm 62712 2 snd_soc_core,snd_pcm_dmaengine
snd_timer 17660 1 snd_pcm
snd 41549 4 snd_soc_core,snd_timer,snd_pcm,snd_compress
bcm2708_rng 808 0
The drivers are loaded and I did not saw any error message so far.
Can somebody help me out here? Any help is highly appreciated.
Man thanks in advance.
Best Regards,
thRaWn