Gentoo Archives: gentoo-dev

From: AGottinger@t-online.de (Achim Gottinger)
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] kernel source for gentoo
Date: Sun, 13 May 2001 08:36:56
Message-Id: 3AFE9547.7B9189AC@gentoo.org
In Reply to: [gentoo-dev] kernel source for gentoo by Collins Richey
1 Collins Richey wrote:
2 >
3 > I'm trying to understand where you hide the kernel source on gentoo and
4 > where the options used to generate the standard gentoo kernel are located.
5 > All that I find under /usr/src is several sets of /include directories but
6 > no source tree.
7 >
8 > The kernel you supply, for example, has no sound modules compiled, and I
9 > would like to recompile for sound support (esssolo1.o and soundcore.o are
10 > needed) without breaking anything else.
11
12 (The default kernel contains all alsa sound modules)
13
14 >
15 > I understand building kernels from way back, but what's the gentoo-style
16 > procedure for doing this?
17
18 Current kernel source poackage is broken, eigher use
19 linux-source-2.4.4-rx.ebuild or
20 use a default kernel and run a manual config inbetween.
21
22 cd /usr/portage/sys-kernel/linux
23 ebuild linux-2.4.4.5.ebuild unpack
24 cd /tmp/portage/linux-2.4.4.5/work/linux
25 make menuconfig
26 cd /usr/portage/sys-kernel/linux
27 ebuild linux-2.4.4.5.ebuild merge
28
29
30 bye achim~
31
32
33 >
34 > Also what is necessary to get ide-cdrw support. I notice that /dev/sr0 ...
35 > have not been generated.
36 >
37 > TIA
38 > --
39 > Collins Richey
40 > Denver area
41 > gentoo system
42 >
43 > _______________________________________________
44 > gentoo-dev mailing list
45 > gentoo-dev@g.o
46 > http://www.gentoo.org/mailman/listinfo/gentoo-dev

Replies

Subject Author
Re: [gentoo-dev] kernel source for gentoo Collins Richey <erichey2@××××.com>
Re: [gentoo-dev] kernel source for gentoo Collins Richey <erichey2@××××.com>