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 [SOLVED]
Date: Thu, 06 Mar 2008 15:05:01
Message-Id: 8e6453010803060704t7f9b36e3v602d5a6fbdb38dd5@mail.gmail.com
In Reply to: Re: [gentoo-user] Nvidia 169.09-r1 problem [SOLVED] by cypherstrong
1 Well it seems I do have problems :/ . I rebooted and i fire'd dmesg and got
2 this :
3
4
5 NVRM: API mismatch: the client has the version 169.09, but
6 NVRM: this kernel module has the version 100.14.19. Please
7 NVRM: make sure that this kernel module and all NVIDIA driver
8 NVRM: components have the same version.
9 NVRM: API mismatch: the client has the version 169.09, but
10 NVRM: this kernel module has the version 100.14.19. Please
11 NVRM: make sure that this kernel module and all NVIDIA driver
12 NVRM: components have the same version.
13
14
15 It seems X isn't starting :( . What to do ?
16
17 On Thu, Mar 6, 2008 at 1:12 PM, cypherstrong <cypherstrong@×××××.com> wrote:
18
19 > Great :)
20 >
21 > It's a pleasure
22 >
23 > Le Thursday 06 March 2008 12:43:01 Amar Cosic, vous avez écrit :
24 > > It's emerged :D . Thank you very much. Thing is am remote to my mychine
25 > so
26 > > I cannot acctualy see if driver works :). But I gues its gonna be OK.
27 > > Thanky again
28 > >
29 > >
30 > >
31 > >
32 > > On Thu, Mar 6, 2008 at 12:13 PM, cypherstrong <cypherstrong@×××××.com>
33 > >
34 > > wrote:
35 > > > the genkernel all alone could work
36 > > >
37 > > > did you modify config file when you use genkernel ?
38 > > >
39 > > > how do you build a kernel else where ?
40 > > >
41 > > > I don't use genkernel, I directly select my option in menuconfig
42 > > >
43 > > > just try like you said, it should work
44 > > >
45 > > > Le Thursday 06 March 2008 12:00:21 Amar Cosic, vous avez écrit :
46 > > > > So :
47 > > > >
48 > > > > cd /usr/src/linux
49 > > > > cp ../linux-`uname -r`/.config
50 > > > > genkernel all
51 > > > >
52 > > > > ??
53 > > > >
54 > > > > Thanks
55 > > > >
56 > > > >
57 > > > > On Thu, Mar 6, 2008 at 11:42 AM, cypherstrong <
58 > cypherstrong@×××××.com>
59 > > > >
60 > > > > wrote:
61 > > > > > ok just use your genkernel with the new kernel, and let's go
62 > > > > >
63 > > > > > Le Thursday 06 March 2008 11:30:43 Amar Cosic, vous avez écrit :
64 > > > > > > Thanks for your answer. I use genkernel for kernel caompiling.
65 > Is
66 > > >
67 > > > this
68 > > >
69 > > > > > > changing anything? Do I have to change grub.conf then .. ?
70 > > > > > >
71 > > > > > >
72 > > > > > >
73 > > > > > >
74 > > > > > >
75 > > > > > > On Thu, Mar 6, 2008 at 11:14 AM, cypherstrong <
76 > > >
77 > > > cypherstrong@×××××.com>
78 > > >
79 > > > > > > wrote:
80 > > > > > > > Answer is simple:
81 > > > > > > >
82 > > > > > > > You have upgrade your kernel (gentoo-sources perhaps) with the
83 > > > > > > > use symlinks.
84 > > > > > > >
85 > > > > > > > Here the error :
86 > > > > > > >
87 > > > > > > > echo " ERROR: Kernel configuration is invalid.";
88 > > > > >
89 > > > > > \
90 > > > > >
91 > > > > > > > echo " include/linux/autoconf.h or
92 > > > > > > > include/config/auto.conf are missing."; \
93 > > > > > > > echo " Run 'make oldconfig && make prepare' on
94 > > >
95 > > > kernel
96 > > >
97 > > > > > src
98 > > > > >
99 > > > > > > > to
100 > > > > > > > fix it."; \
101 > > > > > > >
102 > > > > > > > so, do this :
103 > > > > > > >
104 > > > > > > > cd /usr/src/linux
105 > > > > > > > cp ../linux-`uname -r`/.config .
106 > > > > > > > make oldconfig
107 > > > > > > > make
108 > > > > > > > make modules_install install
109 > > > > > > >
110 > > > > > > > Now you can emerge nvidia and reboot when success
111 > > > > > > >
112 > > > > > > > you will boot on new kernel with nvidia module installed
113 > > > > > > >
114 > > > > > > > Le Thursday 06 March 2008 11:04:31 Amar Cosic, vous avez écrit
115 > :
116 > > > > > > > > On Thu, Mar 6, 2008 at 10:55 AM, cypherstrong <
117 > > > > >
118 > > > > > cypherstrong@×××××.com>
119 > > > > >
120 > > > > > > > > wrote:
121 > > > > > > > > > Le Thursday 06 March 2008 10:51:54 Amar Cosic, vous avez
122 > > > > > > > > > écrit
123 > > > > > > > > >
124 > > > > > > > > > > On Thu, Mar 6, 2008 at 10:48 AM, Neil Bothwick <
125 > > > > >
126 > > > > > neil@××××××××××.uk>
127 > > > > >
128 > > > > > > > > > wrote:
129 > > > > > > > > > > > On Thu, 6 Mar 2008 10:34:38 +0100, Amar Cosic wrote:
130 > > > > > > > > > > > > I just ran emerge --sync and world and I see nvidia
131 > > >
132 > > > driver
133 > > >
134 > > > > > > > update
135 > > > > > > >
136 > > > > > > > > > > > > is available. However I have problems emerging it.
137 > This
138 > > >
139 > > > is
140 > > >
141 > > > > > what
142 > > > > >
143 > > > > > > > I
144 > > > > > > >
145 > > > > > > > > > > > > got:
146 > > > > > > > > > > > >
147 > > > > > > > > > > > > * ERROR: x11-drivers/nvidia-drivers-169.09-r1failed.
148 > > > > > > > > > > > >
149 > > > > > > > > > > > > * If you need support, post the topmost build
150 > error,
151 > > > > > > > > > > >
152 > > > > > > > > > > > Please post the output before this, that contains the
153 > > >
154 > > > actual
155 > > >
156 > > > > > > > errors.
157 > > > > > > >
158 > > > > > > > > > > > --
159 > > > > > > > > > > > Neil Bothwick
160 > > > > > > > > > > >
161 > > > > > > > > > > > If the pen is mightier than the sword, and a picture
162 > is
163 > > >
164 > > > worth
165 > > >
166 > > > > > a
167 > > > > >
168 > > > > > > > > > thousand
169 > > > > > > > > >
170 > > > > > > > > > > > words, how dangerous is a fax?
171 > > > > > > > > > >
172 > > > > > > > > > > I pasted all .. hmm . Here is pastebin link,maybe I
173 > missed
174 > > > > > > > > > > something
175 > > > > > > > > > >
176 > > > > > > > > > >
177 > > > > > > > > > > http://pastebin.ca/930139
178 > > > > > > > > >
179 > > > > > > > > > Post the build.log as indicate in log message
180 > > > > > > > >
181 > > > > > > > > Hello
182 > > > > > > > >
183 > > > > > > > > Here is the link to build .log
184 > > > > > > > > http://rafb.net/p/s0UMiy64.html
185 >
186 >
187 >
188
189
190 --
191 Amar Ćosić
192 amar.cosic@×××××.com
193 amar@×××××××.ba
194 +38761240095
195 http://www.amar.co.ba

Replies

Subject Author
Re: [gentoo-user] Nvidia 169.09-r1 problem [SOLVED] cypherstrong <cypherstrong@×××××.com>
Re: [gentoo-user] Nvidia 169.09-r1 problem [SOLVED] Benno Schulenberg <benno.schulenberg@×××××.com>
Re: [gentoo-user] Nvidia 169.09-r1 problem [SOLVED] Neil Bothwick <neil@××××××××××.uk>