From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LSeMZ-0003yW-JN for garchives@archives.gentoo.org; Thu, 29 Jan 2009 21:23:51 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC9CEE0558; Thu, 29 Jan 2009 21:23:50 +0000 (UTC) Received: from qw-out-1920.google.com (qw-out-1920.google.com [74.125.92.148]) by pigeon.gentoo.org (Postfix) with ESMTP id 88198E0558 for ; Thu, 29 Jan 2009 21:23:50 +0000 (UTC) Received: by qw-out-1920.google.com with SMTP id 5so43100qwc.10 for ; Thu, 29 Jan 2009 13:23:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=SfJZ2pwS6pkrTuVxpp5TuP90iS6Upkc4H6XTLZl6Aao=; b=wjmfuwcZsJOM3l7eWyz3QOJhXkqtrZh2JxhoFAlyY7hfMnfDfThL8PW2GtV4r9Fvnx c8syvYvzUc8aUbljHRPR60NEIKzi2uoHfdZd8awvQfkn8Q45MRgZ/K7uRMtW4oLX3UxM lM/ldYah7Uwx3PkigSf1U2vlPa38VcX9dKqTI= DomainKey-Signature: a=rsa-sha1; c=nofws; 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; b=EXEg/jYNJEfd5KYLFhMlj0G59v8UvdXUCSixjKRjpGTSQ2OUmU2hI2Ai/dogaPvNqo eItAlcVq1CgcrjxL4M8U5uG23pUxqCz/Lr9htv7QQ2I/8NQjOS30OHVa0uKYfZ9eX1Mi U2JeIsh02JB+cr9LK3aLuFDF0Mv3Hj424N8SA= Received: by 10.214.215.16 with SMTP id n16mr1015718qag.101.1233264230174; Thu, 29 Jan 2009 13:23:50 -0800 (PST) Received: from gentoo-everex.local ([66.194.104.5]) by mx.google.com with ESMTPS id 6sm441388ywp.38.2009.01.29.13.23.48 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 29 Jan 2009 13:23:49 -0800 (PST) Message-ID: <49821E63.8010404@gmail.com> Date: Thu, 29 Jan 2009 16:23:47 -0500 From: Saphirus Sage User-Agent: Thunderbird 2.0.0.19 (X11/20081231) 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 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Kernel build error References: <49821CF0.2010305@gmail.com> In-Reply-To: <49821CF0.2010305@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 8cfd407e-dcb0-4b3e-a897-067e38f50ba5 X-Archives-Hash: afaa29fead58c535bbfb9a0d19857dbd Dale wrote: > Hi, > > I'm trying to upgrade my kernel but I got this. > > root@smoker /usr/src/linux-2.6.27-gentoo-r8 # make all && make > modules_install > CHK include/linux/version.h > CHK include/linux/utsrelease.h > CALL scripts/checksyscalls.sh > CHK include/linux/compile.h > make[1]: *** No rule to make target `n/n', needed by > `firmware/n.gen.o'. Stop. > make: *** [firmware] Error 2 > root@smoker /usr/src/linux-2.6.27-gentoo-r8 # > > I have always used that command but it doesn't usually end like this. I > think that is right. What is target 'n/n'? Am I missing something? > Kernel version is in the prompt up there too. > > Thanks. > > Dale > > :-) :-) > > What firmware drivers had you enabled when you configured the kernel?