Closed Laptopmini closed 2 years ago
I've managed to get the card detected by adding [all]
to the config.txt
portion. If someone has a better understanding of why that makes it work, I'm interested.
# Hifiberry Beocreate
[all]
force_eeprom_read=0
dtoverlay=hifiberry-dac
dtparam=i2c1=on
This is where you should've come in the first place. HifiBerryOS is what's needed to use the beocreate board you've bought - it's not a paperweight, but if you're expecting to have a 4ch sound card for a RasPi running RasPiOS, let me be the first to disappoint you: you're on your own trying to make that work.
Understood
I'm posting here because I'm out of ideas on how to get the Beocreate card working, and I cannot find a way to reach support. I recently bought a Beocreate Amplifier which has been a frustrating $200 piece of equipment. I tried posting in the forum, but the signup is broken, hence my presence here. (please dont be mad)
Please I beg you, do not just close this issue. I really need help.
TL;DR
Documentation needs to be maintained
First, I'd like to mention that the documentation for Beocreate is not up to date, some links are even dead. I lost a lot of time going down the wrong rabbit hole following outdated guides. For example, the following fails to mention the need for
force_eeprom_read=0
in certain case. It should reference the following page to be more accurate.I tried using the Beocreate Tools, which clearly are outdated given the archived state of the repo. Why not refer to the updated/maintained tools under
hifiberry-os
here? I found these after much digging.Not only that, but
detect-hifiberry
bricked the Pi into a reboot loop polluting theconfig.txt
in the process, as seen in this line where it will continuously write toconfig.txt
and loop reboot as a service triggered on startup.Beocreate not found
Following the default guide and using the asla config found in
asound.conf.dmix_softvol
, I setup my Pi to detect the Beocreate soundcardI also made sure to change existing related configs
Note, I enabled
i2c_arm
as I could not geti2cdetect -y 1
to return anything. As I understand it, this needs to be enabled for the card to work. Please correct me if I'm wrong.Unfortunately, after reboot, I cannot get the card to be detected, as seen here
I even downloaded
readhat
utility on advice from one of your forum posts I found to get some kind of output but to no availI saw on the forum this post from you guys about Beocreate having detecting issues, which sounds extremely familiar. Unfortunately, being that I do not use Hifiberry OS, this post does not tell me what to do to improve detection for 3rd party software.
Anyways, sorry for the frustration. It's just been a real pain in the a$$. I'm hoping you guys can help.