Re: [android-kernel] Re: loadable kernel module...

2010-05-27 Thread Greg KH
On Thu, May 27, 2010 at 1:21 PM, rohan raizada wrote: > Yes I did insmod <.ko> but it gave me Permission denied. Why do you think this happened? Hint, look at the error it gave you, and ponder why that might be... > I am trying to load > the module into the kernel and see the output of it using

Re: [android-kernel] Re: loadable kernel module...

2010-05-27 Thread rohan raizada
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 wrote: > On Thu, May 27, 2010 at 11:34 AM, rohan raizada > wrote: > > Hi, > > > > I am unable to

Re: [android-kernel] Re: loadable kernel module...

2010-05-27 Thread Greg KH
On Thu, May 27, 2010 at 11:34 AM, rohan raizada 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.

[android-kernel] how to load the android in debug mode using U-boot

2010-05-27 Thread nabla del
Normally we enter into the android system without debug mode,but if I want to get more information when load the system,for example want to config the nfs,mount some other /dev/sda. So if I use the U-boot to load the os what parameters I should use to load the android with debug mode? anybody help?

Re: [android-kernel] Re: loadable kernel module...

2010-05-27 Thread rohan raizada
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. Thanks, Roh