i have the problem that the DAC+ is not listed as a soundcard
# aplay -l
aplay: device_list:252: no soundcards found...
I followed the https://www.hifiberry.com/guides/hifiberry-software-configuration/ here.
So i made some research, installed a fresh Raspbian (2014-12-24-wheezy-raspbian.img),
the image comes with firmware 3.12.35+
Then i followed the guide but without doing rpi-update, reboot
On bootup it says: FATAL: Module snd_soc_bcm2708 not found.
But that doesn´t seem like a Problem because the DAC is listed in aplay
# aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: sndrpihifiberry [snd_rpi_hifiberry_dacplus], device 0: HiFiBerry DAC+ HiFi pcm512x-hifi-0 []
Subdevices: 1/1
Subdevice #0: subdevice #0
Then i did rpi-update, firmware upgrade to 3.18.3+
reboot
and there is no soundcard again
# aplay -l
aplay: device_list:252: no soundcards found...
What can i do?