Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not show the fe203000.i2s mapping ok line in dmesg, doesn't work #2

Open
ganzgustav22 opened this issue Mar 17, 2020 · 2 comments

Comments

@ganzgustav22
Copy link

I've tried compiling the module manually with kernel-headers installed and "make, make install".

Found out, that there is a small typo in the Makefile (missing "i"):
install: snd-2s_rpi.ko

While it should've been:
install: snd-i2s_rpi.ko

That one was easy to fix, however, after installing it still doesn't work, I don't see the line:
asoc-simple-card asoc-simple-card.0: snd-soc-dummy-dai <-> fe203000.i2s mapping ok

In dmesg and:
arecord -l

doesn't list any devices.

Could somebody please give a hint of what might be wrong or how to further debug?

@alex-eri
Copy link

add dtparam=i2s=on to /boot/config.txt

@ooshyun
Copy link

ooshyun commented Dec 13, 2023

Thanks for question! @ganzgustav22 I met same problem in rpi4 and tried above trial (dtparam=i2s=on to /boot/config.txt), but it can't. Did you find any solution for the problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants