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 > > Is it possible? The WLAN

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

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