On Thu, May 27, 2010 at 11:34 AM, rohan raizada <[email protected]> wrote: > Hi, > > I am unable to run my LKM on the Google Dev Phone2. The thing that i tried > was that I sent the .ko file to the phone using > > adb push <.ko file> /sdcard/module > > and when i tried executing it it simply said: Permission denied. How do i > get my module to work on the phone that I have.
You do not execute a kernel module, how would that work? You do know how to load a kernel module, right? What are you expecting your kernel module to do? greg k-h -- unsubscribe: [email protected] website: http://groups.google.com/group/android-kernel
