Skip to content

Instantly share code, notes, and snippets.

@bodnaristvan
Last active October 7, 2022 19:22
Show Gist options
  • Save bodnaristvan/dd7c1d6eac856f82c7ce59652c0fbae0 to your computer and use it in GitHub Desktop.
Save bodnaristvan/dd7c1d6eac856f82c7ce59652c0fbae0 to your computer and use it in GitHub Desktop.
HifiBerry with USB DAC

remove line that overrides config.txt

In /opt/hifiberry/bin/detect-hifiberry: comment out these lines:

echo "dtoverlay=hifiberry-dac" >> /boot/config.txt
...
echo "Enabling DAC+ Light" >> $REBOOTFILE

update mpd conf to use "sysdefault" as sound device

disable asound updating at reboot

In /opt/hifiberry/bin/reconfigure-players look for the detect_hw function, and comment out fix_asound_hw that overwrites /etc/asound.conf at reboot time.

re-run tidal installer

https://github.com/TonyTromp/tidal-connect-docker

cd /data/tidal-connect-docker
./install_hifiberry.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment