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 ) id 1Ko0F5-0003RS-8g for garchives@archives.gentoo.org; Thu, 09 Oct 2008 18:28:07 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22D9BE0147; Thu, 9 Oct 2008 18:25:41 +0000 (UTC) Received: from mail-gx0-f19.google.com (mail-gx0-f19.google.com [209.85.217.19]) by pigeon.gentoo.org (Postfix) with ESMTP id EEB7CE07F9 for ; Thu, 9 Oct 2008 18:25:40 +0000 (UTC) Received: by gxk12 with SMTP id 12so408021gxk.10 for ; Thu, 09 Oct 2008 11:25:39 -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=+sKo7ANsepY+sPdSLqSfA+YTWnXdX6UTkE2CDF/Cg24=; b=jw9swuBacxpD7y5LiOnf1fBGhe0/IDt8MRwJAlLbs0pC8JiYeghBGkq6CKdDVAhE49 wqVs6AVJceHv8GkjUud4dd9e5P9k+JvQ690pEspe11F2Dxc9/KZJJjMSiTkEUanYrTa/ OuU2Y38K7xdof2HGg/hHE0vV2Adrq3fDMMsnQ= 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=EG/36jTnRmREhNsUowwYDnWQFgByGk0nmOsC57oeUeRv5Ta12X4iElOVBIBjgreBqc fGwlDjijQR8bmktMXl825W+xMM+Dpk5u3ru27VovwgKzn8goN+9IoW2tDzwnkPZ+JO6k Wx23a3KZUrVF2oNDSkATwLGd+1yJZKeOK104A= Received: by 10.142.212.19 with SMTP id k19mr241703wfg.142.1223576739416; Thu, 09 Oct 2008 11:25:39 -0700 (PDT) Received: by 10.142.214.13 with HTTP; Thu, 9 Oct 2008 11:25:39 -0700 (PDT) Message-ID: <58965d8a0810091125r557ce0cdxb4bb4b21109ce2b7@mail.gmail.com> Date: Thu, 9 Oct 2008 13:25:39 -0500 From: "Paul Hartman" Sender: paul.hartman@gmail.com To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Compiling for an unbooted kernel In-Reply-To: <20081009174837.GA6279@solfire> 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-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20081009174837.GA6279@solfire> X-Google-Sender-Auth: 9fa32dd75a0db3c9 X-Archives-Salt: 5a3d31c8-99f1-464a-8894-a9b6fc07e8da X-Archives-Hash: 166d6247c7f68ca152abadfe04e8260e On Thu, Oct 9, 2008 at 12:48 PM, wrote: > Hi, > > I am using a nvidia card for linux. Therefore I have to compile the > nvidia driver interface for each new vanilla kernel I want to > use. > After compiling/installing the new kernel, the "old" kernel is > still running. > Is it possible -- and how -- to compile/install this interface for > the new kernel while the old one is still running? > > Would save me one reboot... I always do that and never had a problem. eselect to set new kernel version, make & install the new kernel, emerge packages containing modules, reboot. Works for me. Paul