Hello,
I'm on pidora, I should like to compile the kernel with the driver of the wolfson audio card but I don't find the patch for the kernel 3.12, I finded just for the 3.10.
Anybody knows where they are ?
Hello,
I'm on pidora, I should like to compile the kernel with the driver of the wolfson audio card but I don't find the patch for the kernel 3.12, I finded just for the 3.10.
Anybody knows where they are ?
Hi Noel,
I used the instructions here: https://blog.georgmill.de/2014/04/29/compile-wolfson-audio-card-driver-for-kernel-3-12-y-a-new-try/
Hope this helps.
Can someone please explain this step in the "3.12.y A New Try" instructions:
"and copy to root of the Raspberry Pi".....
Copy which files/folders? And how exactly?
Many thanks.
@ a d :
when you extract the sentence from the context this makes no sense.
the fully intructions of 3.12.y A New Try are :
mkdir kernelAndFirmware_wolfson_r
tar -xvjf kernelAndFirmware_wolfson_rt.tar.bz2 -C kernelAndFirmware_wolfson_rt
and copy to root of the Raspberry pi.
So I guess , you extract with tar command the files/folders in the dir KernelAndFirmware_wolson_rt , then you need to copy these extracted files/folder in root directory
so the command recursive copy is : cp -r (source) (destination) ; then you take all the files in wolfsonAnd... dir (the source) : WolsonAnd.../* ; then you say the root dir : / (the destination) .At the end you have this command to type :
# cp -r KernelAndFirmware_wolson_rt/* / ;
@ a d :
when you extract the sentence from the context this makes no sense.
the fully intructions of 3.12.y A New Try are :
mkdir kernelAndFirmware_wolfson_r
tar -xvjf kernelAndFirmware_wolfson_rt.tar.bz2 -C kernelAndFirmware_wolfson_rt
and copy to root of the Raspberry pi.
So I guess , you extract with tar command the files/folders in the dir KernelAndFirmware_wolson_rt , then you need to copy these extracted files/folder in root directory
so the command recursive copy is : cp -r (source) (destination) ; then you take all the files in wolfsonAnd... dir (the source) : WolsonAnd.../* ; then you say the root dir : / (the destination) .At the end you have this command to type :
# cp -r KernelAndFirmware_wolson_rt/* / ;