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_24_48, DMARC_MISSING,FREEMAIL_FROM,INVALID_DATE,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H2 autolearn=unavailable autolearn_force=no version=4.0.0 Received: from mailout06.sul.t-online.com ([194.25.134.19]) by cvs.gentoo.org with esmtp (Exim 3.22 #1) id 150Xty-0000gG-00 for gentoo-dev@gentoo.org; Thu, 17 May 2001 18:13:55 -0600 Received: from fwd01.sul.t-online.de by mailout06.sul.t-online.com with smtp id 150Xto-0002WM-01; Fri, 18 May 2001 02:13:44 +0200 Received: from helios.bagwan (320095285153-0001@[62.155.143.203]) by fwd01.sul.t-online.com with smtp id 150Xtp-1BzWvAC; Fri, 18 May 2001 02:13:45 +0200 Received: (qmail 3936 invoked by uid 0); 18 May 2001 02:56:53 -0000 Received: from sadchitananda2.bagwan (HELO gentoo.org) (achim@192.168.2.1) by helios.bagwan with SMTP; 18 May 2001 02:56:53 -0000 Message-ID: <3B046274.7BD9939C@gentoo.org> From: AGottinger@t-online.de (Achim Gottinger) X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.14 i686) X-Accept-Language: en MIME-Version: 1.0 To: gentoo-dev@gentoo.org Subject: Re: [gentoo-dev] kernel source for gentoo References: <20010513070106.7a57bde7.erichey2@home.com> <3AFE9547.7B9189AC@gentoo.org> <20010517181422.078d0c99.erichey2@home.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Sender: 320095285153-0001@t-dialin.net 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 X-Reply-To: achim@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux development list List-Unsubscribe: , List-Archive: Date: Thu May 17 18:14:01 2001 X-Original-Date: Fri, 18 May 2001 01:44:52 +0200 X-Archives-Salt: 7ed51686-565f-450b-9c3a-b37adba0225f X-Archives-Hash: fd86cf08900c994fe833a3a60ab5efff Collins Richey wrote: > > 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. > > > > > > > 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) > > > > fyi, this doesn't do much good unless you have a sound card that works with > als. > > > 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 > > > > > > As I alluded to earlier, it isn't a really good idea to overwrite the > working kernel. Fortunately I saved the old kernel and modules. The only > change I made was to add the esssolo1 module, but the new kernel came up > with modules problems and no working eth0. > > I think I'll try standard kernel build procedures from the > /tmp/portage/linux-2.4.4.5/work/linux directory with all your patches > applied. Hi Collins, I updated the kernel packages yesterday, you can now use linux-sources-2.4.4.9 If you want the default configuration copy /usr/portage/sys-kernel/linux-sources/files/2.4.4-ac9/config.bootcomp to /usr/src/linux/.config before you run make {x,menu}config. This kernel package uses the following USE variables for extras "lvm lm_sensors pcmcia-cs alsa". Add the ones you want top the USE variable in /etc/make.conf. After you have build the kernel you can build the extras modules and utilities by installing linux-extras-2.4.4.9.ebuild. bye achim~ > > > > Also what is necessary to get ide-cdrw support. I notice that /dev/sr0 > > ... > > > have not been generated. > > > > > Any answer for this question? > > Thanks > -- > Collins Richey > Denver area > gentoo system > > _______________________________________________ > gentoo-dev mailing list > gentoo-dev@gentoo.org > http://www.gentoo.org/mailman/listinfo/gentoo-dev