Gentoo Archives: gentoo-dev

From: Nathaniel Grady <nate@×××××××.org>
To: gentoo-dev@××××××××××.org
Subject: Re: [gentoo-dev] kernel 2.4.10 further issues
Date: Sat, 29 Sep 2001 18:59:25
Message-Id: 20010929210038.A28775@nutopia.org
In Reply to: Re: [gentoo-dev] kernel 2.4.10 further issues by Collins Richey
1 I have that problem all the time (well, every time i compile my kernel just about...). The quick and dirty solution is just while "unable to load module net-pf1"'s are flying bye, login as root (you're at a login prompt - you just can't see it cauz of all the crap), run depmod -a and voila, it stopps and goes away untilly you descided it's time for a new kernel... that is:
2 ->reboot to new kernel
3 ->wait for some net-pf1 errors to go by
4 ->type root and hit enter
5 ->type password and hit enter
6 ->type depmod -a and hit enter
7 -> should be fixed :)
8
9 --Nathaniel Grady
10 (nutopianate)
11
12 On Sat, Sep 29, 2001 at 04:59:51PM -0600, Collins Richey wrote:
13 > On Sat, 29 Sep 2001 17:08:38 -0500 Dan Nelson <taligent@××××××.net>
14 > wrote:
15 >
16 > > I now have the kernel compiled, but when I reboot, I run into a loop
17 > > trying
18 > > to load module net-pf1. My boot log shows the following:
19 > >
20 > > Calculating kernel module dependencies...
21 > > depmod: *** Unresolved symbols in
22 > > /lib/modules/2.4.4-ac9/kernel/drivers/cdrom/aztcd.o
23 > > depmod: *** Unresolved symbols in
24 > > /lib/modules/2.4.4-ac9/kernel/drivers/cdrom/cdu31a.o
25 > >
26 > > and ends with:
27 > >
28 > > Auto-generating 2.4.10 modules.conf...
29 > > modprobe: Can't open dependencies file
30 > > /lib/modules/2.4.10/modules.dep (No
31 > > such file or directory)
32 > > >>[34;01m Error configuring module dependencies.
33 > >
34 > > I can't seem to find why this box is still looking for 2.4.4-ac9
35 > > modules now
36 > > that I have recompiled. I did the compilation correctly and even
37 > > followed
38 > > the suggestion to do a make mrproper and to rename the 2.4.4-ac9
39 > > library
40 > > prior to the compilation.
41 > >
42 > > Any further suggestions would be appreciated.
43 > >
44 >
45 > Maybe depmod -a ?
46 >
47 > --
48 > Collins Richey
49 > Denver Area
50 > gentoo_rc6 xfce+sylpheed
51 >
52 > _______________________________________________
53 > gentoo-dev mailing list
54 > gentoo-dev@××××××××××.org
55 > http://cvs.gentoo.org/mailman/listinfo/gentoo-dev

Replies

Subject Author
Re: [gentoo-dev] kernel 2.4.10 further issues Martin Schlemmer <azarah@g.o>