Re: [android-kernel] Load Module At Boot time Help

2011-07-25 Thread dani maoz
Thanks it enabled. I see my pandaboard load this module fm_drv.ko gps_drv.ko. i tried to locate the file which load these modules any idea? On Mon, Jul 25, 2011 at 11:16 AM, William W.-Y. Liang < wyli...@mail.ntut.edu.tw> wrote: > If CONFIG_MODULE in kernel config (/.config) is not set to 'y',

Re: [android-kernel] Load Module At Boot time Help

2011-07-25 Thread William W.-Y. Liang
If CONFIG_MODULE in kernel config (/.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 c

Re: [android-kernel] Load Module At Boot time Help

2011-07-25 Thread dani maoz
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.

Re: [android-kernel] Load Module At Boot time Help

2011-07-24 Thread William W.-Y. Liang
Have you enabled the Module feature in the config stage? William Liang 2011 7 25 14:37 於 "dani maoz" 寫道: > 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

[android-kernel] Load Module At Boot time Help

2011-07-24 Thread dani maoz
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 -- unsub