"Miguel A Paraz" <[EMAIL PROTECTED]> writes: > On 10/29/06, Gideon N. Guillen <[EMAIL PROTECTED]> wrote: >> Check the init ramdisk. It's possible that the old nvidia kernel module is >> loaded from that thing. > > No, not there. I found another nvidia.ko which belonged to an older > NVidia driver, but the oldest one is still around. > > What process takes care of loading these modules? Or is it the kernel > itself upon boot?
The kernel itself should be the one handling it-- on boot. module-init-tools (insmod and company) are only stubs to the actual handling in-kernel of modules. Autoloading is also handled by the kernel, although loading is offloaded (!) to a separate insmod process. IIRC, AFAICT, YMMV. :D However, I'm with Gideon here -- it's most likely in the ramdisk. -- JM Ibanez Senior Software Engineer Orange & Bronze Software Labs, Ltd. Co. [EMAIL PROTECTED] http://www.orangeandbronze.com/ _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List [email protected] (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http://archives.free.net.ph

