If CONFIG_MODULE in kernel config (<kernel>/.config) is not set to 'y', the
kernel will not be able to provide the dynamic loadable module feature (by
insmod or modprobe). You may check this by getting the config setting of the
kernel by 'adb pull /etc/config.gz' from the running kernel. After
retrieving config.gz, decompress it, and check to see if the setting of
CONFIG_MODULE is commented out. If so, you will need to recompile the kernel
with CONFIG_MODULE=y set in the .config file.

William Liang


2011/7/25 dani maoz <maoz.d...@gmail.com>

> What do you mean enabled the Module feature in the config stage?
> it's an external module not a part of the kernel, it's for a specific HW.
> I would like the driver to load automatically when hw is connected to the
> board
>
>
>
> On Mon, Jul 25, 2011 at 9:46 AM, William W.-Y. Liang <
> wyli...@mail.ntut.edu.tw> wrote:
>
>> Have you enabled the Module feature in the config stage?
>>
>> William Liang
>>
>> 2011 7 25 14:37 於 "dani maoz" <maoz.d...@gmail.com> 寫道:
>>
>> > Hi
>> > I am using pandaboard with Gingerbread image.
>> > I would like to load a kernel module at start up. i have tried to update
>> > depmod.dep but no luck.
>> > when i try to run depmod command i get this error chdir(): no found.
>> > Which file i have to update in order to load the module at start up
>> > Thank
>> >
>> > --
>> > 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