i replied to this issue a while ago, but nobody confirmed it. my case was
after the upgrade to 2.2.13. what i did is to get rid of one "/" in the
pathnames in modules.dep that was generated automatically or manually,
because the file generated with "depmod -a" has two "/"s in the pathnames.
since then, i have no problem. so take a look at this file at least. source
from kernel.org has less compilation options (such as NLS modules).
obviously, mandrake added something. by the way, you can boot with the
installation floppy disk (vmlinuz root=/dev/hda) in case that you don't have
a rescue disk in hand.
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Charles Sellers
Sent: Thursday, November 18, 1999 3:08 AM
To: [EMAIL PROTECTED]
Subject: Re: [expert] Making a new kernel?
I had a similar problem after installing 6.1. I posted questions on
here, but had very little success. Finally I just downloaded the latest
source from ftp.kernel.org, untarred it, and built it myself (doesn't
take long). This worked, and now I don't have the problem. Hope this
helps.
Chad Sellers
Joseph Chen wrote:
>
> Hi,
>
> The kernel I compiled of the src with Mandrake 6.1 CD is always not
> working properly, either freezing when "Finding module dependencies"
> occurs or crashing when runing. I suspect that the new modules screws up
> the existing ones there, but I'm not quite sure. Should I delete all the
> existing modules in /lib/modules/ before do "make modules_install"?
>
> All I did is
> make mrproper
> make xconfig
> make dep
> make clean
> make bzImage
> make modules
> make modules_install
>
> What else do I need to do?
>
> Thanks,
>
> Joe