Gentoo Archives: gentoo-user

From: Amar Cosic <amar.cosic@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Nvidia 169.09-r1 problem
Date: Thu, 06 Mar 2008 10:30:46
Message-Id: 8e6453010803060230l5294b03l64a0a33b6665adb9@mail.gmail.com
In Reply to: Re: [gentoo-user] Nvidia 169.09-r1 problem by cypherstrong
1 Thanks for your answer. I use genkernel for kernel caompiling. Is this
2 changing anything? Do I have to change grub.conf then .. ?
3
4
5
6
7
8 On Thu, Mar 6, 2008 at 11:14 AM, cypherstrong <cypherstrong@×××××.com>
9 wrote:
10
11 > Answer is simple:
12 >
13 > You have upgrade your kernel (gentoo-sources perhaps) with the use
14 > symlinks.
15 >
16 > Here the error :
17 >
18 > echo " ERROR: Kernel configuration is invalid."; \
19 > echo " include/linux/autoconf.h or include/config/auto.conf
20 > are missing."; \
21 > echo " Run 'make oldconfig && make prepare' on kernel src
22 > to
23 > fix it."; \
24 >
25 > so, do this :
26 >
27 > cd /usr/src/linux
28 > cp ../linux-`uname -r`/.config .
29 > make oldconfig
30 > make
31 > make modules_install install
32 >
33 > Now you can emerge nvidia and reboot when success
34 >
35 > you will boot on new kernel with nvidia module installed
36 >
37 > Le Thursday 06 March 2008 11:04:31 Amar Cosic, vous avez écrit :
38 > > On Thu, Mar 6, 2008 at 10:55 AM, cypherstrong <cypherstrong@×××××.com>
39 > >
40 > > wrote:
41 > > > Le Thursday 06 March 2008 10:51:54 Amar Cosic, vous avez écrit :
42 > > > > On Thu, Mar 6, 2008 at 10:48 AM, Neil Bothwick <neil@××××××××××.uk>
43 > > >
44 > > > wrote:
45 > > > > > On Thu, 6 Mar 2008 10:34:38 +0100, Amar Cosic wrote:
46 > > > > > > I just ran emerge --sync and world and I see nvidia driver
47 > update
48 > > > > > > is available. However I have problems emerging it. This is what
49 > I
50 > > > > > > got:
51 > > > > > >
52 > > > > > > * ERROR: x11-drivers/nvidia-drivers-169.09-r1 failed.
53 > > > > > >
54 > > > > > > * If you need support, post the topmost build error,
55 > > > > >
56 > > > > > Please post the output before this, that contains the actual
57 > errors.
58 > > > > >
59 > > > > >
60 > > > > >
61 > > > > > --
62 > > > > > Neil Bothwick
63 > > > > >
64 > > > > > If the pen is mightier than the sword, and a picture is worth a
65 > > >
66 > > > thousand
67 > > >
68 > > > > > words, how dangerous is a fax?
69 > > > >
70 > > > > I pasted all .. hmm . Here is pastebin link,maybe I missed something
71 > > > >
72 > > > >
73 > > > > http://pastebin.ca/930139
74 > > >
75 > > > Post the build.log as indicate in log message
76 > >
77 > > Hello
78 > >
79 > > Here is the link to build .log http://rafb.net/p/s0UMiy64.html
80 >
81 >
82 >
83
84
85 --
86 Amar Ćosić
87 amar.cosic@×××××.com
88 amar@×××××××.ba
89 +38761240095
90 http://www.amar.co.ba

Replies

Subject Author
Re: [gentoo-user] Nvidia 169.09-r1 problem cypherstrong <cypherstrong@×××××.com>