snd-i2s_rpi icon indicating copy to clipboard operation
snd-i2s_rpi copied to clipboard

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

Open ganzgustav22 opened this issue 4 years ago • 2 comments

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?

ganzgustav22 avatar Mar 17 '20 16:03 ganzgustav22

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

alex-eri avatar May 16 '22 11:05 alex-eri

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?

ooshyun avatar Dec 13 '23 00:12 ooshyun