Hi,
Since my last update my PIFIDAC+ soundcard doen’t work anymore but was perfectly working before.
For info it is mounted on a Raspberry Pi 3
I checked other posts and I’m configurated like this one:
I followed your steps but it took quite a bit more fiddling to get my exact same setup working. Found 09. How to make various DACs work · guussie/PiDS Wiki · GitHub which also didn’t work until I combined with your steps. It took a bunch of trial/error and I regression tested enough to know that what I did is the only way to make it all work:
a. edit /etc/modules which for my install was completely empty. “snd_bcm2835” wasn’t listed so I didn’t need to comment it out… Then I added the four line…
with:
/etc/modules
bcm2708_dmaengine
snd_soc_pcm512x
snd_soc_hifiberry_dacplus
snd_soc_bcm2708_i2s
/etc/asound.conf
pcm.!default {
type hw
card 0
}
ctl.!default {
type hw
card 0
}
/boot/config.txt=
gpu_mem_1024=256
hdmi_ignore_cec_init=1
disable_overscan=1
start_x=1
disable_splash=1
NOOBS Auto-generated Settings:
hdmi_force_hotplug=1
arm_freq=1000
core_freq=500
over_voltage=2
sdram_freq=500
gpu_mem_256=112
sdtv_aspect=1
gpu_mem_512=144
dtparam=i2c_arm=on
dtparam=i2s=on
dtoverlay=hifiberry-dacplus-overlay
dtparam=audio=off
dtoverlay=w1-gpio-pullup-overlay
When I go to the audio parameters no “ALSA: Default (snd_rpi_hifiberry_dacplus Analog)” appears in the list of outputs. Even after many reboots.
The only difference I have observed yet could be in the config.txt file the following line:
dtoverlay=w1-gpio-pullup-overlay but I’m not sure it comes from this point.
Is someone can help me. Thanks a lot
Try checking for updates again
Sam fixed this issue.
Toast
7 June 2017 17:25
3
Hi Sam,
I have just discovered that my hifiberry digi+ stopped being recognized after the may update.
I looked into the config.txt and the option dtoverlay=hifiberry-digi-overlay and dtparam=audio=off are there.
something has changed with this new kernel.
Fount this entry on boot:
[ 4.357919] snd-hifiberry-digi soc:sound: ASoC: CODEC DAI wm8804-spdif not registered - will retry
This message repeat a couple of times. There is no error message given. at least AFAIK.
Might wanna search the forum now and then to see if the same issue has popped up before
the kernel you want is 4.9.29-5 then everything will work again.
I ckecked for updates again and reinstalled them. It works perfectly fine. Thanks a lot for your reactivity.