From mboxrd@z Thu Jan 1 00:00:00 1970 From: j.neuschaefer@gmx.net (Jonathan =?utf-8?Q?Neusch=C3=A4fer?=) Date: Sun, 19 Jun 2011 10:15:10 +0200 Subject: The problem with the installation of the latest kernel In-Reply-To: References: <472506.38873.qm@web92202.mail.cnh.yahoo.com> Message-ID: <20110619081510.GG1451@debian.debian> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org On Fri, Jun 17, 2011 at 12:27:03PM +0530, Prashant Shah wrote: > Hi, > > >> make O=../linux-2.6.39.1-install defconfig > > Try using $make oldconfig instead of defconfig. This will reuse your > current ubuntu kernel config file. If I read the code correctly, make oldconfig will not use the config from /boot/, but just but just use a default configuration in case you don't have a .config in your build directory. So from my (limited) experience you would first need to do a cp /boot/config*`uname -r` ~/linux-2.6.39.1-install/.config Another option is make localmodconfig, which includes all the modules that are loaded into the new configuration. HTH, Jonathan Neusch?fer