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 1QfxXq-0005p6-G8 for garchives@archives.gentoo.org; Sun, 10 Jul 2011 17:11:50 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 901D821C162; Sun, 10 Jul 2011 17:11:30 +0000 (UTC) Received: from mail-gw0-f53.google.com (mail-gw0-f53.google.com [74.125.83.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 6491E21C151 for ; Sun, 10 Jul 2011 17:11:30 +0000 (UTC) Received: by gwj20 with SMTP id 20so1753426gwj.40 for ; Sun, 10 Jul 2011 10:11:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=zy+0S/Basisbc0Pyu6U4w5ZgaV66/NR73RRO02RUO2g=; b=GTlzW1ssMfPaTYLCApb8N5DQSIZXtLNKOkYw/BA+tYCJ5gw53ocgpvJo+zDEiLye04 PIFusPtuq+xJUseoaDukGi6PbuA8bKtqxv93M+Hqtovvvj/rhULRxXiR804+pVN8v/Ai F0qAwpp6iRC+kWtvJBNEtteXWjcFN99JuJpFA= Received: by 10.236.180.34 with SMTP id i22mr4464550yhm.28.1310317889921; Sun, 10 Jul 2011 10:11:29 -0700 (PDT) Received: from [192.168.1.3] ([187.126.223.100]) by mx.google.com with ESMTPS id k8sm2335152yhm.45.2011.07.10.10.11.28 (version=SSLv3 cipher=OTHER); Sun, 10 Jul 2011 10:11:29 -0700 (PDT) Message-ID: <4E19DD43.1070605@gmail.com> Date: Sun, 10 Jul 2011 14:11:31 -0300 From: Cleverson Casarin Uliana User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.9.1.5) Gecko/20091204 Thunderbird/3.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user-br@lists.gentoo.org Reply-to: gentoo-user-br@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user-br@lists.gentoo.org Subject: Re: [gentoo-user-br] Usar config antiga para compilar kernel References: <4E199F3A.6010802@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 26b825c549fc580751fec833bc97d73a OK, obrigado Fernando e Dalton, bastou entrar novamente e sair do=20 menuconfig como sugeriu Fernando. Sobre os comandos para compilar, aqui funcionou de boa make && make=20 modules_install. Na pr=F3xima posso tentar essa seq=FC=EAncia do Dalton. Abra=E7o Cleverson Em 10/7/2011 11:45, Dalton Barreto escreveu: > Em 10 de julho de 2011 09:46, Cleverson Casarin Uliana > escreveu: >> Caros, pergunta b=E1sica mas n=E3o consta do Handbook nem do "kernel u= pgrade >> guide": queria saber qual o procedimento correto para aproveitar a >> configura=E7=E3o do kernel anterior para compilar o novo. >> >> Eu tenho aqui o 2.6.34,, a=ED dei emerge no 2.6.38 que =E9 o atual, en= trei no >> make menuconfig do 2.6.34 e usei l=E1 aquela op=E7=E3o de salvar um ar= quivo de >> configura=E7=E3o. Da=ED peguei esse arquivo que chamei de 34.config e = copiei para >> o diret=F3rio do kernel 2.6.38 sobrescrevendo o .config e dei um make&= & make >> modules_install, mas deu erro de n=E3o conseguiu encontrar o arquivo >> modules.order ou algo assim. > > > A ordem correta =E9: > make # Gera o bzImage > make modules # Compila os m=F3dulos > make modules_install # Copia os m=F3dulos para /lib/modules/ > > Rode make modules antes do make modules_install e o problema deve sumir= . > > Valeu, > >