[android-kernel] Re: netfilter kernel module questions

2009-12-16 Thread biAji
On Dec 7, 11:34 pm, Mihai Campean wrote: > Thanks, can you also please provide me with some sources that contain > this information, or with a method to determine if a certain image has > a certain kernel module installed? try it here http://www.cyanogenmod.com/ And you can use lsmod to find i

Re: [android-kernel] When linux version 2.6.32 will be used?

2009-12-16 Thread Mike Chan
We are looking at going to 32 or 33 in the next few months -- Mike On Fri, Dec 11, 2009 at 2:10 AM, journeyer wrote: > Hi, List > > I am working with Android-x86 project. > The version of it is 2.6.29 (on donut). > > I installed android-x86(1.6 donut) on several PC and tested. > And I found In

[android-kernel] Re: Internal module kernel

2009-12-16 Thread Ben Linus
Hi all, I try to explain better, i use kernel_goldfish_2-6-29 for android emulator, i enter in menuconfig and select the sd/mmc goldfish driver with "M" option and compile the kernel. After i use this command: $ make modules_install INSTALL_MOD_PATH=./out/target/product/generic/ system Then i ent

[android-kernel] Re: strace

2009-12-16 Thread Alberto Panizzo
Il giorno mar, 15/12/2009 alle 17.39 -0800, perumal316 ha scritto: > Hi, > > I currently working on a monitoring tool in a form of LKM, which I > want to use to monitor the system calls made and aruguments passed > during the calls. > > I can access into the system call table and replace system c