Getting Hifiberry DAC2 PRO XLR to work
Started by Aendu




1 posts in this topic
Aendu

1 posts 1 threads Joined: Sep 2021
Lightbulb  03-09-21, 12:56 -
#1
Hello to Hans and to the entire samplerbox-community

I just want to share on how I was able to getting the "Hifiberry DAC2 PRO XLR" to work with the latest samplerbox-image (Sbox20210521.img):

Modify the file "config.txt" in the BOOT-partition in the following way

1)
- comment out the line "dtparam=audio=on" (add # in front of the line)

2)
- remove the # at the start of the line "dtoverlay=hifiberry-dacplus" (so it is an active-entry)

3)
- insert after the modified line (point 2) a new line with the following text: force_eeprom_read=0


Without this additional configuration-instruction the DAC2 was not recognized and the hole samplerbox-daemon wasn't starting.

Hope this information will help other users who want to use the same DAC as I have in my setup.

Cheerio
Aendu
This post was last modified: 03-09-21, 13:23 by Aendu. Edit Reason: Typo...root instead of boot
hansehv

168 posts 17 threads Joined: Dec 2020
03-09-21, 22:44 -
#2
Hi Aendu,
Thanks for this update, I will include the hints in next distribution.
I don't think the force_eeprom_read=0 is needed now, but obviously it doesn't hurt.
I saw on the HiFiBerry site this is necessary for linux 5.4 and higher and current box runs 4.14.
But next distribution will be 5.10, so you save me checking out why my hifiberry stops working (did not test that yet as the development box doesn't have that HW). So a welcome post Cool
Regards, Hans