> I will try to find out how I can install "emilio's kernel" and see if that > fixes the problem. I am an experienced Linux user but new to CubieBoard2.
I think he's talking about the `sunxi-codec' branch of https://bitbucket.org/emiliolopez/linux.git. That branch is based on the sunxi-devel kernel (i.e. close to Linux mainline), so it lacks several features from the 3.4 kernel. Also it only supports audio on the cubietruck. With the help of this mailing-list I was able to make it work on a Mele A2000 (based on the A10 CPU), so it should be very easy to make it work on the cubieboard2. FWIW, the code used on the branch to add cubietruck support can be obtained with git diff -r emiliolopez/sunxi-base arch/arm/boot/dts/sun7i-a20-cubietruck.dts and is fairly simple, so you can probably adapt it to sun7i-a20-cubieboard2.dts fairly easily. Stefan -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
