From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from [69.77.167.62] (helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-84943-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1Ko0Ry-0004Ue-1O
	for garchives@archives.gentoo.org; Thu, 09 Oct 2008 18:41:26 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 5270DE0818;
	Thu,  9 Oct 2008 18:39:55 +0000 (UTC)
Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.227])
	by pigeon.gentoo.org (Postfix) with ESMTP id 19F95E0818
	for <gentoo-user@lists.gentoo.org>; Thu,  9 Oct 2008 18:39:55 +0000 (UTC)
Received: by wx-out-0506.google.com with SMTP id h31so60897wxd.10
        for <gentoo-user@lists.gentoo.org>; Thu, 09 Oct 2008 11:39:53 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:received:received:message-id:date:from:sender
         :to:subject:in-reply-to:mime-version:content-type
         :content-transfer-encoding:content-disposition:references
         :x-google-sender-auth;
        bh=uhQG2xqX6D150O3KsDVaQir6S0LDMex+vChPAHj3Xy8=;
        b=SmACe0SDZVv8KiOkZBMfUJqtM4o3DEoXxzt1SMtZFHP9Me63sBt2k44MhWFX3jAZl8
         2FyG4TjGo08TqWVjkB26JeyB6JTlDef6QigHpCx/7bHE5zfZTQJTE5p1dGw08WH9gL8u
         AbngQpyomooUwnTi+h2Y+lNEwmatJjO6wunv4=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=message-id:date:from:sender:to:subject:in-reply-to:mime-version
         :content-type:content-transfer-encoding:content-disposition
         :references:x-google-sender-auth;
        b=EMNU0Diakvk8czTuLAwL5ZI63GbTRogbow3V7Cml0zl8WtOx7JkU77EpE857bFJd/E
         IiNvLa+1jlUzxSjvQZ3xdGU6QG3kNPEjLvn7A9VJrv9zpvHAQFUj6RDZz84qsrTiPJe6
         Hx+2UNwvueuuKBtKZX7wKhzobtACi2m9X5Yfk=
Received: by 10.142.43.7 with SMTP id q7mr263115wfq.11.1223577593241;
        Thu, 09 Oct 2008 11:39:53 -0700 (PDT)
Received: by 10.142.214.13 with HTTP; Thu, 9 Oct 2008 11:39:53 -0700 (PDT)
Message-ID: <58965d8a0810091139u747f12c1xa4d7a0ab86cb6308@mail.gmail.com>
Date: Thu, 9 Oct 2008 13:39:53 -0500
From: "Paul Hartman" <paul.hartman+gentoo@gmail.com>
Sender: paul.hartman@gmail.com
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Compiling for an unbooted kernel
In-Reply-To: <20081009183241.GB6643@solfire>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <20081009174837.GA6279@solfire>
	 <58965d8a0810091125r557ce0cdxb4bb4b21109ce2b7@mail.gmail.com>
	 <20081009183241.GB6643@solfire>
X-Google-Sender-Auth: fdb602cfd040909d
X-Archives-Salt: 04bae400-de6c-4aaa-a37e-90e58adee251
X-Archives-Hash: 4f2baee405922ab98eeb704d822028f9

On Thu, Oct 9, 2008 at 1:32 PM,  <meino.cramer@gmx.de> wrote:
> sorry, I missed to say, that I am using the vanilla kernel from
> ftp.kernel.org. I am not using the gentoo kernel sources...

Hi Meino,

I think it should be the same. I don't use genkernel or anything, but
I do use gentoo-sources. I manually make menuconfig, make install,
make modules_install. I believe that as long as /usr/src/linux
symlinnk is pointing at your new kernel, emerging modules should use
that one. Like I showed in my example, I do everything before reboot,
and when I reboot it all works with the new kernel, including
nvidia-drivers.

Thanks,
Paul