----- Original Message -----
Sent: Thursday, June 08, 2000 10:13
AM
Subject: [plug] Modules problem
The problem is during bootup, there is this line
that says unresolved sysmbol(s) when Updating module
dependencies for Linux 2.2.13...
I've already tried compiling the kernel with
module support and auto-loading. I'm just not sure if my compiling
is correct, the sequence for compiling the kernel that i'm doing is this: make
mrproper, make menuconfig, make dep, make clean, make modules, make
modules_install, make zImage & make zlilo.
Or is ther anything that i missed
configuring?
try to rm -rf /lib/modules/2.2.13 and then make
modules modules_install
fooler.