I'm trying to get a DAC+ADC Pro up and running with a Raspberry 3 Board with a Raspbian dist with Kernel 4.19. The board is recognized and supported when booting the current Hifiberry OS on the same hardware, so the hardware setup should be fine.
When i boot the Raspbian dist with Kernel 4.19 though the soundcard is not recognized when checking this with aplay.
I've run the Hifiberry check-system script and get the following output:
Kernel: 4.19.127-16-gb1425b1
PRETTY_NAME="Raspbian GNU/Linux 9 (stretch)"
NAME="Raspbian GNU/Linux"
VERSION_ID="9"
VERSION="9 (stretch)"
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
snd_soc_bcm2708 missing in /etc/modules
snd_soc_bcm2708 module not loaded
snd_soc_bcm2708_i2s missing in /etc/modules
snd_soc_bcm2708_i2s module not loaded
bcm2708_dmaengine missing in /etc/modules
bcm2708_dmaengine module not loaded
snd_soc_pcm5102a missing in /etc/modules
snd_soc_pcm5102a module not loaded
snd_soc_hifiberry_dac missing in /etc/modules
snd_soc_hifiberry_dac module not loaded
module file /lib/modules/4.19.127-16-gb1425b1/kernel/drivers/dma/bcm2708-dmaengine.ko not found
module file /lib/modules/4.19.127-16-gb1425b1/kernel/sound/soc/bcm/snd-soc-bcm2708-i2s.ko not found
module file /lib/modules/4.19.127-16-gb1425b1/kernel/sound/soc/bcm/snd-soc-hifiberry-dac.ko not found
module file /lib/modules/4.19.127-16-gb1425b1/kernel/sound/soc/codecs/snd-soc-pcm5102a.ko not found
Sound cards
aplay: device_list:270: no soundcards found...
ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
ALSA lib conf.c:4528:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4528:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
ALSA lib conf.c:4528:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:5007:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM default
aplay: main:788: audio open error: No such file or directory
From previous postings it looks like the error messages about snd_soc_bcm2708 can be ignored?
Could you give me some help what to check out next to find out why my setup is not recognizing the DAC+ADC Pro?
My understanding is that the Hifiberry modules are part of the kernel drivers since 4.18, how can i verify this?