May 2017 update - No sound with PIFIDAC+ soundcard working before

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:

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.

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.