From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=DATE_IN_PAST_12_24,DMARC_NONE, INVALID_DATE,MAILING_LIST_MULTI,NICE_REPLY_A autolearn=unavailable autolearn_force=no version=4.0.0 Received: from femail1.sdc1.sfba.home.com ([24.0.95.81]) by cvs.gentoo.org with esmtp (Exim 3.22 #1) id 14yzfk-0001RP-00 for gentoo-dev@gentoo.org; Sun, 13 May 2001 11:28:48 -0600 Received: from [65.6.118.16] by femail1.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20010513172802.MIUM965.femail1.sdc1.sfba.home.com@[65.6.118.16]> for ; Sun, 13 May 2001 10:28:02 -0700 From: Collins Richey To: gentoo-dev@gentoo.org Subject: Re: [gentoo-dev] kernel source for gentoo Message-Id: <20010513113733.4f4893b1.erichey2@home.com> In-Reply-To: <3AFE9547.7B9189AC@gentoo.org> References: <20010513070106.7a57bde7.erichey2@home.com> <3AFE9547.7B9189AC@gentoo.org> X-Mailer: Sylpheed version 0.4.66 (GTK+ 1.2.10; i586-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux development list List-Unsubscribe: , List-Archive: Date: Sun May 13 11:29:01 2001 X-Original-Date: Sun, 13 May 2001 11:37:33 -0600 X-Archives-Salt: 227b780d-8ce9-4087-92d2-39597f68a4ab X-Archives-Hash: 694979c1d2e5e595b38c8db7ab95a46a On Sun, 13 May 2001 16:08:07 +0200 AGottinger@t-online.de (Achim Gottinger) wrote: > Collins Richey wrote: > > > > I'm trying to understand where you hide the kernel source on gentoo and > > where the options used to generate the standard gentoo kernel are > located. > > All that I find under /usr/src is several sets of /include directories > but > > no source tree. > > > > The kernel you supply, for example, has no sound modules compiled, and > I > > would like to recompile for sound support (esssolo1.o and soundcore.o > are > > needed) without breaking anything else. > > (The default kernel contains all alsa sound modules) > > > > > I understand building kernels from way back, but what's the > gentoo-style > > procedure for doing this? > > Current kernel source poackage is broken, eigher use > linux-source-2.4.4-rx.ebuild or > use a default kernel and run a manual config inbetween. > > cd /usr/portage/sys-kernel/linux > ebuild linux-2.4.4.5.ebuild unpack > cd /tmp/portage/linux-2.4.4.5/work/linux > make menuconfig > cd /usr/portage/sys-kernel/linux > ebuild linux-2.4.4.5.ebuild merge > > I see nothing in the procedure about a kernel (bzImage) name. Does thios procedure overwrite your working kernel? (probably not a very good idea!) -- Collins Richey Denver area gentoo system