Re: [android-kernel] Loadable Kernel Module

2010-08-12 Thread Trevor Joynson
It's not impossible if the symbols match up. It's how we (droidmod) got the tun module loadable on a stock Motorola Droid kernel. (( Trevor Joynson )) w/ The Great CTMS (( email: trev...@ctmsohio.com )) phone: (330) 541-2834 On Tue, Aug 10, 2010 at 3:26 AM, Chong Yang wrote: > that's impossibl

RE: [android-kernel] Loadable Kernel Module

2010-08-10 Thread Sven Killig
> -Original Message- > From: android-kernel@googlegroups.com [mailto:android- > ker...@googlegroups.com] On Behalf Of Sven Killig > Sent: Tuesday, August 10, 2010 11:31 AM > To: android-kernel@googlegroups.com > Subject: RE: [android-kernel] Loadable Kernel Module &

RE: [android-kernel] Loadable Kernel Module

2010-08-10 Thread Sven Killig
> -Original Message- > From: android-kernel@googlegroups.com [mailto:android- > ker...@googlegroups.com] On Behalf Of perumal316 > Sent: Tuesday, August 10, 2010 9:14 AM > To: Android Linux Kernel Development > Subject: [android-kernel] Loadable Kernel Module > > I

Re: [android-kernel] Loadable Kernel Module

2010-08-10 Thread Chong Yang
that's impossible , a loadable kernel module depend on both kernel version and kernel configure. On Tue, Aug 10, 2010 at 3:14 PM, perumal316 wrote: > Hi All, > > The current way to load a kernel module into an Android phone is to > rebuilt the kernel enabling loadable module support, then flashin

[android-kernel] Loadable Kernel Module

2010-08-10 Thread perumal316
Hi All, The current way to load a kernel module into an Android phone is to rebuilt the kernel enabling loadable module support, then flashing the new kernel image into the phone so it must be a developer phone and then using the console to insmod the kernel module. I want to load kernel modules

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

2010-05-25 Thread Greg KH
On Mon, May 24, 2010 at 10:57 PM, rohan raizada wrote: > Hi, > > I have written a small LKM for android. Now when i try to build it I > get the following error: > > make ARCH=arm > CROSS_COMPILE=../../../prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin/arm-eabi- > -C /home/roaan/mydroid/common/ker

[android-kernel] loadable kernel module...

2010-05-25 Thread rohan raizada
Hi, I have written a small LKM for android. Now when i try to build it I get the following error: make ARCH=arm CROSS_COMPILE=../../../prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin/arm-eabi- -C /home/roaan/mydroid/common/kernel/ M=`pwd` modules make: Entering directory `/home/roaan/mydroid/com

[android-kernel] Loadable Kernel Module

2009-10-01 Thread perumal316
Hi, I want to load my own kernel modules into the Android. I downloaded the Android kernel source and change the config file to enable modules loading (CONFIG_MODULES=y). I built the source and also managed to load up the emulator using the new kernel image. But I tried to load a module using in