Gentoo Archives: gentoo-user

From: Xav' <xp@××××××××.fr>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] unknown symbol request_module
Date: Mon, 01 Sep 2008 12:42:14
Message-Id: dbc69add2b54e01183896526411c5197@mail
In Reply to: [gentoo-user] unknown symbol request_module by Roland Puntaier
1 On Mon, 1 Sep 2008 12:33:28 +0200, Roland Puntaier
2 <Roland.Puntaier@×××××××××××××.com> wrote:
3 > Hi,
4 >
5 > I am installing Gentoo on an older notebook of mine and have the
6 following
7 > problem:
8 >
9 > After a first try to make sound work, where I had OSS checked in the
10
11 For a first start, OSS is now deprecated, so you have to use ALSA instead
12 in the kernel.
13
14 > kernel configuration,
15 > I followed the gentoo alsa guide
16 > http://www.gentoo.org/doc/en/alsa-guide.xml
17 >
18 > But got a lot of "unknown symbol" entries at boot (viewed afterwards via
19 > dmesg).
20 > The first seems to be the reason for the others: unknown symbol
21 > request_module.
22 >
23 > request_module is defined in vmlinux (via "nm vmlinux | grep
24 > request_module")
25 > but not linked in soundcore.o ("nm soundcore.o | grep request_module"
26 says
27 >
28 > U(ndefined))
29 >
30 > Since request_module is needed to load kernel modules, no kernel modules
31 > can be loaded, and therefore symbols from such modules are not there.
32 > This leads to the other "unknown symbol" messages. So the question is,
33 why
34 > request_module does not get linked properly.
35 >
36 > What I already tried:
37 > I saved the .config and did
38 > make mrproper
39 > and restored .config.
40 > Then
41 > make && make modules_install
42 >
43 > But that did not help.
44 >
45 > Did somebody experience anything similar?
46 > Could somebody give me a hint how to solve this problem?
47
48 I think your .config file will help us more than you expect, and also the
49 output of your dmesg :)
50
51 > Thanks in advance.
52 > Cheers. Roland
53
54 Regards.
55
56 Xavier Parizet
57 --
58 Xavier

Replies

Subject Author
Re: [gentoo-user] unknown symbol request_module Roland Puntaier <Roland.Puntaier@×××××××××××××.com>
Re: [gentoo-user] unknown symbol request_module cuciferus@×××××.com