From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RCmmK-0004iA-7U for garchives@archives.gentoo.org; Sun, 09 Oct 2011 06:22:28 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 725CF21C10B; Sun, 9 Oct 2011 06:22:19 +0000 (UTC) Received: from mail-bw0-f53.google.com (mail-bw0-f53.google.com [209.85.214.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 4832721C054 for ; Sun, 9 Oct 2011 06:21:27 +0000 (UTC) Received: by bkbzt12 with SMTP id zt12so8894976bkb.40 for ; Sat, 08 Oct 2011 23:21:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=from:to:subject:date:message-id:user-agent:in-reply-to:references :mime-version:content-transfer-encoding:content-type; bh=4G717h8dz8s29FKobkhBlci/bIqc09fEQ5ejd0qJsUU=; b=GHCvMrkVU5hw8Ghh78+5dGavjuvuFJTMsm0KGFYqZtR+gGtZDT+m7U0vWkua63m6GQ oiJ9mpJNrHCmSHc2/sW1C/ClLmoH+NrDWgHGckDY45RzaJ1F+naJnr2YlCZwk7scUvSl WLjH/WawzOAPo+Opq3Mh9ZjYFUEfb2xfRwTaA= Received: by 10.223.92.152 with SMTP id r24mr22836699fam.19.1318141287303; Sat, 08 Oct 2011 23:21:27 -0700 (PDT) Received: from localhost.localnet (p4FC746B8.dip0.t-ipconnect.de. [79.199.70.184]) by mx.google.com with ESMTPS id n18sm23152434fah.2.2011.10.08.23.21.25 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 08 Oct 2011 23:21:26 -0700 (PDT) From: Volker Armin Hemmann To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Anyone can afford information about build kernel? Date: Sun, 09 Oct 2011 08:21:02 +0200 Message-ID: <4357500.GntJj4krJi@localhost> User-Agent: KMail/4.7.2 (Linux/3.0.4; KDE/4.7.2; x86_64; ; ) In-Reply-To: References: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Archives-Salt: X-Archives-Hash: 2f51c6276e5b8d43983d270021d50196 Am Sonntag 09 Oktober 2011, 08:55:55 schrieb Lavender: > It seems that no matter I build gentoo manually or with genkernel I can't > have a fine-working kernel finally. Obviously I must solve it by myself , > so I determined to build entire kernel all manually , it requests a lot of > linux knowlege . All for that, I hope someone could tell me where to get > this information , I haven't found them on gentoo.org , so please lead me > to the correct direction, thank you for you all ! http://www.kroah.com/lkn/ there. You can download it there. It helps you with building. btw: make -jX && make modules_install install With make all modules_install install or make && make modules_install you only have one make instance. Which is very slow. -- #163933