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 40DF2198005 for ; Fri, 22 Feb 2013 08:36:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADEC421C0B7; Fri, 22 Feb 2013 08:36:34 +0000 (UTC) Received: from mail-gh0-f171.google.com (mail-gh0-f171.google.com [209.85.160.171]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1E14721C06C for ; Fri, 22 Feb 2013 08:36:32 +0000 (UTC) Received: by mail-gh0-f171.google.com with SMTP id r17so76127ghr.30 for ; Fri, 22 Feb 2013 00:36:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=wMH+YZTOoN0N/f8H1YMzhG1HpisthhpFHd3MS5c4/sU=; b=pahA4HWEoVBt1VhRFRuyVsLPBP+B5JGl2+ldqDBZYfLj1sN9uoHCP5yKKUTRKilb2Y YpxIWbkLfOrRQAnQFxQILPTQ/RiEBiFzeWY3Bj8sNHF+Y6VaIxzJ1VlNIbiQhhHga7+w /YD3c/9WRFudb6IWch2NMZf2avBLLDIockutWxgUzB5U316q1aPgWTKs+ohUAYs+HU5A 9cc0U4+OFghK9GKzSV3SY5yJnFWqDOG3wTnlZRkjNgcmqwKaCPL04Rl5zwSxukyDIQt9 ClYxIYTz6twQ//drab0CmMva9P4IJLchTbFegl/Hw1HhmamvKbe5nXJcQ7JEVuoGTpsS LJbQ== X-Received: by 10.101.165.18 with SMTP id s18mr631657ano.49.1361522192096; Fri, 22 Feb 2013 00:36:32 -0800 (PST) Received: from [192.168.2.5] (adsl-98-95-108-67.jan.bellsouth.net. [98.95.108.67]) by mx.google.com with ESMTPS id j13sm2245204ani.19.2013.02.22.00.36.30 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 22 Feb 2013 00:36:31 -0800 (PST) Message-ID: <51272E0D.7020607@gmail.com> Date: Fri, 22 Feb 2013 02:36:29 -0600 From: Dale User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 SeaMonkey/2.15.2 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] Nvidia driver - blank screen not even console display References: <20130222061434.GA3566@syscon7.inet> <20130222073458.GA9266@syscon7.inet> <20130222082410.GA9042@syscon7.inet> In-Reply-To: <20130222082410.GA9042@syscon7.inet> X-Enigmail-Version: 1.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 05a2c34f-7319-46dd-aa32-2c99b2a31476 X-Archives-Hash: ddbfc0403ef7cb175263d991ffa3aeaa 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!