From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 23204198005 for ; Fri, 22 Feb 2013 08:53:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8208E21C0CC; Fri, 22 Feb 2013 08:52:55 +0000 (UTC) Received: from mail-lb0-f179.google.com (mail-lb0-f179.google.com [209.85.217.179]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BB5BE21C099 for ; Fri, 22 Feb 2013 08:52:48 +0000 (UTC) Received: by mail-lb0-f179.google.com with SMTP id j14so387200lbo.24 for ; Fri, 22 Feb 2013 00:52:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=BGEud93xeSogDe/6SS7j6BidZoudfsyB2ABhNJvJK8I=; b=BBQ+BONO/zSPpC8mDLr2aThOC1QCGSxbpO4ghrQVT98YunY7AtdXwKgc93HVHMwChT Kl77Q2pHRA9TrwZ1EUoaB2A3fQOmj/itIgbThqe1oC6M41Akq9aEQPv99iJJfKPt2LZQ uTJhwvfoF76bxjjrueN/NGUwl7a+c2F+z5+rT3+/kdST3hN0PGBaEk8QfG/fBOwRv2G/ yeoIXKVv2qpVkOt9gS1rlrqVrJVW9lIojir5ru4nGlYYhhXCRJ2xpvCfXVLWX5KdkXfe xJOHuA1FwPIpAfSLncGJWtNb4Itbal8i0t/AO1gXfrGAZJdPYj2SR1+XN9ENTZAZCZv9 BwaA== 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 X-Received: by 10.152.104.18 with SMTP id ga18mr1017884lab.33.1361523167040; Fri, 22 Feb 2013 00:52:47 -0800 (PST) Received: by 10.152.0.199 with HTTP; Fri, 22 Feb 2013 00:52:46 -0800 (PST) In-Reply-To: <51272E0D.7020607@gmail.com> References: <20130222061434.GA3566@syscon7.inet> <20130222073458.GA9266@syscon7.inet> <20130222082410.GA9042@syscon7.inet> <51272E0D.7020607@gmail.com> Date: Fri, 22 Feb 2013 09:52:46 +0100 Message-ID: Subject: Re: [gentoo-user] Nvidia driver - blank screen not even console display From: Alexandre Domi To: gentoo-user@lists.gentoo.org Content-Type: multipart/alternative; boundary=f46d04071061b99f0804d64c50b6 X-Archives-Salt: 39ed08c5-f53d-4d7b-8661-d96bec845325 X-Archives-Hash: de2d355ef1f946469511037ea726df77 --f46d04071061b99f0804d64c50b6 Content-Type: text/plain; charset=ISO-8859-1 That'd be right. It could be that /usr/src/linux is pointing to an unmerged kernel (that's the only reason I see for the missing files...) 2013/2/22 Dale > Joseph wrote: > > On 02/22/13 09:10, Alexandre Domi wrote: > >> Seems you're getting a nvidia segfault... Did you try revdep-rebuild, > >> or updating your system? > >> > >> Regards > > > > Yes, I just updated the system. > > When I try to compile nvidia-drivers I get this message: > > ... > > test -e include/generated/autoconf.h -a -e include/config/auto.conf || > > ( \ > > echo; \ > > echo " ERROR: Kernel configuration is invalid."; \ > > echo " include/generated/autoconf.h or > > include/config/auto.conf are missing.";\ > > echo " Run 'make oldconfig && make prepare' on kernel src to > > fix it."; \ > > echo; > > ... > > > > And I did run "ake oldconfig" when I upgraded the kernel. > > > > It also says to run make prepare. Me, I would run "make all" if I > could. I'm assuming you have complete access to your own system here. > > My next question in my mind. How did you compile a kernel and not run > make all? If you compiled the kernel you are running on that system > then all that should be there. That leads to a new question. What > kernel is /usr/src/linux pointing too? Is it the correct one? > > Just thinking out loud here. Maybe it helps. > > Dale > > :-) :-) > > -- > I am only responsible for what I said ... Not for what you understood or > how you interpreted my words! > > > --f46d04071061b99f0804d64c50b6 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
That'd be right.
It could be that /usr/s= rc/linux is pointing to an unmerged kernel (that's the only reason I se= e for the missing files...)


2013/2/22 Dale <rdalek1967@gmail.com>
Joseph wrote:
> On 02/22/13 09:10, Alexandre Domi wrote:
>> =A0 Seems you're getting a nvidia segfault... Did you try revd= ep-rebuild,
>> =A0 or updating your system?
>>
>> =A0 Regards
>
> Yes, I just updated the system.
> When I try to compile nvidia-drivers I get this message:
> ...
> test -e include/generated/autoconf.h -a -e include/config/auto.conf ||=
> ( =A0 =A0 =A0\
> echo; =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0\
> echo " =A0ERROR: Kernel configuration is invalid."; =A0 =A0 = =A0\
> echo " =A0 =A0 =A0 =A0 include/generated/autoconf.h or
> include/config/auto.conf are missing.";\
> echo " =A0 =A0 =A0 =A0 Run 'make oldconfig && make pr= epare' on kernel src to
> fix it."; =A0 \
> echo;
> ...
>
> And I did run "ake oldconfig" when I upgraded the kernel. >

It also says to run make prepare. =A0Me, I would run "make= all" if I
could. =A0I'm assuming you have complete access to your own system here= .

My next question in my mind. =A0How did you compile a kernel and not run make all? =A0If you compiled the kernel you are running on that system
then all that should be there. =A0That leads to a new question. =A0What
kernel is /usr/src/linux pointing too? =A0Is it the correct one?

Just thinking out loud here. =A0Maybe it helps.

Dale

:-) =A0:-)

--
I am only responsible for what I said ... Not for what you understood or ho= w you interpreted my words!



--f46d04071061b99f0804d64c50b6--