[android-kernel] Re: location for insmod scripts

2010-12-17 Thread Earlence
guys! I put the insmods inside init.rc. Problem solved. dont worry about it. >just curios .. why should you need to play with init.goldfish.rc .. are you >trying something with android emulator? I had earlier written a shell script to insmod the modules (around 10) and place a command to execute t

Re: [android-kernel] Re: location for insmod scripts

2010-12-17 Thread Arun K. Singh
just curios .. why should you need to play with init.goldfish.rc .. are you trying something with android emulator? Best Regards, Arun Kumar Singh www.crazydaks.com On Fri, Dec 17, 2010 at 2:09 PM, Earlence wrote: > yeah...I put them there. > > On Dec 17, 9:31

Re: [android-kernel] Re: location for insmod scripts

2010-12-17 Thread Arindam Roy
Put the module in any directory. from ADB use insmod for that module. See if error is coming or not. If its not coming, introduce the same insmod command. inspect the dmesg logs after bootup. Thanks, Arindam On Fri, Dec 17, 2010 at 2:09 PM, Earlence wrote: > yeah...I put them there. > > On Dec 1

[android-kernel] Re: location for insmod scripts

2010-12-17 Thread Earlence
yeah...I put them there. On Dec 17, 9:31 am, hedwin wrote: > /system/lib/modules might also be a good location > > On Thu, Dec 16, 2010 at 1:15 PM, Arun K. Singh wrote: > > > Perhaps a bit of grepping into past Android discussions helps :-)  anyways > > init.rc the only and correct place for ins

Re: [android-kernel] Re: location for insmod scripts

2010-12-17 Thread hedwin
/system/lib/modules might also be a good location On Thu, Dec 16, 2010 at 1:15 PM, Arun K. Singh wrote: > Perhaps a bit of grepping into past Android discussions helps :-)  anyways > init.rc the only and correct place for insmod. add modules  in /lib/modules > and insmod via init.rc > > Best Rega

Re: [android-kernel] Re: location for insmod scripts

2010-12-16 Thread Arun K. Singh
Perhaps a bit of grepping into past Android discussions helps :-) anyways init.rc the only and correct place for insmod. add modules in /lib/modules and insmod via init.rc Best Regards, Arun Kumar Singh www.crazydaks.com On Thu, Dec 16, 2010 at 5:25 PM, Earlence wrote: > I added the insmo

[android-kernel] Re: location for insmod scripts

2010-12-16 Thread Earlence
I added the insmods to init.rc On Dec 15, 8:24 pm, Earlence wrote: > does not execute** (typo) > > On Dec 15, 11:56 am, Earlence wrote: > > > Hi, > > > I have to insmod the kernel modules for netfilter to init iptables at > > boot up. > > I have written a small shell script that insmods the modu

[android-kernel] Re: location for insmod scripts

2010-12-15 Thread Earlence
does not execute** (typo) On Dec 15, 11:56 am, Earlence wrote: > Hi, > > I have to insmod the kernel modules for netfilter to init iptables at > boot up. > I have written a small shell script that insmods the modules in a > specific order. > How and where I can schedule an automatic execution of