Posts: 5
Threads: 0
Joined: May 2019
Likes Received: 0 in 0 posts
Likes Given: 1
Reputation:
0
I'm getting the following errors whit my Digione
snd-allo-digione soc:sound: ASoC: CPU DAI (null) not registered - will retry
bcm2835-i2s 3f203000.i2s: could not get clk: -517
Pretty much this is due to lack of few other modules which are necessary to be loaded with the Allo driver, but they are not. Those are the modules:
fixed
i2c_bcm2835
snd_soc_wm8804_i2c
snd_soc_bcm2835_i2s
Adding them to the etc/modules on the standard Raspbian fixes those errors. Unfortunately this is not the case on Snakeoil. I got "systemd-modules-load[169]: Failed to lookup alias 'module name': Function not implemented" for all of the modules as they are not build in the kernel. How can i workaround this?
•
Posts: 5
Threads: 0
Joined: May 2019
Likes Received: 0 in 0 posts
Likes Given: 1
Reputation:
0
My config file is properly set, this is not the case. And i’m getting those errors straight out of the box. It’s strange that you don’t have them.Could i ask you to check if you really don't have them, if so than might my issues are with the DigiOne itself.
Those commands will check your log for any entries containing the following term:
journalctl | grep allo-digione
journalctl | grep bcm2835-i2s
Could you share the output of them?
•
Posts: 5
Threads: 0
Joined: May 2019
Likes Received: 0 in 0 posts
Likes Given: 1
Reputation:
0
It also works with me, regardless of that i would like to avoid having any errors related to the audio as it might have negative impact on the SQ. Loading the listed modules above will fix those errors but it seems i can’t do this with the Snakeoil Kernel.
•
Posts: 5
Threads: 0
Joined: May 2019
Likes Received: 0 in 0 posts
Likes Given: 1
Reputation:
0
Any ideas how to workaround those errors appearing with DigiOne?
•
Posts: 5
Threads: 0
Joined: May 2019
Likes Received: 0 in 0 posts
Likes Given: 1
Reputation:
0
Thanks for the replay. I will then wait for this better day :)
•