[ 4.357919] snd-hifiberry-digi soc:sound: ASoC: CODEC DAI wm8804-spdif not registered - will retry
[ 4.453220] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
seems like it didnt registered properly mind posting more then just the kernel log ?
oh and your fat partition ie /boot/ might be dirty
sudo -s
umount /boot
fsck.fat -V /dev/mmcblk0p1
fsck.fat -a /dev/mmcblk0p1
mount /boot
will look something like this.
osmc@Livingroom:~$ sudo -s
root@Livingroom:/home/osmc# umount /boot
root@Livingroom:/home/osmc# fsck.fat -V /dev/mmcblk0p1
fsck.fat 3.0.27 (2014-11-12)
0x41: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.
1) Remove dirty bit
2) No action
? 1
Starting check/repair pass.
Starting verification pass.
Leaving filesystem unchanged.
/dev/mmcblk0p1: 267 files, 44367/489976 clusters
root@Livingroom:/home/osmc# fsck.fat -a /dev/mmcblk0p1
fsck.fat 3.0.27 (2014-11-12)
0x41: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.
Automatically removing dirty bit.
Performing changes.
/dev/mmcblk0p1: 267 files, 44367/489976 clusters
root@Livingroom:/home/osmc# mount /boot
Same problem here, but with HiFiBerry DAC+ pro.
Updated today and sound from DAC stopped (the onboard 3.5mm analogue jack still outputs audio)
The entries dtoverlay=hifiberry-dacplus-overlay and dtparam=audio=off are present in config.txt
Exact same problem as Rhumbus with my HiFiBerry DAC+ after May update on my Pi3. Config.txt entries correct but not even getting the option to choose ALSA: HiFiBerry DACPlus in my audio output device, only HDMI or analog or both.
That issue is resolved and closed. It only affected HifiBerry Amp+, not the more common DAC/Digi.
There are no known problems with I2S audio cards on latest 4.9 kernel.
Kewl, still alot of users here that cant use their hifiberry that doesnt get registered by the pi
Jun 06 11:41:07 osmc kernel: snd-rpi-hifiberry-dacplus soc:sound: ASoC: CPU DAI (null) not registered - will retry
Jun 06 11:41:07 osmc kernel: snd-rpi-hifiberry-dacplus soc:sound: ASoC: CODEC DAI pcm512x-hifi not registered - will retry
Forgive my Noobness please, but how can I pull a clean log like you did?
I enabled logging in OSMC, but my osmc/.kodi/temp/kodi.log (after restart) is not as savory as yours. I also couldn’t find the HiFiBerry entries within the log, even though I enabled a verbose log for the Audio component.