On Wed, Feb 11, 2009 at 09:27:55AM -0800, Randy Dunlap wrote: > Madhukar G wrote: > >> Are you possibly building usbcore into the kernel image rather than > >> as a loadable module? Please send your .config file. > >> > > > > I'm building usbcore into kernel image. But i'm still wondering if > > host, storage and other modules are built into kernel image why do i > > need to build core as loadable module. You probably want all the USB drivers as modules if you're making changes to both the USB core and the MSD driver. That way you can recompile the module changes, unload the modules with `modprobe -r <module>` or `rmmod`, and then reload the new modules with insmod. That way you don't have to reboot your computer every time you make a change to a printk in a module. Sarah Sharp -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html