Yes I did insmod <.ko> but it gave me Permission denied. I am trying to load the module into the kernel and see the output of it using dmesg.
Thanks, Rohan. On Thu, May 27, 2010 at 4:04 PM, Greg KH <[email protected]> wrote: > 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]<android-kernel%[email protected]> > website: http://groups.google.com/group/android-kernel > -- unsubscribe: [email protected] website: http://groups.google.com/group/android-kernel
