Other issues, currently pppd depends on libutils for logging and many of the
other system/ tools have issues like this with libcutils. Has anyone looked
into what we want to do moving forward and to allow additional tools like
the ones mentiond below?

On Tue, May 17, 2011 at 9:32 AM, mike digioia <mpd...@gmail.com> wrote:

> Pavan,
>
> Thanks for adding this.
>
> I have another question related to this on Pandaboard builds. I have
> created an external directory (mydroid/external/i2ctools) for my special i2c
> tools to build them but they do not work once I manually load them onto my
> SD android filesystem. All the other bins for Android get built in
> "mydroid/system/core/toolbox". Like dmesg, etc... Is there something about
> building them here that is different than using external. I get the message
>
> # i2cdetect
> i2cdetect: 1: Syntax error: "(" unexpected
>
> when just attempting to execute them.
>
>   On Mon, May 16, 2011 at 9:19 PM, pavan m <pavan8...@gmail.com> wrote:
>
>> Initialization of the statically linked modules can be deferred using
>> deferred_module_init(). See the complete article here
>> http://elinux.org/Deferred_Initcalls
>>
>> Regards,
>> Pavan
>>
>>   On Tue, May 17, 2011 at 9:01 AM, mike digioia <mpd...@gmail.com> wrote:
>>
>>>  Once they are built into the kernel they can't be remove with rmmod
>>>
>>>
>>> On Mon, May 16, 2011 at 5:36 PM, Anil <anil.phi...@motorolasolutions.com
>>> > wrote:
>>>
>>>> I heard that some drivers are hard coded into the kernel so insmod and
>>>> rmmod may not work. Is there a way to skip them running if they cannot
>>>> be unloaded?
>>>>
>>>> On May 13, 3:50 pm, Anil <anil.phi...@motorolasolutions.com> wrote:
>>>> > I am trying an experiment to switch out drivers dynamically - on
>>>> > demand. On Android 2.2, how to skip loading drivers at startup? I want
>>>> > to load them at a later time. Is there a blanket command to skip
>>>> > loading the drivers? Is there another one to start loading all of
>>>> > them?
>>>>
>>>> --
>>>> unsubscribe: android-kernel+unsubscr...@googlegroups.com
>>>> website: http://groups.google.com/group/android-kernel
>>>>
>>>
>>> --
>>> unsubscribe: android-kernel+unsubscr...@googlegroups.com
>>> website: http://groups.google.com/group/android-kernel
>>>
>>
>> --
>>  unsubscribe: android-kernel+unsubscr...@googlegroups.com
>> website: http://groups.google.com/group/android-kernel
>>
>
>

-- 
unsubscribe: android-kernel+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-kernel

Reply via email to