Gentoo Archives: gentoo-ppc-user

From: darren kirby <bulliver@×××××××××××.org>
To: gentoo-ppc-user@l.g.o
Subject: [gentoo-ppc-user] Missing modules after kernel upgrade
Date: Mon, 21 May 2007 02:38:09
Message-Id: 200705202037.39846.bulliver@badcomputer.org
1 Hello all,
2
3 I finally got around to updating my kernel to 2.6.20-gentoo-r5 today, but have
4 run into a snag. I did the usual 'make vmlinux && make modules_install' as
5 per the guide, copied vmlinux to /boot, edited yaboot.conf, ran 'ybin -v' and
6 rebooted. Everything seemed good until it started failing on load for
7 everything I built as a module. A little strange...
8
9 OK, so I have a look at my modules:
10
11 # ls /lib/modules/2.6.20-gentoo-r5/
12 build modules.alias modules.dep modules.inputmap modules.ofmap
13 modules.seriomap modules.usbmap
14 kernel modules.ccwmap modules.ieee1394map modules.isapnpmap modules.pcimap
15 modules.symbols source
16
17 looks good...
18 # ls /lib/modules/2.6.20-gentoo-r5/kernel
19 #
20
21 Waaahhh? There's nothing there?
22
23 I tried to install them again, thinking I messed up:
24 # make modules_install
25 if [ -r System.map -a -x /sbin/depmod ]; then /sbin/depmod -ae -F System.map
26 2.6.20-gentoo-r5; fi
27
28 Nothing...
29
30 So where did my modules go? I can assure you all that I *configured* them:
31 # grep "=m" .config | head -n5
32 CONFIG_NF_CONNTRACK_ENABLED=m
33 CONFIG_NF_CONNTRACK=m
34 CONFIG_NF_CONNTRACK_FTP=m
35 CONFIG_NF_CONNTRACK_IRC=m
36 CONFIG_NF_CONNTRACK_TFTP=m
37 # grep "=m" .config | wc -l
38 72
39
40 Does anyone know what I've done wrong here? This is sort of bizarre. I re-read
41 the kernel's README, but 'make modules_install' is still valid. As I say,
42 kernel is 2.6.20-gentoo-r5 (gentoo-sources), machine is a Powermac G5, 64-bit
43 userland, what else do you need to know? Just ask...
44
45 Thanks for consideration,
46 -d
47
48 --
49 darren kirby :: Part of the problem since 1976 :: http://badcomputer.org
50 "...the number of UNIX installations has grown to 10, with more expected..."
51 - Dennis Ritchie and Ken Thompson, June 1972
52 --
53 gentoo-ppc-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-ppc-user] Missing modules after kernel upgrade darren kirby <bulliver@×××××××××××.org>