Hi! I'me new in this forum so hello to everybody! So my problem with my udoo is that in the kernel there're not audio kernel modules. In particular I need all midi modules. Where can I find them? Thank you
For the moment I've compiled them from this kernel (https://github.com/UDOOboard/Kernel_Unico), but I'm not able to load them. I receive this error: "insmod: ERROR: could not insert modul xxxxx.ko Invalid module format". Any idea?
I fixed all my problems compiling my own kernel. You have to use the Kernel_Unico available on github. Now I have all midi modules working well
How did you do it exactly ? Sorry but the only time I compiled a software under linux it was kind of complex
What distribution are you using? I use archlinux and in my case it exists a package to build and install. Before building it, I can choose which modules to add in my kernel simply uncommenting in PKGBUILD the make menuconfig line. This is the page: https://github.com/archlinuxarm/PKGBUIL ... linux-udoo