|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] simple kernel problem
|
On 10/07, Stephen Fletcher wrote:
> depmod -a
> ***** then after depmod runs i get those unresolved(s) **********
Not sure how slack behaves, but I'm used to depmod -a being taken care of
after a reboot. You're rebooting after this, right ?
> also is it possible to make a bash script to automate the task of recompiling
> the kernel..
Yah, just copy & paste what you just said to a file & chmod +x it.
On 10/08, Walt Mankowski wrote:
> On Sat, Oct 07, 2000 at 12:59:02PM -0400, Stephen Fletcher wrote:
> > mv /lib/modules/2.2.16 /lib/modules/2.2.16-old
>
> This line is almost certainly the cause of your problems. Why are you
> doing this?
Actually, that's a very important step -- to get the old modules out of
the way so they don't get mixed up with the new modules.
It causes painful problems because it takes a while to figure out that's
the cause.
--
http://www.ChaosReigns.com
______________________________________________________________________
Philadelphia Linux Users Group - http://www.phillylinux.org
Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce
General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
|
|