Hello community,
I'm a beginner with all that kernel and modules stuff, so please be kind, if I am asking stupid questions.
My plan is to install a Hifi-Shield on my C2, but so far had no luck:
modprobe: FATAL: Module snd_soc_pcm512x not found in directory /lib/modules/
Found out, that some modules are present under /lib...
e.g.
/lib/modules/5.15.0-105-generic/kernel/sound/soc/codecs/snd-soc-pcm512x.ko (cave:this is example from my ubuntu I'm writing on)
some other modules are in fact missing.
I found similar modules here:
https://github.com/3isenHeiM/HiFi-Shield-Plus/blob/master/sound/soc/aml/m8/snd-soc-odroid-dac.ko
Is it possible to integrate those modules in actual kernel environment and what do I have to do to make them activated (I think, that is what modprobe does!?)
Regards 3MF