(Solved) Hifiberry DAC+ not selectable anymore (only Kodi)

Hi all,

I did some library and plugin updates on my RPi3 today (only system change: re-activated VPN Manager) and now suddenly the Hifiberry DAC+ can’t be selected anymore (not sure when exactly this occurred) . I have a squeezelite service running in the background, which still works fine with the same device. Never had a problem with that setup before, but Kodi doesn’t seem to find the Hifiberry anymore…

Any ideas? I did read through other threads I found, but didn’t find the same problem anywhere…

Cheers,
dscho

Alright, I solved it myself. All I did was (via SSH):

sudo systemctl stop mediacenter
mv .kodi .kodi_backup
sudo systemctl start mediacenter

Waited for Kodi to start, then:

sudo systemctl stop mediacenter
mv .kodi_backup .kodi
sudo systemctl start mediacenter

And that did the job, sound working again :slight_smile: